Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #71  
Old 04-14-2012, 03:59 AM
mce mce is offline
Senior Membrane
 
Join Date: Jul 2010
Posts: 116
mce is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


Quote:
Originally Posted by gxdata View Post
Problem today with any rtmp:// protocol shows (the http:// ones are still downloadable with curl).

[edit]
Worse than that - it looks like a rethink on the parsing is needed.
Yep...
Reply With Quote
  #72  
Old 04-16-2012, 08:11 PM
mce mce is offline
Senior Membrane
 
Join Date: Jul 2010
Posts: 116
mce is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


A lot tougher than I thought it might be.
Reply With Quote
  #73  
Old 04-16-2012, 08:21 PM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


Quote:
Originally Posted by mce View Post
A lot tougher than I thought it might be.
Is a security token needed?
Reply With Quote
  #74  
Old 04-16-2012, 09:44 PM
mce mce is offline
Senior Membrane
 
Join Date: Jul 2010
Posts: 116
mce is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


Umm, sort of yes.

The url to get a http download is now:

Quote:
hxxp://sbsauvod-f.akamaihd.net/SBS_Production/managed/2012/03/2219572018%20_,128,512,1000,1500,K.mp4.csmil/bitrate=0?v=2.5.14&fp=WIN%2011,2,202,233&r=QGAJN&g =PNQYTSDEJQSX
Of course its http.

That is for James May's Man Lab S02E07

the r= and g= seem to be the token checking and I havent yet found where that is from.

The other ones I'm assuming are from the player.
Reply With Quote
  #75  
Old 04-19-2012, 03:02 AM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


Is that derivable from any of the JSON files? That is, can you find that SMIL file within one?

And rtmp:// - is the trend to all http:// do you think?

(also, we may lose WP as a forum for SBS - as with iView)

Last edited by gxdata : 04-19-2012 at 03:11 AM. Reason: corrections
Reply With Quote
  #76  
Old 04-19-2012, 05:09 AM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


It looks like the r= and g= tokens change with time. I will check this more rigorously, later.

Saying that, I had failures with -

The World's Most Beautiful Sites S2 Ep37 - El Escorial Monastery

--- 2 attempts, same URL (r, g as follows)

'http://sbsauvod-f.akamaihd.net/SBS_Production/managed/2012/04/2222341564_,128,512,1000,1500,K.mp4.csmil/bitrate=2?v=2.5.14&fp=WIN%2011,1,102,55&r=MADHF&g= XDFCPGQCWAKW'

--- a few minutes later, used FF/FG to get URL, tried again

'http://sbsauvod-f.akamaihd.net/SBS_Production/managed/2012/04/2222341564_,128,512,1000,1500,K.mp4.csmil/bitrate=2?v=2.5.14&fp=WIN%2011,1,102,55&r=LNQSO&g= BXINBBBTSGRJ'
---

(that failed, too - unusual, as several downloads using this method with VLC to do the actual download have all worked, albeit very slowly)

[edit]
--- 19/04/2012 @ 7:55 PM WAST
'http://sbsauvod-f.akamaihd.net/SBS_Production/managed/2012/04/2222341564_,128,512,1000,1500,K.mp4.csmil/bitrate=3?v=2.5.14&fp=WIN%2011,1,102,55&r=QUIPW&g= BXINBBBTSGRJ&seek=82.92'
(left off seek when using VLC)
---
Note changed r and g values, again
(bitrate=3 this time)
(downloading now)

Last edited by gxdata : 04-19-2012 at 06:00 AM. Reason: more
Reply With Quote
  #77  
Old 04-20-2012, 09:47 AM
eegee eegee is offline
Junior Member
 
Join Date: Oct 2010
Posts: 9
eegee is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


Anyone tried using Firefox for the actual downloads?

Now that we've been rudely flung from the akamai world of rtmp streaming to that of adobe http dynamic streaming (and hope that there's a buffering/multi-threading/downloading solution on the horizon), I've finally had a chance this evening to go down the new long-winded downloading path:

- rather than extra addons, just used coojah6 the url sniffer;
- tweaked the bitrate in the video url;
- downloaded with Firefox, saving as .mp4 file;
- had concurrent downloads running in Firefox;
- although the initial file-size is reported as 2GB, it stops without problem once the actual (much shorter) stream finishes;
- remuxed ok with ffmpeg;
Reply With Quote
  #78  
Old 04-20-2012, 10:39 PM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


Quote:
Originally Posted by eegee View Post
Anyone tried using Firefox for the actual downloads?
<snip>
- downloaded with Firefox, saving as .mp4 file;
That's probably neater/quicker than using FoxGet/DTA and finishing with VLC Media Player. I am finding the VLC streaming download to be very very slow.

I will try a 'download finish' with a standa-alone multi-streaming download manager (using a sniffed URL), if they work.

Did you note the download rate (or, time for XXMb final file size)?
Reply With Quote
  #79  
Old 04-21-2012, 01:30 AM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


Quote:
Originally Posted by eegee View Post
used coojah6 the url sniffer;
I remember now - the Chinese UI of Coojah 6 installer was so off-putting, when I tried it in October 2010, that I removed it before trying its functionality. The same version (identical checksum on EXE) is still available (no updates). But there is a newer, similar product - MediaBox - last updated in 2012.

So I downloaded MediaBox (same webpage/developer)

But it is not useful for me, though it has English-language buttons etc - because on 64-bit Windows it does not function at all (warning messages, in English) unless the browsers (FireFox, IE9, etc) that it is URL-sniffing are run as Administrator.

Then, the URL has to be changed (ie, the bitrate), and I could not get its accompanying downloader to download the corrected URL that I gave it. Of course, another downloader could be used.

Frankly, I found that FF+FG+DTA, then VLC Media Player to save, was just as simple.

But I will try again with other combinations....

Last edited by gxdata : 04-21-2012 at 02:09 AM.
Reply With Quote
  #80  
Old 04-21-2012, 02:50 AM
eegee eegee is offline
Junior Member
 
Join Date: Oct 2010
Posts: 9
eegee is on a distinguished road
Default

Re: www.sbs.com.au- Download RTMP video from Australian TV web-site


Quote:
Originally Posted by gxdata View Post
Did you note the download rate (or, time for XXMb final file size)?
Download rates reported by FF (as MB/s) pretty much correspond to video bitrate (~64MB/s for 512K video...factor of 8). Time taken~running time displayed by viewer.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:26 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons