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
  #1  
Old 10-14-2014, 11:04 PM
save8lot save8lot is offline
Member
 
Join Date: Aug 2014
Posts: 39
save8lot is on a distinguished road
Default

Downloading from [USANetwork] Question


I am trying to figure out how to download TV episodes from the usanetwork website. Here is my method so far:

Example TV episode link:
Code:
http://www.usanetwork.com/covertaffairs/videos/sensitive-euro-man
I have to login to my cable provider to view the video. I view it in firefox with the debug console open which displays the link to the "master.m3u8" file. Once I download it, I find all the available versions including the "1920x1080" version I am looking for.

Example 1080p m3u8 file URL (with token removed):
Code:
https://tve_usa-vh.akamaihd.net/i/prod/video/32/523/140819_2806429_Sensitive_Euro_Man_,25,40,18,12,7,4,2,00.mp4.csmil/index_1_av.m3u8?null=&id=**********************************************************&hdntl=exp=**********~acl=%2fi%2fprod%2fvideo%2f32%2f523%2f140819_2806429_Sensitive_Euro_Man_*~data=hdntl~hmac=****************************************
So I copy the 1080p link (with token) and open ffmpeg and run the following command:

Code:
ffmpeg -i "URL(with token)" -c copy -bsf:a aac_adtstoasc "xxxxx.mp4"
However it returns the error "HTTP Error 403 Forbidden" which results in "input/output error".

Either I should be using a different ffmpeg command, OR, the "token" only works from within the browser. The reason i think that is because I tried to download the Master.m3u8 file using IntenetDownloadManager first, and it would not work and the video crashed. Then I reloaded the video and tried downloading the master.m3u8 file again from within firefox and it downloaded fine. Also, the was able to download the 1080p m3u8 file, along with the KEY and 1 of the 260 .ts files within firefox and they also downloaded perfectly, however i get the "403 Error" with ffmpeg.

Atresdownloader does not seem to work for this video either.

Any ideas?
Reply With Quote
  #2  
Old 10-14-2014, 11:32 PM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: Downloading from [USANetwork] Question


it need signin...

plese post m3u8 full link with token once so that we can check it..

thanks
Reply With Quote
  #3  
Old 10-16-2014, 10:31 PM
save8lot save8lot is offline
Member
 
Join Date: Aug 2014
Posts: 39
save8lot is on a distinguished road
Default

Re: Downloading from [USANetwork] Question


ok, so I found a video on the site that does NOT require a login. This particular video works the same way, but it currently does not require a cable provider login so it is a perfect example to try.


Code:
Streaming Video Link:  http://www.usanetwork.com/benched/videos/pilot
Code:
Master.m3u8 (with token): https://tve_usa-vh.akamaihd.net/i/prod/video/7/255/141009_2818096_Pilot_anvver_2_,25,40,18,12,7,4,2,00.mp4.csmil/master.m3u8?b=&__b__=1000&hdnea=st=1413516136~exp=1413516196~acl=/i/prod/video/7/255/141009_2818096_Pilot_anvver_2_*~id=83fcc01d-181a-471b-8a50-fd8844733141~hmac=33ed8e7fad93d0404f2d8f0e5c011b554729b9e9baffe2dd30baa5a452990f1c

Code:
1080p m3u8 link (with token): https://tve_usa-vh.akamaihd.net/i/prod/video/7/255/141009_2818096_Pilot_anvver_2_,25,40,18,12,7,4,2,00.mp4.csmil/index_1_av.m3u8?null=&id=AgDGBz7Mpf71PZiLQFTZsg81Pc76XXmm4v%2f9Iw9sZvtOGxnT%2foH0ckq4XLNYQ37xAeZNeZ82S4NxLw%3d%3d&hdntl=exp=1413602584~acl=%2fi%2fprod%2fvideo%2f7%2f255%2f141009_2818096_Pilot_anvver_2_*~data=hdntl~hmac=cb672bc668ec20c5cecfeb3e97f0abdca79e1dd903074d5e54122f12659b550b

So I open up ffmpeg and run the following command:

Code:
ffmpeg -i "https://tve_usa-vh.akamaihd.net/i/prod/video/7/255/141009_2818096_Pilot_anvver_2_,25,40,18,12,7,4,2,00.mp4.csmil/index_1_av.m3u8?null=&id=AgDGBz7Mpf71PZiLQFTZsg81Pc76XXmm4v%2f9Iw9sZvtOGxnT%2foH0ckq4XLNYQ37xAeZNeZ82S4NxLw%3d%3d&hdntl=exp=1413602584~acl=%2fi%2fprod%2fvideo%2f7%2f255%2f141009_2818096_Pilot_anvver_2_*~data=hdntl~hmac=cb672bc668ec20c5cecfeb3e97f0abdca79e1dd903074d5e54122f12659b550b" -c copy -bsf:a aac_adtstoasc "Benched.mp4"

However I end up with an "HTTP Error 403 Forbidden" error message which results in the "Input/Output Error".

