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

How can I download video from this site, please?

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

buel 01-25-2014 12:09 PM

How can I download video from this site, please?


 
Hi all,
Please can I ask how I can download the video from this site? I am strugglingso far...

http://www.floridatoday.com/videonet...er-Don-Arabian

Thank you in advance,

Buel

hasomaso 01-25-2014 01:55 PM

Re: How can I download video from this site, please?


 
Code:

rtmpdump -r "rtmp://cp81320.edgefcs.net:1935/ondemand" -a "ondemand?videoId=1445374195001&lineUpId=&pubId=38321750001&playerId=1739873584001&affiliateId=" -f "WIN 12,0,0,38" -W "http://admin.brightcove.com/viewer/us20140123.0946/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.floridatoday.com/videonetwork/1445374195001/Glenn-s-50th-Spacecraft-Project-manager-Don-Arabian?nclick_check=1" -y "mp4:brightcove/38321750001/38321750001_1445408844001_021212Arabian.mp4?videoId=1445374195001&lineUpId=&pubId=38321750001&playerId=1739873584001&affiliateId=&accountid=38321750001" -o "Arabian.flv"

buel 01-25-2014 02:19 PM

Re: How can I download video from this site, please?


 
Apologies for this but I don't understand?

hasomaso 01-25-2014 02:31 PM

Re: How can I download video from this site, please?


 
exactly what they do not understand?

buel 01-25-2014 03:34 PM

Re: How can I download video from this site, please?


 
Sorry for this. I thought that was a link? But it's not? I am sorry for this...

hasomaso 01-25-2014 03:53 PM

Re: How can I download video from this site, please?


 
1. create a folder
2. copy rtmpdump in the created folder
3. create in the created folder a .bat file
4. copy the rtmpdump Code in the .bat file
5. save it
6. and start the .bat file

peterpan 01-25-2014 04:20 PM

Re: How can I download video from this site, please?


 
You can also use this link and play it in SimpleTV or xbmc (verified & working fine)
rtmp://cp81320.edgefcs.net/ondemand/mp4:brightcove/38321750001/38321750001_1445411513001_021212Arabian.mp4

buel 01-26-2014 12:28 PM

Re: How can I download video from this site, please?


 
Hi, Thank you so very much!!

Im so sorry for being so naive about all this.

Please can I just say that I am absolutely desperate to get hold of this video but even Stream Transport can't get it. Please can I ask (again) for some help with this video:

http://www.c-spanvideo.org/program/Kran

peterpan 01-26-2014 02:10 PM

Re: How can I download video from this site, please?


 
Here you go... It uses a SecureToken ;)

Code to dowmload the video
Code:

rtmpdump -r "rtmp://cspan-147.c-spanarchives.org" -a "bwcheck" -f "WIN 12,0,0,38" -W "http://static.c-spanvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf?programid=220447" -p "http://www.c-spanvideo.org/program/Kran" -y "mp4:downloads/292/292341-1/292341-1-MP4-STD/292341-1-MP4-STD_01.mp4" -T "T4#up_Ko!" -o "CSPAN-CLIP1.flv"
Code to play the video in VLC
Code:

rtmpdump -r "rtmp://cspan-147.c-spanarchives.org" -a "bwcheck" -f "WIN 12,0,0,38" -W "http://static.c-spanvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf?programid=220447" -p "http://www.c-spanvideo.org/program/Kran" -y "mp4:downloads/292/292341-1/292341-1-MP4-STD/292341-1-MP4-STD_01.mp4" -T "T4#up_Ko!" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
P.S. If you're interested in playing this video on XBMC, let me know, so I can send you a RegEx for it ;)

Cheers!

Quote:

Originally Posted by buel (Post 64411)
Hi, Thank you so very much!!

Im so sorry for being so naive about all this.

Please can I just say that I am absolutely desperate to get hold of this video but even Stream Transport can't get it. Please can I ask (again) for some help with this video:

http://www.c-spanvideo.org/program/Kran


liumeiti 01-26-2014 06:59 PM

Re: How can I download video from this site, please?


 
How can I download live tv from (fengyunzhibo.com)and(v.ifeng.com)
Fuji TV
http://www.fengyunzhibo.com/tv/38078...4-no0886o6.htm

==============================
cctv news
http://v.ifeng.com/live/cctv13/

thank you:)

buel 01-27-2014 11:52 AM

Re: How can I download video from this site, please?


 
Hi,
Please try and help? I have created a folder on my desktop as per instruction 1, but I do not know how to copy rtmpdump to it?

blimey 01-28-2014 05:25 AM

Re: How can I download video from this site, please?


 
Quote:

Originally Posted by peterpan (Post 64412)
Code to play the video in VLC
Code:

rtmpdump -r "rtmp://cspan-147.c-spanarchives.org" -a "bwcheck" -f "WIN 12,0,0,38" -W "http://static.c-spanvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf?programid=220447" -p "http://www.c-spanvideo.org/program/Kran" -y "mp4:downloads/292/292341-1/292341-1-MP4-STD/292341-1-MP4-STD_01.mp4" -T "T4#up_Ko!" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

If you just want to play (not save) a c-span video in vlc, you'd probably be better off opening a network stream directly in vlc.

buel 01-28-2014 12:26 PM

Re: How can I download video from this site, please?


 
Ah, I desperately want to save it though? Please can I ask for the next step that I need?
I have created a folder on my desktop as per instruction 1, but I do not know how to copy rtmpdump to it?

blimey 01-28-2014 12:34 PM

Re: How can I download video from this site, please?


 
Quote:

Originally Posted by buel (Post 64422)
Ah, I desperately want to save it though? Please can I ask for the next step that I need?
I have created a folder on my desktop as per instruction 1, but I do not know how to copy rtmpdump to it?

Which video are you talking about? You've mentioned two different ones in this thread.

Copying a file to a folder is pretty basic stuff, it is hard to say it any simpler than that.

buel 01-28-2014 03:19 PM

Re: How can I download video from this site, please?


 
Sorry for that.

The video I want is:
http://www.c-spanvideo.org/program/Kran

The problem that I do not know exactly where to find the 'rtmpdump'file that I am to copy in to the folder?

buel 01-31-2014 11:01 AM

Re: How can I download video from this site, please?


 
Hi Lesor,
Thanks so much for your help. Unfortunately the link you supllied does not work, it says 'File is deleted. '?
Please help if you can, I am determinded to 'get' this working and learn it!

Buel

ohmediafire 01-31-2014 09:53 PM

Re: How can I download video from this site, please?


 
Guys. help me please.. how can i download any tv channel from this site? http://www.1malaysiaiptv.com.my/watch/


All times are GMT -6. The time now is 07:17 PM.