[FFmpeg-trac] #7457(ffplay:closed): FFplay slow youtube streaming

FFmpeg trac at avcodec.org
Sun Sep 30 23:47:04 EEST 2018


#7457: FFplay slow youtube streaming
------------------------------------+-----------------------------------
             Reporter:  chenrios    |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  ffplay
              Version:  git-master  |               Resolution:  invalid
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by JEEB):

 Since the actual Youtube JS player seems to access the things not with
 actual ranged requests but instead custom URL parameters that contain the
 ranges, I think if youtube-dl would be able to create a playlist of those
 chunks a la HLS or DASH playlist/manifest then it could be played.

 Ranged requests could be implemented, but you'd have to tell the ranges to
 lavf somehow. It's extra complexity and if you can just make a
 playlist/manifest with the ranges in the URLs because the official player
 seems to access them that way, too - that would just be a whole bunch
 simpler.

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


More information about the FFmpeg-trac mailing list