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
  #21  
Old 08-19-2015, 10:14 PM
statickijiji statickijiji is offline
Junior Member
 
Join Date: Aug 2015
Posts: 22
statickijiji is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by biezom View Post
yes i you read this post
Code:
http://stream-recorder.com/forum/showpost.php?p=78909&postcount=6

to find video.settings.pid view source page code Ctrl+u (on firefox)

with normal user agent you have 5f4D520I206m rtmp protocol and not the better quality

with android user agent you have 0Ha_DNQpGzp3 hls protocol and 720p
What if i'm trying to download a different episode? I view source, the same way, and find the video.settings.pid, but then I don't get
Code:
"https://cbsios-vh.akamaihd.net/..."
I get
Code:
"rtmp://cp48590.edgefcs.net/ondemand/"
Why is it different? Thanks!
Reply With Quote
  #22  
Old 08-19-2015, 10:32 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by statickijiji View Post
What if i'm trying to download a different episode? I view source, the same way, and find the video.settings.pid, but then I don't get
Code:
"https://cbsios-vh.akamaihd.net/..."
I get
Code:
"rtmp://cp48590.edgefcs.net/ondemand/"
Why is it different? Thanks!

Code:
"rtmp://cp48590.edgefcs.net/ondemand/"
rtmp protocol not the better quality

if you want find the video.settings.pid with 720p
you need change the user agent of your browser
on firefox you can use "user agent switcher"

what is the video you want?
Reply With Quote
  #23  
Old 08-19-2015, 10:38 PM
statickijiji statickijiji is offline
Junior Member
 
Join Date: Aug 2015
Posts: 22
statickijiji is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by biezom View Post
Code:
"rtmp://cp48590.edgefcs.net/ondemand/"
rtmp protocol not the better quality

if you want find the video.settings.pid with 720p
you need change the user agent of your browser
on firefox you can use "user agent switcher"

what is the video you want?
I want the rtmp quality. But I don't know how to download it.
I want this episode, in rtmp
Code:
http://www.cbs.com/shows/big_brother/video/4KE_GF19SzZb8W8jC39HxU3qNL7daLmQ/big-brother-all-stars-episode-1/
.

You need CBS all access though, so I don't know if it will work.
Reply With Quote
  #24  
Old 08-19-2015, 11:07 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by statickijiji View Post
I want the rtmp quality. But I don't know how to download it.
I want this episode, in rtmp
Code:
http://www.cbs.com/shows/big_brother/video/4KE_GF19SzZb8W8jC39HxU3qNL7daLmQ/big-brother-all-stars-episode-1/
.

You need CBS all access though, so I don't know if it will work.
ok you have something like this


Code:
rtmp://cp48590.edgefcs.net/ondemand/?auth=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&aifp=v001&slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/{break}video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/CBS_BIG_BROTHER_701_CONTENT_CIAN_R_1928.mp4

Code:
rtmpdump -r "rtmp://cp48590.edgefcs.net/ondemand/?auth=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&aifp=v001&slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/" -y "video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/CBS_BIG_BROTHER_701_CONTENT_CIAN_R_1928.mp4" -o BIG_BROTHER_701.flv"

with instead of XXXXXXXXXXXXXXXXXXXXXXXXXX your own auth value
Reply With Quote
  #25  
Old 08-19-2015, 11:17 PM
statickijiji statickijiji is offline
Junior Member
 
Join Date: Aug 2015
Posts: 22
statickijiji is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by biezom View Post
ok you have something like this


Code:
rtmp://cp48590.edgefcs.net/ondemand/?auth=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&aifp=v001&slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/{break}video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/CBS_BIG_BROTHER_701_CONTENT_CIAN_R_1928.mp4

Code:
rtmpdump -r "rtmp://cp48590.edgefcs.net/ondemand/?auth=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&aifp=v001&slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/" -y "video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/CBS_BIG_BROTHER_701_CONTENT_CIAN_R_1928.mp4" -o BIG_BROTHER_701.flv"

with instead of XXXXXXXXXXXXXXXXXXXXXXXXXX your own auth value
Ok, I did what you said, but it's not working. I replaced the XXXXXX with my auth code, and entered it into CMD, but didn't work. I tried to enter it into rtmp explorer too, but didn't work there. Where should I enter it? Thanks.
Reply With Quote
  #26  
Old 08-19-2015, 11:19 PM
slim94 slim94 is offline
Member
 
Join Date: Dec 2014
Posts: 57
slim94 is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by biezom View Post
ok you have something like this


Code:
rtmp://cp48590.edgefcs.net/ondemand/?auth=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&aifp=v001&slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/{break}video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/CBS_BIG_BROTHER_701_CONTENT_CIAN_R_1928.mp4


Code:
rtmpdump -r "rtmp://cp48590.edgefcs.net/ondemand/?auth=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&aifp=v001&slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/" -y "video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/CBS_BIG_BROTHER_701_CONTENT_CIAN_R_1928.mp4" -o BIG_BROTHER_701.flv"

with instead of XXXXXXXXXXXXXXXXXXXXXXXXXX your own auth value
I still can't get the rtmp stream for this, i'm using default user agents, and all sorts of diff browsers but only get the hls playlist -- weird.

I'm not complaining -- just wanted to compare audio on both, but i can't even get the rtmp stream to test with -- so odd.
Reply With Quote
  #27  
Old 08-19-2015, 11:20 PM
slim94 slim94 is offline
Member
 
Join Date: Dec 2014
Posts: 57
slim94 is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by statickijiji View Post
Ok, I did what you said, but it's not working. I replaced the XXXXXX with my auth code, and entered it into CMD, but didn't work. I tried to enter it into rtmp explorer too, but didn't work there. Where should I enter it? Thanks.
you need to run it from a cmd prompt with rtmpdump.exe in the same folder.
Reply With Quote
  #28  
Old 08-19-2015, 11:23 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by statickijiji View Post
Ok, I did what you said, but it's not working. I replaced the XXXXXX with my auth code, and entered it into CMD, but didn't work. I tried to enter it into rtmp explorer too, but didn't work there. Where should I enter it? Thanks.
Code:
https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
download in C:\rtmpdump for example

open command prompt
go to the folder
Code:
cd C:\rtmpdump
and paste your code
Reply With Quote
  #29  
Old 08-19-2015, 11:45 PM
statickijiji statickijiji is offline
Junior Member
 
Join Date: Aug 2015
Posts: 22
statickijiji is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by biezom View Post
Code:
https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
download in C:\rtmpdump for example

open command prompt
go to the folder
Code:
cd C:\rtmpdump
and paste your code
This is what i'm getting. We're getting close
Probably just a little mistake by me.

Code:
http://imgur.com/4qoG0xb
Reply With Quote
  #30  
Old 08-20-2015, 12:51 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: CBS.com Download


Quote:
Originally Posted by statickijiji View Post
This is what i'm getting. We're getting close
Probably just a little mistake by me.

Code:
http://imgur.com/4qoG0xb


oopssss sorry i forgot mp4: at the begining of playpath option (-y)

nota: important you need recent auth value because expire with time
Code:
rtmpdump -r "rtmp://cp48590.edgefcs.net/ondemand/?auth=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&aifp=v001&slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/" -y "mp4:video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/06/04/273585731870/CBS_BIG_BROTHER_701_CONTENT_CIAN_R_1928.mp4" -o BIG_BROTHER_701.flv"
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 03:18 AM.


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