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

Brightcove video link for rtmpdump

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

g33kBoy 06-17-2014 11:16 PM

Brightcove video link for rtmpdump


 
Hi,

I want to download a video on this page: http://www.wattsatelier.com/classes/...ntals-phase-i/

I've been following the tutorial from this website: http://pclosmag.com/html/issues/201104/page19.html

But it doesn't work. I think it might be some issue with URL parameters. Can someone please give me the link or rtmpdump command for downloading this video?

blimey 06-17-2014 11:55 PM

Re: Brightcove video link for rtmpdump


 
Code:

http://brightcove.vo.llnwd.net/e1/uds/pd/2399754042001/2399754042001_2741988507001_Phase-1-Fundamentals-Intro.mp4?playerId=2399701280001&lineupId=&affiliateId=&pubId=2399754042001&videoId=2566270987001

peterpan 06-18-2014 02:50 AM

Re: Brightcove video link for rtmpdump


 
I like blimey's code, but you can also get it with ffmpeg...

Code:

ffmpeg -i "http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=2741988546001" -vcodec copy -acodec copy "video.ts"
Cheers!

g33kBoy 06-18-2014 08:00 PM

Re: Brightcove video link for rtmpdump


 
Thanks guys! it worked wonderfully.


All times are GMT -6. The time now is 06:38 AM.