Capture from tv.nrk.noMore and more channels are using HTTP Dynamic Streaming, the Norwegian http://tv.nrk.no/ has also gone for that, any suggestion how to capture these streams?
E.g. http://tv.nrk.no/serie/distriktsnyhe...ere-og-romsdal |
Re: Capture from tv.nrk.noDownload parts with DownThemAll!
Code:
http://nordond11c-f.akamaihd.net/z/wo/open/d2/d2c345f757010d561f61006ed04da1547ad70279/d2c345f757010d561f61006ed04da1547ad70279_,141,316,563,1266,2250,.mp4.csmil/4_1ccddad57efe0103_Seg1-Frag[1:216] Code:
$ php AdobeHDS.php 4_1ccddad57efe0103_Seg1-Frag |
Re: Capture from tv.nrk.noalternative(use ffmpeg)
Code:
http://nordond11c-f.akamaihd.net/i/wo/open/d2/d2c345f757010d561f61006ed04da1547ad70279/d2c345f757010d561f61006ed04da1547ad70279_,141,316,563,1266,2250,.mp4.csmil/master.m3u8 |
Re: Capture from tv.nrk.noI think what chap meant with his curtness was
Code:
ffmpeg \ |
Re: Capture from tv.nrk.noThank you, it definitely seem possible to capture it.
How can find the link to the .m3u8 file? In the source of the page I find the link to the .f4m file Code:
http://nordond37c-f.akamaihd.net/z/wo/open/31/3180dd16fa3aed10510fd39d4d6932f7af392a48/3180dd16fa3aed10510fd39d4d6932f7af392a48_,141,316,563,1266,2250,.mp4.csmil/manifest.f4m |
Re: Capture from tv.nrk.noQuote:
nrkbeta.no/2012/04/23/test-nrks-splitter-nye-nett-tv Basically they only deliver m3u8 to mobile devices, so you can trick it into doing that Code:
$ wget -qO- -U iPad tv.nrk.no/serie/distriktsnyheter-moere-og-romsdal | grep -m1 m3u8 |
Re: Capture from tv.nrk.noffmpeg downloads it, but sound and image are not synchronized.
AdobeHDS.php seems to do a better job, on the example above, but when I try to download any other program from that channel I can find the link to all the individual .ts files (from the .m3u8 file) and download all of them, but when I try to merge them with AdobeHDS.php I only get a 13 byte file - it just contains the FLV header. I seem to miss where to find the link to *Seg1-Frag[1:216]? |
Re: Capture from tv.nrk.noQuote:
For christ sake learn how to read. |
Re: Capture from tv.nrk.noQuote:
|
Re: Capture from tv.nrk.noQuote:
Firebug, Net tab |
All times are GMT -6. The time now is 11:53 PM. |