I'm trying to understand how to use rtmpdump to download a video at http://www.doctoroz.com/episode/triple-your-fat-loss?video_id=3182157020001 I used wireshark and firebug to find out the URL for the video, and I got the following URLs: 1) rtmp://brightcove.fcod.llnwd.net/a500/d15/&mp4:media/1569565978001/201402/1085/1569565978001_3182198980001_5-108-1-1-Triple-Fat-Loss.mp4&1394550000000&d1fd73790cf2dae9efc792235b3f04ce 2) rtmp://brightcove-60.fcod.llnwd.net:1935/a500/d15?videoId= 3182157020001 &lineUpId=&pubId= 1569565978001 &pl.ayerId=1890492966001&affiliateId= 3) rtmp://brightcove-40.fcod.llnwd.net:443 /a500/d15?videoId= 3182157020001 &lineUpId=&pubId= 1569565978001 &player I see the host changes from time to time, looks like a server load balancing, but that's not an issue, I guess. I have tried different ways to use rtmdump to download the video without success. I'm not very clear what part of the URL to split and use in the -y and - C params. Any guidance will be very appreciated. Thank you very much. -- Stuardo -StR- Rodríguez | Mercenary Web Developer | http://maphpia.com email: str@maphpia.com | msn: str@maphpia.com | gtalk: str@maphpia.com office: +502 2221-9830 | mobil: +502 4210-8819 | skype: stuardo_str
On Wed, 2 Apr 2014 14:50:30 -0400 Stuardo -StR- Rodríguez <str@maphpia.com> wrote:
http://www.doctoroz.com/episode/triple-your-fat-loss?video_id=3182157020001
use rtmpsrv or rtmpsuck to capture automatically. rtmpsrv creates this rtmpdump command: rtmpdump -r "rtmp://cp150446.edgefcs.net:1935/ondemand" -a "ondemand?__nn__=1497926354001&slist=1569565978001/&auth=daEcYcMbucVbjcAdmbIbRd_dXcpbiaqcAah-btpQZq-bWG-knFBrryx_AGAo_EDyB_GvD&aifp=bcosuds&videoId=3182157020001&lineUpId=&pubId=1569565978001&playerId=1890492966001&affiliateId=" -f "WIN 12,8,800,94" -W "http://admin.brightcove.com/viewer/us20140403.0943/federatedVideoUI/Brightco..." -p "http://www.doctoroz.com/episode/triple-your-fat-loss?video_id=3182157020001" -y "mp4:1569565978001/1569565978001_3182208217001_5-108-1-1-Triple-Fat-Loss.mp4?__nn__=1497926354001&slist=1569565978001/&auth=daEcYcMbucVbjcAdmbIbRd_dXcpbiaqcAah-btpQZq-bWG-knFBrryx_AGAo_EDyB_GvD&aifp=bcosuds&videoId=3182157020001&lineUpId=&pubId=1569565978001&playerId=1890492966001&affiliateId=" -o "Triple-Fat-Loss.flv" good luck!
On Fri, Apr 4, 2014 at 9:28 AM, compn <tempn@twmi.rr.com> wrote:
use rtmpsrv or rtmpsuck to capture automatically. rtmpsrv creates this rtmpdump command:
What kind of sorcery is this?? How did you find out those params? -- Stuardo -StR- Rodríguez | Mercenary Web Developer | http://maphpia.com email: str@maphpia.com | msn: str@maphpia.com | gtalk: str@maphpia.com office: +502 2221-9830 | mobil: +502 4210-8819 | skype: stuardo_str
participants (2)
-
compn -
Stuardo -StR- Rodríguez