Page 1 of 1

Codecs for RTP

Posted: 02 Oct 2006 11:50
by lagarazo
What codec formats are supported by RTP apart for MJPG?

Where could I find a list?

Posted: 02 Oct 2006 13:40
by lagarazo
If I try to use H263, I always get

ffmpeg encoder debug: Input picture size isn't suitable for h263 codec! try h263+

I don't know how to change the picture size to 176x144. I am running

vlc.exe -vvv -I rc --sout-udp-caching 150 --dshow-caching 150 dshow:// vdev="" adev="" --sout=#transcode{vcodec=H263,vb=192,scale=1,acodec=mp3,ab=96,channels=2}:duplicate{dst=std{access=rtp,mux=ts{caching=150},dst=192.168.1.10:1234}}

I have tried adding size="176x144", but it doesn't work, I always have a 320x240 picture. How am I supossed to configure this picture size?

Thanks!

Posted: 02 Oct 2006 15:55
by lagarazo
vlc.exe -vvv -I rc --sout-udp-caching 150 --dshow-caching 150 dshow:// vdev="" adev="" --sout=#transcode{vcodec=H263,width=352,height=288,vb=192,scale=1,acodec=mp3,ab=96,channels=2}:duplicate{dst=std{access=rtp,mux=ts{caching=150},dst=192.168.1.10:1234}}