[FFmpeg-trac] #2886(avformat:new): HLS source with multiple variants is not optimally handled

FFmpeg trac at avcodec.org
Wed Sep 17 22:38:23 CEST 2014


#2886: HLS source with multiple variants is not optimally handled
-------------------------------------+------------------------------------
             Reporter:  sinkers      |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  HLS          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by mav):

 Hi, guys!

 I am trying to implement the HLS adaptive streaming.

 I am disabling unneeded variants with setting AVDISCARD_ALL in
 AVStream->discard.

 But once I enable stream, I cannot disable it again back. The check in
 recheck_discard_flags() is performed only for the first packet.
 Why is it there? Has it something to do with stream timestamps?

 How can I disable fetching of live streams?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/2886#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list