Omkar Shetkar
Omkar Shetkar

Reputation: 3636

FFMPEG support for HLS v4 and v5

As I understand latest FFMPEG version 2.0.1 supports till HLS version 3.

After going through draft specifications for HLS:

New features introduced in HLS V4 are:

New features introduced in HLS V5 are:

Wanted to know which of the above features are planned to be implemented in FFMPEG library in near future? It will be great if you share the expected delivery dates or versions for these features.

Thanks in advance.

Upvotes: 4

Views: 3626

Answers (1)

Dan Dennedy
Dan Dennedy

Reputation: 481

As of April, 2014, libavformat supports the EXT-X-BYTERANGE and EXT-X-MEDIA features of v4 and the SUBTITLES feature of v5:

http://git.videolan.org/?p=ffmpeg.git;a=history;f=libavformat/hls.c

This work first appeared in the 2.3 release of FFmpeg.

Upvotes: 3

Related Questions