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
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.
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
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