GNOME Bugzilla – Bug 668264
hlsdemux: add support for "Securely Serve Key Files"
Last modified: 2013-07-22 13:27:23 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
Don't we support that now in hlsdemux ? Julien, care to try again with git ?
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.