Again, anyone should be able to access this particular video, and obtain the m3u8 files, WITHOUT the need to login.

I just need help figuring out why it will not download.

Thanks in advance.
Reply With Quote
  #4  
Old 12-18-2014, 03:12 PM
ehurdler ehurdler is offline
Senior Member
 
Join Date: Feb 2014
Location: NY
Posts: 126
ehurdler is on a distinguished road
Default

Re: Downloading from [USANetwork] Question


Quote:
Originally Posted by save8lot View Post
ok, so I found a video on the site that does NOT require a login. This particular video works the same way, but it currently does not require a cable provider login so it is a perfect example to try.


Code:
Streaming Video Link:  http://www.usanetwork.com/benched/videos/pilot
Code:
Master.m3u8 (with token): https://tve_usa-vh.akamaihd.net/i/prod/video/7/255/141009_2818096_Pilot_anvver_2_,25,40,18,12,7,4,2,00.mp4.csmil/master.m3u8?b=&__b__=1000&hdnea=st=1413516136~exp=1413516196~acl=/i/prod/video/7/255/141009_2818096_Pilot_anvver_2_*~id=83fcc01d-181a-471b-8a50-fd8844733141~hmac=33ed8e7fad93d0404f2d8f0e5c011b554729b9e9baffe2dd30baa5a452990f1c

Code:
1080p m3u8 link (with token): https://tve_usa-vh.akamaihd.net/i/prod/video/7/255/141009_2818096_Pilot_anvver_2_,25,40,18,12,7,4,2,00.mp4.csmil/index_1_av.m3u8?null=&id=AgDGBz7Mpf71PZiLQFTZsg81Pc76XXmm4v%2f9Iw9sZvtOGxnT%2foH0ckq4XLNYQ37xAeZNeZ82S4NxLw%3d%3d&hdntl=exp=1413602584~acl=%2fi%2fprod%2fvideo%2f7%2f255%2f141009_2818096_Pilot_anvver_2_*~data=hdntl~hmac=cb672bc668ec20c5cecfeb3e97f0abdca79e1dd903074d5e54122f12659b550b

So I open up ffmpeg and run the following command:

Code:
ffmpeg -i "https://tve_usa-vh.akamaihd.net/i/prod/video/7/255/141009_2818096_Pilot_anvver_2_,25,40,18,12,7,4,2,00.mp4.csmil/index_1_av.m3u8?null=&id=AgDGBz7Mpf71PZiLQFTZsg81Pc76XXmm4v%2f9Iw9sZvtOGxnT%2foH0ckq4XLNYQ37xAeZNeZ82S4NxLw%3d%3d&hdntl=exp=1413602584~acl=%2fi%2fprod%2fvideo%2f7%2f255%2f141009_2818096_Pilot_anvver_2_*~data=hdntl~hmac=cb672bc668ec20c5cecfeb3e97f0abdca79e1dd903074d5e54122f12659b550b" -c copy -bsf:a aac_adtstoasc "Benched.mp4"

However I end up with an "HTTP Error 403 Forbidden" error message which results in the "Input/Output Error".

Again, anyone should be able to access this particular video, and obtain the m3u8 files, WITHOUT the need to login.

I just need help figuring out why it will not download.

Thanks in advance.
Did you ever get an answer to this? I am trying to download similar/same video and cannot figure it out. Please help if you can.
Reply With Quote
  #5  
Old 12-20-2014, 01:28 PM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: Downloading from [USANetwork] Question


Quote:
Originally Posted by ehurdler View Post
Quote:
Originally Posted by save8lot View Post
Code:
Streaming Video Link:  http://www.usanetwork.com/benched/videos/pilot
Did you ever get an answer to this? I am trying to download similar/same video and cannot figure it out. Please help if you can.
eherdler, the link from savealot has expired. If you can't figure out the cookies for authenticated content, you can, while signed in, download the pieces within a browser and assemble them manually.
Reply With Quote
  #6  
Old 01-02-2015, 10:39 AM
ehurdler ehurdler is offline
Senior Member
 
Join Date: Feb 2014
Location: NY
Posts: 126
ehurdler is on a distinguished road
Default

Re: Downloading from [USANetwork] Question


Quote:
Originally Posted by blimey View Post
eherdler, the link from savealot has expired. If you can't figure out the cookies for authenticated content, you can, while signed in, download the pieces within a browser and assemble them manually.
Blimey, I cannot figure out the cookies for authentication. I referenced the original link in this post as an example. If I take the link:
http://www.usanetwork.com/benched/vi...ief-encounters

for example. How would I figure out the cookies for authenticated content? If you would rather me PM you, etc. Please let me know. I am trying to figure this kind of stuff out and I just cannot. I hate asking stupid questions, and would like to be able to download videos like the one I posted above. I would also like to help others out as well if I can grasp this myself. Also if there is any straight forward tutorial on how to capture this with ffmpeg please also direct me towards it. Most things I find are outdated or lacking in information for someone with my lack of knowledge so far.

Thank you in advanced.
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 02:02 PM.


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