Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
![]() ![]() |
|
Thread Tools | Display Modes |
#1111
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersJust read a message from <anon> who send me a wireshark capture.
It shows that the metered stuff has now been 'Brightcoved' like the unmetered stuff was. The URL is now like: http://iviewmetered-vh.akamaihd.net/i/playback/_definst_/_video/drwhohuman_01_12_,650000,495000,205000,40755,.mp4. csmil/master.m3u8?hdnea=st=1429012222~exp=1429222712~acl =/*~hmac=580ec2d7e2eb206259163c526702cb42db0f9279e2b 62ec2b2d94f2293a07292 That will get the SMIL to the segments. This is the same AdobeHDS that affects SBSOD. Thanks <anon> for helping out. [edit] Oops, I see dman already posted similar. ![]() Thanks dman. |
#1112
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersQuote:
IDM installs an extension in the browser which monitors download clicks and embedded media allowing you to download not only iview but streaming media content from most sources. Cheers. |
#1113
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersSimple downloading the unchangeable Samsung way.
Enjoy curl -u "Authorization:Basic ZmVlZHRlc3Q6YWJjMTIz" "https://tviview.abc.net.au/iview/feed/samsung/?keyword=0-z" select the show you want and grap the videoAsset <abc:videoAsset><![CDATA[https://abcsecurehttp-a.akamaihd.net/playback/_definst_/kids/skittingme_02_04.mp4?d=samsung&a=b18ee9d6acbeb42de 65e0403e10d938c]]></abc:videoAsset> fmpeg -i "https://abcsecurehttp-a.akamaihd.net/playback/_definst_/kids/skittingme_02_04.mp4?d=samsung&a=b18ee9d6acbeb42de 65e0403e10d938c" -c copy -y x.mp4 |
#1114
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersThanks, works.
|
#1115
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersQuote:
curl: (1) Protocol https not supported or disabled in libcurl Running curl -V, --version gives me this version information: Quote:
[edit] I downloaded from here http://www.paehl.com/open_source/?do..._741_0_ssl.zip v7.41.0 Download WITH SUPPORT SSL but using the -k parameter (turns off certificate verification), I still didn't get any output. Quote:
Last edited by gxdata : 04-15-2015 at 04:52 PM. Reason: Found a suitable cURL version |
#1116
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersmy curl -V
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp You're missing openssl But who needs curl. Anything that support https ie python headers = {'Authorization': 'Basic ZmVlZHRlc3Q6YWJjMTIz' } url = "https://tviview.abc.net.au/iview/feed/samsung/?keyword=0-z" req = Request(url, None, headers) res = urlopen(req, timeout=30) xml = fromstring(res.read().decode("utf-8")) for item in xml.getiterator('item'): |
#1117
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersThe curl command returns 1, and otherwise does nothing. It doesn't display data, create a file, display an error message or anything else.
It does this pretty much instantly - about 20 mlliseconds. That's too quick. Looking at the exchange with wireshark, I see curl connecting, establishing the SSL connection, then a five or six hundred bytes are returned, no more. The the connection is terminated by curl. Any ideas? |
#1118
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersIn the end I had to use this.
curl -k -H "Authorization:Basic ZmVlZHRlc3Q6YWJjMTIz" "https://tviview.abc.net.au/iview/feed/samsung/?keyword=0-Z" Then use your favorite multi-part downloader to fetch the video from the <abc:videoAsset> tag. |
#1119
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersmore ?
curl "https://tviview.abc.net.au/iview/feed/sony/?keyword=0-Z" json output curl -k -H "Authorization:Basic ZmVlZHRlc3Q6YWJjMTIz" "https://tviview.abc.net.au/iview/feed/Humax/?keyword=0-Z" curl "https://tviview.abc.net.au/iview/feed/xbox/?keyword=0-Z" json m3u8 hls curl "https://tviview.abc.net.au/iview/feed/fetch/?keyword=0-Z" |
#1120
|
|||
|
|||
![]() Re: How to use iView (ABC Australia) downloadersI had a general look at <title>Never miss a moment : ABC iview</title>
The Very start point I had noticed Subtitles using IVIEW napper for Post april 12 - New Format would be downloaded with it. Well Subtitles are now XML by the look of it. Doctor Series 1 - 10 was one of these ABC Doctor Series 1 10 Uses XML for Subtitles Beware http://cdn.iview.abc.net.au/cc/drwhohuman_01_10.xml http://iview.abc.net.au/cc/anzacgirls_01_06.xml' ep.captions = 'http://iview.abc.net.au/cc/poldark_01_01.xml'; I tried http://iview.abc.net.au/cc/drwhohuman_01_10.xml CDN is not required They now have a standard format USE http://www.videohelp.com/software/Subtitle-Edit Software > Subtitle > Subtitle Edit 3.4.6 |
![]() ![]() |
Tags: abc, abc australia, abc iview, iview, rtmpdump |
Thread Tools | |
Display Modes | |
|
|