[FFmpeg-devel] [PATCH] Added an Adobe HTTP Dynamic Streaming (HDS) demuxer

CORY MCCARTHY cory.mccarthy at shaw.ca
Tue Nov 19 00:14:30 CET 2013


Added support for playback of Adobe HDS streams.
FFplay can be used as an Adobe HDS player client.

The user provides a link to the F4M Manifest file, which describes a set of HDS streams.
The HDS demuxer creates an AVProgram for each different media quality level.
The demuxer will then request, download and parse F4F files for the selected program/quality level.

The F4M Manifest file is an XML-based format.
The external library libxml2 is used to help parse the manifest file.
The library is auto-detected.

Increased libavformat minor version number.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hdsdec.patch
Type: text/x-patch
Size: 66753 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20131118/1e00d2d2/attachment.bin>


More information about the ffmpeg-devel mailing list