When streaming my v42l:// to sout with -sout command line, I get only my first frame of video on my display; it "samples" a new frame if I move the video slider.
In the GUI I set it up, and get this string, and it works - I can connect remotely, and see my local display: :sout=#transcode{vcodec=mp2v,vb=800,scale=1,acodec=mpga,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{sdp=rtsp://:5544/},dst=display} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep
I then toss it onto my command-line, like so:
vlc v4l2:// --sout '#transcode{vcodec=mp2v,vb=800,scale=1,acodec=mpga,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{sdp=rtsp://:5544/},dst=display}' :no-sout-rtp-sap :no-sout-standard-sap :sout-keep
This fails. I see the first frame on my display, and if I click on the slider, it updates once per click (and spills an expected INPUT_CONTROL_SET_POSITION(_OFFSET) failed message).
Edit: Ubuntu 10.10; VLC 1.1.4-1ubuntu1.4
Any idea what's hooped?
Thanks,
Paul