[FFmpeg-trac] #5335(ffmpeg:new): FFmpeg cannot handle HLS URL with Query string

FFmpeg trac at avcodec.org
Mon Mar 14 07:44:29 CET 2016


#5335: FFmpeg cannot handle HLS URL with Query string
-------------------------------------+-------------------------------------
             Reporter:  riocampos    |                     Type:
               Status:  new          |  enhancement
            Component:  ffmpeg       |                 Priority:  normal
             Keywords:  M3U M3U8     |                  Version:
  HLS                                |  unspecified
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 FFmpeg cannot treat m3u file as follows:


 {{{
 #EXTM3U
 #EXT-X-VERSION:3
 #EXT-X-PLAYLIST-TYPE:VOD
 #EXT-X-TARGETDURATION:10
 #EXT-X-KEY:METHOD=NONE
 #EXTINF:10.0,
 1554727_01.mp4-20150813-115220/1.ts?len=33&gtime=1457870305&guid=d0f6e3b0cb404033ff98A45D36FCAFA8&da=0&key=807F40B1A68D93654B44BA118A33C96B
 #EXTINF:10.0,
 1554727_01.mp4-20150813-115220/2.ts?len=33&gtime=1457870305&guid=d0f6e3b0cb404033ff98A45D36FCAFA8&da=0&key=807F40B1A68D93654B44BA118A33C96B
 (snip)
 #EXTINF:10.0,
 1554727_01.mp4-20150813-115220/270-END.ts?len=33&gtime=1457870305&guid=d0f6e3b0cb404033ff98A45D36FCAFA8&da=0&key=807F40B1A68D93654B44BA118A33C96B
 #EXT-X-ENDLIST
 }}}


 I check these urls are good ts file but FFmpeg ignore the query string so
 it recieve 403 error and say "Failed to open segment of playlist 0".
 Please cope the query string urls. Thanks.

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


More information about the FFmpeg-trac mailing list