Opened 10 years ago

Closed 10 years ago

#3051 closed defect (invalid)

Please add support for Apple Quicktime m3u8

Reported by: AussieFries Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: mov m3u8
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

FFmpeg currently does not support the 'Keynote' stream on http://www.apple.com :
http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/refs/13ohbdvohbqsdvojhbdfv09_iphone_vod_ref.mov

When I open the URL in the stream file I get the below info.

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="English",AUTOSELECT=YES,FORCED=NO,LANGUAGE="eng",URI="http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/subtitles/eng/prog_index.m3u8"

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2872433,CODECS="avc1.4d401f,mp4a.40.2",RESOLUTION=960x540,SUBTITLES="subs"
http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/2500d/2500.m3u8
#EXT-X-I-FRAME-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=761265,CODECS="avc1.4d401f",URI="http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/2500d/iframe_index.m3u8"

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=9527994,CODECS="avc1.640028,mp4a.40.2",RESOLUTION=1920x1080,SUBTITLES="subs"
http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/8500d/8500.m3u8
#EXT-X-I-FRAME-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2013831,CODECS="avc1.640028",URI="http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/8500d/iframe_index.m3u8"

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3966442,CODECS="avc1.4d401f,mp4a.40.2",RESOLUTION=960x540,SUBTITLES="subs"
http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/3500d/3500.m3u8
#EXT-X-I-FRAME-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=830394,CODECS="avc1.4d401f",URI="http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/3500d/iframe_index.m3u8"

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=5050049,CODECS="avc1.640028,mp4a.40.2",RESOLUTION=1280x720,SUBTITLES="subs"
http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/4500d/4500.m3u8
#EXT-X-I-FRAME-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1140065,CODECS="avc1.640028",URI="http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/4500d/iframe_index.m3u8"

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=6705611,CODECS="avc1.640028,mp4a.40.2",RESOLUTION=1280x720,SUBTITLES="subs"
http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/6000d/6000.m3u8
#EXT-X-I-FRAME-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1251305,CODECS="avc1.640028",URI="http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/vod/6000d/iframe_index.m3u8"

I'm also unable to play the streams that the iOS app "iTunes Live" uses.

Change History (4)

comment:1 by AussieFries, 10 years ago

Keywords: apple mov m3u8 stream added

comment:2 by Carl Eugen Hoyos, 10 years ago

Keywords: apple stream removed

To make this a valid ticket, please add the failing command line together with the complete, uncut console output.

comment:3 by AussieFries, 10 years ago

I was able to play the stream using below command:

ffplay http://p.events-delivery.apple.com.edgesuite.net/1309ouhbqdvaeodhbqedvojhbadsfv/m3u8/atv_vod_mvp.m3u8

Ticket can be closed. Sorry for the wrong info.

comment:4 by Carl Eugen Hoyos, 10 years ago

Resolution: invalid
Status: newclosed

Thank you for testing again!

Note: See TracTickets for help on using tickets.