If I run:
Code: Select all
vlc v4l:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/dsp1"
If I run:
Code: Select all
vlc v4l:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/dsp1" :sout=#duplicate{dst=display}
If I run:
Code: Select all
vlc v4l:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/dsp1" :sout=#duplicate{dst=std{access=http,mux=ts,dst=:1234}}
..and VLC opens stopped, and if I push on the Play button, does nothing.VLC media player 0.8.6 Janus
[00000294] main private error: no sout stream module matched "stddst="
[00000292] stream_out_duplicate private error: no destination given
[00000291] main stream output error: stream chain failed for `duplicate{dst=stddst=:1234}'
[00000289] main input error: cannot start stream output instance, aborting
[00000280] main playlist: nothing to play
If I run:
Code: Select all
vlc v4l:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/dsp1" :sout=#duplicate{dst=std{access=file,mux=ts,dst="/media/disk/TEMP/videocamera.mp4"}}
..and VLC opens stopped, and if I push on the Play button, does nothing.VLC media player 0.8.6 Janus
[00000294] main private error: no sout stream module matched "stddst="
[00000292] stream_out_duplicate private error: no destination given
[00000291] main stream output error: stream chain failed for `duplicate{dst=stddst=:1234}'
[00000289] main input error: cannot start stream output instance, aborting
[00000280] main playlist: nothing to play
If I run:
Code: Select all
vlc v4l:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/dsp1" :sout=#transcode{vcodec=mp4v,vb=128,scale=1,acodec=mp4a,ab=32,channels=2}:duplicate{dst=std{access=file,mux=ts,dst="/media/disk/TEMP/videocamera.mp4"}}
..and VLC opens stopped, and if I push on the Play button, does nothing.VLC media player 0.8.6 Janus
[00000294]VLC media player 0.8.6 Janus
[00000292] main private error: no sout stream module matched "transcodechannels=2"
[00000291] main stream output error: stream chain failed for `transcodechannels=2:duplicate{dst=stddst=/media/disk/TEMP/videocamera.mp4}'
[00000289] main input error: cannot start stream output instance, aborting
[00000280] main playlist: nothing to play
* All modes run fine calling it with the wxWidgets interface, but the problems appear when calling the same from command line.
* All the syntax strings are copied from the automatically generated strings by the wxWidgets interface