I am trying to capture a streaming video with AdobeHDS.php and get it working to the step that it says "Access Denied! Unable to download the manifest."
The manifest url is:
HTML Code:
http://zdf_hdflash_dach-vh.akamaihd.net/z/meta-files/tivi/smil/f4m/300/15/04/150417_longholiday_papa_lgf.smil/manifest.f4m
The webpage is
HTML Code:
http://www.tivi.de/mediathek/detail.html?data=%2FtiviVideos%2Fbeitrag%2FDie%2Blangen%2Bgro%25C3%259Fen%2BFerien%2F2383962%2F2388676%3Fview%3DflashXml
Unfortunately the HDS Link Detector does not help grabbing the proper url. What is also very strange is that even in the browser console to open the manifest.f4m gives me an 403 FORBIDDEN when leading the page:
Code:
GET
http://vqm.zdf.de/conf/zdfplayer/1.2/mediathek/vqm.xml [HTTP/1.1 200 OK 12ms]
GET
http://www.tivi.de/tiviVideos/contentblob/1652120/imageFile/10587381 [HTTP/1.1 200 OK 84ms]
GET
http://zdf_hdflash_dach-vh.akamaihd.net/crossdomain.xml [HTTP/1.1 200 OK 65ms]
GET
http://zdf_hdflash_dach-vh.akamaihd.net/z/meta-files/tivi/smil/f4m/300/15/04/150417_longholiday_papa_lgf.smil/manifest.f4m [HTTP/1.1 403 Forbidden 14ms]
GET
http://fgeostreaming.zdf.de/crossdomain.xml [HTTP/1.1 200 OK 43ms]
GET
http://fgeostreaming.zdf.de/tivi/veryhigh/15/04/150417_longholiday_papa_lgf.smil [HTTP/1.1 200 OK 15ms]
Any help is highly appreciated. Thanks!