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

FFmpeg trac at avcodec.org
Mon Oct 9 02:09:35 EEST 2017


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

Comment (by SeventhCycle):

 Replying to [comment:15 digitaltvguy]:
 > I noticed that ffmpeg does not create an m3u8 that sets the CODECS tag
 that is required by Apple.  Was this an oversight?
 >
 > This is example of the line that should be contained with the CODECS tag
 for HEVC
 >
 > #EXT-X-I-FRAME-STREAM-INF:AVERAGE-
 BANDWIDTH=287207,BANDWIDTH=328352,CODECS="hvc1.2.4.L123.B0",RESOLUTION=3840x2160,URI="localhost/index.m3u8"
 >

 So in the case of this file:
 I went ahead and took this example:
 http://seventhcycle.net/ffmpeg/hls_hevc/out/test.m3u8

 And manually adding this line on the bottom:
 #EXT-X-I-FRAME-STREAM-INF:AVERAGE-
 BANDWIDTH=287207,BANDWIDTH=328352,CODECS="hvc1.2.4.L123.B0",RESOLUTION=3840x2160,URI="test.m3u8"

 And saved it here:
 http://seventhcycle.net/ffmpeg/hls_hevc/out/test.m3u8

 I'm still seeing text saying there's a missing plugin here. Does the
 contents of this file look right on your side, or should the placement /
 URL be different?

 Just looking to eliminate factors that would prevent the FFmpeg-made HLS
 files from playing.

 Thanks.

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


More information about the FFmpeg-trac mailing list