[FFmpeg-devel] HLS protocol support?

Martin Storsjö martin at martin.st
Sun Jul 10 18:16:13 CEST 2011


On Sun, 10 Jul 2011, Stas Oskin wrote:

> Are there any plans to support HTTP Live Streaming protocol, now that
> Android going to add it in V3, in addition to Apple?

We support it since August last year, just do "ffplay <url.m3u8>". All 
bitrate variants are presented as different AVStreams, and you can switch 
between which of them you receive by setting the AVStream->discard field.

// Martin


More information about the ffmpeg-devel mailing list