[FFmpeg-devel] H.261 and H.263 RTP broken?

Luca Abeni lucabe72
Sun Jan 25 11:39:54 CET 2009


Hi,

Georges-Etienne Legendre wrote:
> Hi all,
> 
> I try to stream an H.263 video over RTP (ffmpeg SVN-r16766).
> $ ffmpeg -i video.mov -an -vcodec h263 -s qcif -re -f rtp rtp:// 
> localhost:5000

This is currently not supported. Have a look at
http://lists.mplayerhq.hu/pipermail/libav-user/2009-January/002208.html
for a quick'n'dirty patch adding H.263 support to the RTP muxer.
(moreover, I suspect "-re" should go before "-i", but I am not sure).

[...]
> It's similar for h261.
Also unsupported. But I have no patches for adding H.261 support.

> But, it works for h264 with libx264.
This is supported.


				Luca




More information about the ffmpeg-devel mailing list