Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Help downloading graduation video from Uplynk player?

(http://stream-recorder.com/forum/showthread.php?t=20242)

andymosh 09-11-2015 06:48 AM

Help downloading graduation video from Uplynk player?


 
I am wanting to download a graduation video and I'm having a bit of trouble, this is the site where the video is displayed:

http://content.uplynk.com/player/5Sr...MQmPcTZsa.html

I check the network tab in Chrome dev tools and see a few requests, there's an m3u8 file which has a few other m3u8 files in there for different quality settings I imagine.

I eventually got to using ffmpeg (i'm on mac using homebrew) and I ran:

Code:

ffmpeg -i "http://content-ause2.uplynk.com/0f5f1ad03b48418eb085efef494426f5/g.m3u8?cid=0f5f1ad03b48418eb085efef494426f5&oid=8ab72384e3aa4ceb8e59b5d2af64e262&exp=1441965617&rn=2970515137&tc=1&ct=a&sig=422fc610d44b535ca11f435af9ae7a770df10ff2ab735788b8c8ab6ebf60af64&ad.cping=1&pbs=6efd45ea4baf4ae89702fbfc68bd8ddd" -c copy graduation.mp4
and it returned:



now as for the key, I had another look at the requests in the Network and there is this...

https://content-ause4.uplynk.com/che... 02c3c94c4c55

which might be a key? I'm not entirely sure.

If anyone could help me download this I'd be eternally grateful!

slim94 09-11-2015 06:55 AM

Re: Help downloading graduation video from Uplynk player?


 
Seems you didn't grab the first m3u8 -- it worked for me doing this:


Code:

ffmpeg -i "http://content-ause3.uplynk.com/0f5f1ad03b48418eb085efef494426f5.m3u8?cid=0f5f1ad03b48418eb085efef494426f5&oid=8ab72384e3aa4ceb8e59b5d2af64e262&exp=1441976007&rn=2720210071&tc=1&ct=a&sig=aa802ee2cd5105201c68ce3bb7bd358da7472083c462821813daf1ac20e196ec&ad.cping=1&referer=content.uplynk.com" -c copy grad.ts

andymosh 09-11-2015 06:59 AM

Re: Help downloading graduation video from Uplynk player?


 
Quote:

Originally Posted by slim94 (Post 79734)
Seems you didn't grab the first m3u8 -- it worked for me doing this:


Code:

ffmpeg -i "http://content-ause3.uplynk.com/0f5f1ad03b48418eb085efef494426f5.m3u8?cid=0f5f1ad03b48418eb085efef494426f5&oid=8ab72384e3aa4ceb8e59b5d2af64e262&exp=1441976007&rn=2720210071&tc=1&ct=a&sig=aa802ee2cd5105201c68ce3bb7bd358da7472083c462821813daf1ac20e196ec&ad.cping=1&referer=content.uplynk.com" -c copy grad.ts

I ran the same command and got a

"HTTP error 400 Bad Request"

It wouldn't have anything to do with me running ffmpeg on mac would it?

Edit: I ran the command on my windows machine and got the same 400 request?


biezom 09-11-2015 07:24 AM

Re: Help downloading graduation video from Uplynk player?


 
Quote:

Originally Posted by andymosh (Post 79735)
I ran the same command and got a

"HTTP error 400 Bad Request"

It wouldn't have anything to do with me running ffmpeg on mac would it?

Edit: I ran the command on my windows machine and got the same 400 request?


because you can't use the same code
you need use your own code

you can find your own code in the source page code

you must be fast, because the code expires in 30 seconds

exp=1441977260

slim94 09-11-2015 07:26 AM

Re: Help downloading graduation video from Uplynk player?


 
Quote:

Originally Posted by biezom (Post 79736)
because you can't use the same code
you need use your own code

you can find your own code in the source page code

you must be fast, because the code expires in 30 seconds

exp=1441977260

yeah i ran it on ffmpeg and got the stream downloading then went to try in livestreamer and it had already expired.

andymosh 09-11-2015 07:28 AM

Re: Help downloading graduation video from Uplynk player?


 
Ah okay, I have to apologize it's the first time I've had to do anything like this, thank-you both for your help, just to clarify it is the url in the requests here:



I noticed in slim94's url there is "&referer=content.uplynk.com" at the end where I can't find it in this URL.

Edit: It seems to be working!



Will ffmpeg choose the best quality stream by default or do I need to specify some options for that? Thanks again the both of you, life savers!

biezom 09-11-2015 07:49 AM

Re: Help downloading graduation video from Uplynk player?


 
Quote:

Originally Posted by andymosh (Post 79738)
Ah okay, I have to apologize it's the first time I've had to do anything like this, thank-you both for your help, just to clarify it is the url in the requests here:



I noticed in slim94's url there is "&referer=content.uplynk.com" at the end where I can't find it in this URL.

you sniff with chrome, he sniff with firefox


Quote:

Edit: It seems to be working!

Will ffmpeg choose the best quality stream by default or do I need to specify some options for that? Thanks again the both of you, life savers!
yes best by default

slim94 09-11-2015 08:33 AM

Re: Help downloading graduation video from Uplynk player?


 
Quote:

Originally Posted by biezom (Post 79740)
you sniff with chrome, he sniff with firefox

yeah i find firefox + httpfox are the best combo for this kind of stuff.

notoriusbig 07-13-2016 07:22 AM

Re: Help downloading graduation video from Uplynk player?


 
Hi All

I am also struggling download graduation from this link

http://content.uplynk.com/player/Bpm...qB0Z6zQea.html

tried the above but its not working. Any help appreciated.

notoriusbig


All times are GMT -6. The time now is 05:09 PM.