[FFmpeg-trac] #1964(avformat:new): Request support for decoding / demuxing Adobe HDS dynamic http streaming

FFmpeg trac at avcodec.org
Sun Nov 25 00:23:58 CET 2012


#1964: Request support for decoding / demuxing Adobe HDS dynamic http streaming
-------------------------------------+------------------------------------
             Reporter:  ottomatic    |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  unspecified  |               Resolution:
             Keywords:  HDS          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by ottomatic):

 Replying to [comment:7 ubitux]:
 > Replying to [comment:6 ottomatic]:
 > > Replying to [comment:5 ubitux]:
 > > > A work in progress is available at
 https://github.com/SmartJog/ffmpeg/compare/master...hds if someone is
 interested in continuing this work. I won't work on this anymore and thus
 this code is stalled. The code here basically just parses the XML
 bootstrap, the demuxing is left to be done.
 > >
 > > Interesting.
 > >
 > > Would you say that the manifest parsing is complete?
 > >
 >
 > It should, mostly. The base64 data blob are not parsed, but they are
 decoded.
 >
 > > I notice your TODO:
 > >
 > > {{{
 > > // TODO: make links between bootstraps and medias
 > > }}}
 > >
 > > What do you mean by this?
 >
 > It just means the bootstrap struct and media struct need to be linked
 (boostrap->media_id and media->stream_id).

 OK.

 So, I'm being new to Git and Github. What is the correct way for me to go
 about if I want to continue this work and still preserve the awareness of
 the changes made from the original master code (as well as being able to
 merge updates from the master into this clone)? Do I just clone your
 repository, ubitux? And then if I manage to produce some proper code, make
 a pull request straight to the master?

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1964#comment:8>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list