PDA

View Full Version : Brightcove video link for rtmpdump


g33kBoy
06-17-2014, 11:16 PM
Hi,

I want to download a video on this page: http://www.wattsatelier.com/classes/drawing-fundamentals-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
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
I like blimey's code, but you can also get it with ffmpeg...

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
Thanks guys! it worked wonderfully.