[FFmpeg-trac] #7811(ffplay:new): FFPlay Cannot play master if one of listed playlist error

FFmpeg trac at avcodec.org
Tue Mar 26 13:17:04 EET 2019


#7811: FFPlay Cannot play master if one of listed playlist error
------------------------------------+----------------------------------
             Reporter:  urangtasik  |                     Type:  defect
               Status:  new         |                 Priority:  normal
            Component:  ffplay      |                  Version:  4.1
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+----------------------------------
 Summary of the bug:

 I have file `index.m3u8` it contain 2 another playlist, but ffplay cannot
 play it if one of the playlist is return HTTP 404 from server

 Example of the file

 {{{
 #EXTM3U
 #EXT-X-VERSION:3
 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1024000,RESOLUTION=852x480
 ch_480/index.m3u8 <==== good, http 200
 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=307200,RESOLUTION=426x240
 ch_240/index.m3u8 <===== bad, http 404
 }}}

 How to reproduce:
 {{{
 % ffplay http://example/index.m3u8
 ffplay version 4.1.1

 [hls,applehttp @] Opening 'http://example/ch_480/index.m3u8' for reading
 [https @] Opening 'http://example/ch_240/index.m3u8' for reading
 [https @ ] HTTP error 404 Not Foundq=    0B f=0/0
 [hls,applehttp @] keepalive request failed for
 'http://example/ch_240/index.m3u8', retrying with new connection: Server
 returned 404 Not Found
 [hls,applehttp @] Opening 'http://example/ch_240/index.m3u8' for reading
 [https @] HTTP error 404 Not Foundq=    0B f=0/0
 http://example/index.m3u8: Server returned 404 Not Found

 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7811>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list