command line problem, i want h264 but exactly mpeg2
Posted: 30 Jul 2009 11:01
Hi all,
In my application, i use command line such as
:sout=#duplicate{dst=display,dst={transcode{venc=x264,vcodec=h264,vb=120}:rtp{mux=ts,dst=192.168.1.2,port=1234}}}
and i think the codec should be h264. But when i capture RTP packages using Ethereal and decode, I found exactly the codec is mpeg2 instead of h264.
I also try the command:
:sout=#duplicate{dst=display,dst={transcode{vcodec=h263,vb=120}:rtp{mux=ts,dst=192.168.1.2,port=1234}}}
but it cannot work well . Can somebody help me ?
Thanks in advances
xutm
In my application, i use command line such as
:sout=#duplicate{dst=display,dst={transcode{venc=x264,vcodec=h264,vb=120}:rtp{mux=ts,dst=192.168.1.2,port=1234}}}
and i think the codec should be h264. But when i capture RTP packages using Ethereal and decode, I found exactly the codec is mpeg2 instead of h264.
I also try the command:
:sout=#duplicate{dst=display,dst={transcode{vcodec=h263,vb=120}:rtp{mux=ts,dst=192.168.1.2,port=1234}}}
but it cannot work well . Can somebody help me ?
Thanks in advances
xutm