Page 1 of 1

TS with h264 not working ?

Posted: 21 Oct 2008 20:48
by silvara
Hi
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
Also there is one problem with vlc and cvlc in the binary folder ;

i can seee my webcam with below command

Code: Select all

./cvlc -vvv v4l:"/dev/video0"
but not able to do it from gui.. it doesnt see my webcam device;

Code: Select all

[00000634] main input error: cannot start stream output instance, aborting [00000643] v4l2 demux error: cannot get video capabilities (Invalid argument)
All i want to do transcode my webcam with h264 and stream it with rtp .. but i couldnt find a proper way.. Any clue ?



I have 9.4 release.. with latest x264 and ffmpeg libraries..

Re: TS with h264 not working ?

Posted: 23 Oct 2008 18:06
by xtophe
Do you have libdvbpsi and compiled with it.

Also the actual error might be up to 5 lines before the "main mux error: no sout mux module matched "ts""