View Single Post
  #3  
Old 06-18-2014, 02:50 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

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!
Reply With Quote