Page 1 of 1

vlc+dv(1394) - daemon

Posted: 25 Sep 2009 19:56
by 422digital
For today stably to work vlc (0.9.9-1.0.2) in dv as devices it is possible in the unique way:

dvgrab -nostop --buffers 10 -f raw - | vlc -I dummy --reset-plugins-cache - :demux=rawdv :rawdv-realtime :file-caching=1000 --no-sub-autodetect-file \
--sout '#transcode{vcodec=mp2v,vb=4096,acodec=mpga,ab=192,channels=2}:std{access=udp,mux=ts,dst=239.255.1.2:1234}'

But in such variant it is impossible to place this string a demon. What variants for operation by a demon can be?

Re: vlc+dv(1394) - daemon

Posted: 25 Sep 2009 20:13
by Rémi Denis-Courmont
You cannot pipe between daemonized processes. You need to run the whole script as a daemon, not dvgrab and VLC

Re: vlc+dv(1394) - daemon

Posted: 25 Sep 2009 20:35
by 422digital
Is what нибудь other candidate solution of a problem, to come back to the working version 0.8.6?