[FFmpeg-trac] #6599(undetermined:new): FFmpeg git build does not make working fMP4 HLS files

FFmpeg trac at avcodec.org
Sun Aug 20 14:10:38 EEST 2017


#6599: FFmpeg git build does not make working fMP4 HLS files
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  SeventhCycle                       |                   Status:  new
                 Type:  defect       |                Component:
             Priority:  normal       |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by stevenliu):

 {{{
 localhost:dash StevenLiu$ wget
 http://seventhcycle.net/ffmpeg/hls_h264/out/480p-h264.m3u8
 --2017-08-20 19:09:28--
 http://seventhcycle.net/ffmpeg/hls_h264/out/480p-h264.m3u8
 Resolving seventhcycle.net... 50.116.11.11
 Connecting to seventhcycle.net|50.116.11.11|:80... connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 211 [application/x-mpegURL]
 Saving to: ‘480p-h264.m3u8’

 100%[======================================================================================================================================================================================================================================>]
 211         --.-K/s   in 0s

 2017-08-20 19:09:43 (9.58 MB/s) - ‘480p-h264.m3u8’ saved [211/211]

 localhost:dash StevenLiu$ cat 480p-h264.m3u8
 #EXTM3U
 #EXT-X-VERSION:7
 #EXT-X-TARGETDURATION:9
 #EXT-X-MEDIA-SEQUENCE:0
 #EXT-X-MAP:URI="(null)"
 #EXTINF:8.333333,
 480p-h2641.m4s
 #EXTINF:8.333333,
 480p-h2642.m4s
 #EXTINF:5.000000,
 480p-h2643.m4s
 #EXT-X-ENDLIST
 }}}


 I saw the context:
 #EXT-X-MAP:URI="(null)"


 let me check the command here

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


More information about the FFmpeg-trac mailing list