Brightcove video link for rtmpdumpHi,
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? |
Re: Brightcove video link for rtmpdumpCode:
http://brightcove.vo.llnwd.net/e1/uds/pd/2399754042001/2399754042001_2741988507001_Phase-1-Fundamentals-Intro.mp4?playerId=2399701280001&lineupId=&affiliateId=&pubId=2399754042001&videoId=2566270987001 |
Re: Brightcove video link for rtmpdumpI 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" |
Re: Brightcove video link for rtmpdumpThanks guys! it worked wonderfully.
|
All times are GMT -6. The time now is 06:38 AM. |