Hi Luca.

Ok, so you are using in-band global headers... This is not supported by
> many proprietary players. If you want to generate streams that such players
> can receive, you have to set AVFMT_GLOBALHEADER in the AVOutputFormat
> flags, or add "-vglobal 1" to the ffmpeg command line (and you have to
> re-generate the SDP, that will contain a "config=" attribute in the
> "a=fmtp.." line).
>
> The alternative is to use a better player (vlc works quite well).


This works great in QuickTime - but doesn't work at all with RealPlayer.
Have you ever succeed streaming to RP via FFMPEG RTP output?

I even tried to re-use same SDP file created by VLC, and it worked in both
VLC and QT - but not in RealPlayer.


Btw, the global flag makes the stream work with QT even without updating the
SDP at all - it works both with and without the config tag.

Regards.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to