I compiled vlc with -enable-x264 .. everything seems fine but when i tried to stream hd video with h264 it gives below error
Code: Select all
[00000641] main mux error: no sout mux module matched "ts"
[00000639] stream_out_rtp stream out error: cannot create muxer
[00000638] stream_out_duplicate stream out error: no destination given
[00000636] stream_out_transcode stream out error: cannot create chain
[00000635] main stream output error: stream chain failed for `transcode{vcodec=h264,vb=800,scale=1}:duplicate{dst=rtp{dst=192.168.0.183,mux=ts,port=6000}}'
[00000634] main input error: cannot start stream output instance, aborting
i can seee my webcam with below command
Code: Select all
./cvlc -vvv v4l:"/dev/video0"
Code: Select all
[00000634] main input error: cannot start stream output instance, aborting
[00000643] v4l2 demux error: cannot get video capabilities (Invalid argument)
I have 9.4 release.. with latest x264 and ffmpeg libraries..