(Yet another) What am I doing wrong?Hi all - I am trying to capture video from the live video stream on this page: http://www.nola.com/paradecam/
I have read the forums up and down and have tried many iterations of invoking rtmpdump and it's just not working. Here's what I've come up with: Code:
rtmpdump -r "rtmp://cp65896.live.edgefcs.net:1935/live/" -a "live/" -f "WIN 11,1,102,62" -W "http://admin.brightcove.com/viewer/us20120217.1246/federatedVideo/BrightcovePlayer.swf" -y "?videoId=802229759001&lineUpId=&pubId=260701697001&playerId=619326652001&affiliateId=" -o test.flv -v -V Thanks in advance. |
Re: (Yet another) What am I doing wrong?Where is play path in your script?
Code:
rtmpdump -r "rtmp://cp65896.live.edgefcs.net:1935/live" -a "live?videoId=802229759001&lineUpId=&pubId=260701697001&playerId=619326652001&affiliateId=" -f "WIN 11,2,202,197" -W "http://admin.brightcove.com/viewer/us20120217.1246/federatedVideo/BrightcovePlayer.swf" -p "http://www.nola.com/paradecam/" --live -y "NOLA-ParadeCam@9040?videoId=802229759001&lineUpId=&pubId=260701697001&playerId=619326652001&affiliateId=" -o "NOLA-ParadeCam@9040.flv" Code:
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV) |
Re: (Yet another) What am I doing wrong?Thank you so much, Bahman. I guess the -p switch got left out somewhere along the line in my trying to get it to work. Thanks so much for your prompt help.
|
All times are GMT -6. The time now is 07:10 PM. |