Re: [vdr] read-only video directory

2013-03-10 Thread Udo Richter
Am 08.03.2013 19:35, schrieb Stephan Loescher: > When you use the suggested solution with unionfs, then the client uses > the servers setup/timers/epg/etc. because it sees them in its > /video-directory. Only until the first write, after that the client will continue with its local writable copy.

Re: [vdr] read-only video directory

2013-03-08 Thread Peter Münster
On Fri, Mar 08 2013, Stephan Loescher wrote: > No. The setup, timers, etc. from the server are all in the clients > /video/server directory. The client does not use them, because they are not in > its video-root-direcory. In my case, the setup for client and server are the same, because I want it

Re: [vdr] read-only video directory

2013-03-08 Thread Stephan Loescher
Hi! The VDR-client is started this way: vdr -Pstreamdev-client -Pxineliboutput -v /video Thanks, now I understand: /video is writable by vdr. I don't want that: the client sees the same setup files (also the timers) as the server, so the client would try to record the same as the server. No.

Re: [vdr] read-only video directory

2013-03-08 Thread Peter Münster
On Fri, Mar 08 2013, Stephan Loescher wrote: > The VDR-client is started this way: > vdr -Pstreamdev-client -Pxineliboutput -v /video Thanks, now I understand: /video is writable by vdr. I don't want that: the client sees the same setup files (also the timers) as the server, so the client would t

Re: [vdr] read-only video directory

2013-03-08 Thread Stephan Loescher
Hi! The workaround I use is to mount the server in a subdirectory e.g. mount the server-directory to /net/media/data/video/servervideo and start the client-vdr like this: vdr -Pstreamdev-client -Pxineliboutput -v/net/media/data/video Unfortunately I don't understand. Could you please show exam

Re: [vdr] read-only video directory

2013-03-07 Thread Udo Richter
Am 06.03.2013 21:56, schrieb Peter Münster: > On Wed, Mar 06 2013, Stephan Loescher wrote: > On Wed, Mar 06 2013, Udo Richter wrote: >> You can always mount an unionfs or aufs on top of the read only mount, >> and redirect all write access to a local disk or ram disk. That way VDR >> will be able t

Re: [vdr] read-only video directory

2013-03-07 Thread Steffen Barszus
2013/3/6 Peter Münster : > On Wed, Mar 06 2013, Stephan Loescher wrote: > >> The workaround I use is to mount the server in a subdirectory e.g. mount the >> server-directory to /net/media/data/video/servervideo and start the >> client-vdr >> like this: >> vdr -Pstreamdev-client -Pxineliboutput -v/

Re: [vdr] read-only video directory

2013-03-06 Thread Peter Münster
On Wed, Mar 06 2013, Stephan Loescher wrote: > The workaround I use is to mount the server in a subdirectory e.g. mount the > server-directory to /net/media/data/video/servervideo and start the client-vdr > like this: > vdr -Pstreamdev-client -Pxineliboutput -v/net/media/data/video On Wed, Mar 0

Re: [vdr] read-only video directory

2013-03-06 Thread Udo Richter
Am 05.03.2013 10:35, schrieb Peter Münster: > How is it possible, to mount the video directory in read-only mode? > I want to use a slave vdr like this: > vdr -Pstreamdev-client -Pxineliboutput -v/net/media/data/video > But it does not work, because /net/media/data is mounted read-only. > The slave

Re: [vdr] read-only video directory

2013-03-06 Thread Stephan Loescher
Hi! Am 03/05/13 10:35, schrieb Peter Münster: How is it possible, to mount the video directory in read-only mode? I want to use a slave vdr like this: vdr -Pstreamdev-client -Pxineliboutput -v/net/media/data/video But it does not work, because /net/media/data is mounted read-only. The work

Re: [vdr] read-only video directory

2013-03-06 Thread Peter Münster
On Wed, Mar 06 2013, VDR User wrote: > With no bad side effects? So far only some error messages in the log-file, whenever vdr tries to write something. Quite reasonable for me. -- Peter ___ vdr mailing list vdr@linuxtv.org http://www.lin

Re: [vdr] read-only video directory

2013-03-05 Thread VDR User
On Tue, Mar 5, 2013 at 4:23 PM, Peter Münster wrote: >> A workaround is to use the mplayer plugin > > I prefer the VDR interface. Finally it's very easy: > > I've just deleted the lines > > --8<---cut here---start->8--- > if (!DirectoryOk(VideoDirectory, true)

Re: [vdr] read-only video directory

2013-03-05 Thread Peter Münster
On Tue, Mar 05 2013, VDR User wrote: > A workaround is to use the mplayer plugin I prefer the VDR interface. Finally it's very easy: I've just deleted the lines --8<---cut here---start->8--- if (!DirectoryOk(VideoDirectory, true)) { fprintf(stderr, "vd

Re: [vdr] read-only video directory

2013-03-05 Thread VDR User
On Tue, Mar 5, 2013 at 1:35 AM, Peter Münster wrote: > How is it possible, to mount the video directory in read-only mode? > > I want to use a slave vdr like this: > > vdr -Pstreamdev-client -Pxineliboutput -v/net/media/data/video > > But it does not work, because /net/media/data is mounted read-o

[vdr] read-only video directory

2013-03-05 Thread Peter Münster
Hi, How is it possible, to mount the video directory in read-only mode? I want to use a slave vdr like this: vdr -Pstreamdev-client -Pxineliboutput -v/net/media/data/video But it does not work, because /net/media/data is mounted read-only. The slave vdr should not write anything, just read the