After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668264 - hlsdemux: add support for "Securely Serve Key Files"
hlsdemux: add support for "Securely Serve Key Files"
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-19 13:03 UTC by Julien Isorce
Modified: 2013-07-22 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Julien Isorce 2012-01-19 13:03:10 UTC
From http://origin1.virginmedia.com.edgesuite.net/apple/index_iphone.html there are several streams:

http://origin1.virginmedia.com.edgesuite.net/fragle1/HarmoncHLS/DisneyChannel/masterPlaylist.m3u8

http://origin2.virginmedia.com.edgesuite.net/fragle3/HarmonicHLS/NatGeo/masterPlaylist.m3u8


Andoni said: "Fragments are encrypted with a key that is provided in the playlist and that should be decrypted using an IV that is either provided as a parameter in the key's url or using the media index for this fragment"

Extract from m3u8:

#EXTM3U
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:520522
#EXT-X-VERSION:2
Securely Serve Key Files
#EXT-X-KEY:METHOD=AES-128,URI="key/260/sequence520521.key"
#EXTINF:10,
ts/260/sequence520522.ts
#EXTINF:10,
ts/260/sequence520523.ts
#EXTINF:10,
ts/260/sequence520524.ts
#EXTINF:10,
ts/260/sequence520525.ts
#EXTINF:10,
ts/260/sequence520526.ts
#EXT-X-KEY:METHOD=AES-128,URI="key/260/sequence520527.key"
#EXTINF:10,
ts/260/sequence520527.ts
#EXTINF:10,
ts/260/sequence520528.ts
#EXTINF:10,
ts/260/sequence520529.ts
#EXTINF:10,
ts/260/sequence520530.ts
#EXTINF:10,
ts/260/sequence520531.ts
#EXTINF:10,
ts/260/sequence520532.ts
Comment 1 Edward Hervey 2013-07-18 15:43:30 UTC
Don't we support that now in hlsdemux ? Julien, care to try again with git ?
Comment 2 Julien Isorce 2013-07-22 13:27:23 UTC
Yes the support has been added since 19 Mars 2013: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/gst?id=7d982d34184fff957ed6719425e01988128d2302

Unfortunately those HLS AES links are not working anymore.