PDA

View Full Version : manifest.f4m - access denied - tricky one


gabrusch
06-14-2015, 03:12 AM
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: 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 http://www.tivi.de/mediathek/detail.html?data=%2FtiviVideos%2Fbeitrag%2FDie%2Bl angen%2Bgro%25C3%259Fen%2BFerien%2F2383962%2F23886 76%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:
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!

surya987
06-14-2015, 04:33 AM
post actual video link.. will give you method...

gabrusch
06-14-2015, 05:35 AM
Thanks for the fast reply surya,

the video is embedded in the following page

http://www.tivi.de/mediathek/detail.html?data=%2FtiviVideos%2Fbeitrag%2FDie%2Bl angen%2Bgro%25C3%259Fen%2BFerien%2F2383962%2F23886 76%3Fview%3DflashXml

zer00
06-14-2015, 09:25 AM
You can find all stream addresses here:


http://www.tivi.de/tiviVideos/beitrag/2388676?view=flashXml

gabrusch
06-14-2015, 11:10 AM
Awesome zer00, thank you.

This looks like it gives me plenty of options but still it will deny access for the manifest.f4m. From the urls given, is AdobeHDS.php still the best solution for me?

surya, can you help me a little along the way?

zer00
06-14-2015, 12:57 PM
The HDS video (manifest.f4m) needs a token which is generated when the stream starts, but i get also the access denied message and the stream doesn't start. :(

But you can download one of the other formats. The easiest ones are the MP4 videos (the ones without the hbbtv useragent restriction) which you can get with every download manager (or even with your browser):


http://rodl.zdf.de/dach/tivi/15/04/150417_longholiday_papa_lgf_1456k_p13v11.mp4

gabrusch
06-14-2015, 01:20 PM
Awesome Zer00, thank you very much!

biezom
06-15-2015, 08:04 AM
hi
better quality 576p
http://rodl.zdf.de/dach/tivi/15/04/150417_longholiday_papa_lgf_2328k_p35v11.mp4

surya987
06-16-2015, 03:56 AM
If I am right all links shows access denied so far...

So best option is to use m3u8 code with livestreamer to get video with no problem....!!!