Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 11-18-2011, 03:42 PM
klatwork klatwork is offline
Junior Member
 
Join Date: Nov 2011
Posts: 14
klatwork is on a distinguished road
Default

Trying to download this video, what am i doing wrong?


I can't figure out how to record this LIVE stream from bfmtv:
http://www.bfmtv.com/rub/live/14/home/live/

the site starts playing an AD, then goes into the actual live video
I tried Stream Transport..which usually downloads anything, but it detects the URL:
rtmpt://stream2.bfm.yacast.net:80/live?videoId=1157784025001&lineUpId=&pubId=8764506 10001&playerId=1154506756001&affiliateId=\bfmtv?vi deoId=1157784025001&lineUpId=&pubId=876450610001&p layerId=1154506756001&affiliateId=

but it doesn't download the stream...I used rtmpdump with the following command line:

rtmpdump -v -r "rtmpt://stream2.bfm.yacast.net:80/live?videoId=1157784025001&lineUpId=&pubId=8764506 10001&playerId=1154506756001&affiliateId=\bfmtv?vi deoId=1157784025001&lineUpId=&pubId=876450610001&p layerId=1154506756001&affiliateId=" -o BFM.flvA

it gave me an error asking for the URL..
I'm not sure what i'm doing wrong, pls help,,
Reply With Quote
  #2  
Old 11-18-2011, 04:09 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Trying to download this video, what am i doing wrong?


Code:
rtmpdump -r "rtmp://stream2.bfm.yacast.net:1935/live" -a "live?videoId=1157784025001&lineUpId=&pubId=876450610001&playerId=1154506756001&affiliateId=" -f "WIN 11,0,1,152" -W "http://admin.brightcove.com/viewer/us20111118.0654/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.bfmtv.com/rub/live/14/home/live/" --live -y "bfmtv?videoId=1157784025001&lineUpId=&pubId=876450610001&playerId=1154506756001&affiliateId=" -o "bfmtv.flv"
Code:
C:\rtmpdump -r "rtmp://stream2.bfm.yacast.net:1935/live
" -a "live?videoId=1157784025001&lineUpId=&pubId=876450610001&playerId=115450675
6001&affiliateId=" -f "WIN 11,0,1,152" -W "http://admin.brightcove.com/viewer/us
20111118.0654/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.bfmtv.com/ru
b/live/14/home/live/" --live -y "bfmtv?videoId=1157784025001&lineUpId=&pubId=876
450610001&playerId=1154506756001&affiliateId=" -o "bfmtv.flv"
RTMPDump v2.4 GIT-2011-11-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO:   width                 1024.00
INFO:   height                576.00
INFO:   framerate             25.00
INFO:   videodatarate         702.00
INFO:   videocodecid          128.00
INFO:   audiodatarate         48.00
INFO:   audiocodecid          1024.00
1377.862 kB / 12.12 sec
Reply With Quote
  #3  
Old 11-18-2011, 04:44 PM
klatwork klatwork is offline
Junior Member
 
Join Date: Nov 2011
Posts: 14
klatwork is on a distinguished road
Default

Re: Trying to download this video, what am i doing wrong?


thanks, love...I tried to run that but it gives me an error

RTMP_Connect0, failed to connect socket. 10060 (unknown error)

Is it because I run on a wi-fi/wireless network?
or something with the player/internet explorer, etc..?
i'm running windows 7
it obviously works with your computer

Quote:
Originally Posted by chap View Post
Code:
rtmpdump -r "rtmp://stream2.bfm.yacast.net:1935/live" -a "live?videoId=1157784025001&lineUpId=&pubId=876450610001&playerId=1154506756001&affiliateId=" -f "WIN 11,0,1,152" -W "http://admin.brightcove.com/viewer/us20111118.0654/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.bfmtv.com/rub/live/14/home/live/" --live -y "bfmtv?videoId=1157784025001&lineUpId=&pubId=876450610001&playerId=1154506756001&affiliateId=" -o "bfmtv.flv"
Code:
C:\rtmpdump -r "rtmp://stream2.bfm.yacast.net:1935/live
" -a "live?videoId=1157784025001&lineUpId=&pubId=876450610001&playerId=115450675
6001&affiliateId=" -f "WIN 11,0,1,152" -W "http://admin.brightcove.com/viewer/us
20111118.0654/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.bfmtv.com/ru
b/live/14/home/live/" --live -y "bfmtv?videoId=1157784025001&lineUpId=&pubId=876
450610001&playerId=1154506756001&affiliateId=" -o "bfmtv.flv"
RTMPDump v2.4 GIT-2011-11-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO:   width                 1024.00
INFO:   height                576.00
INFO:   framerate             25.00
INFO:   videodatarate         702.00
INFO:   videocodecid          128.00
INFO:   audiodatarate         48.00
INFO:   audiocodecid          1024.00
1377.862 kB / 12.12 sec
Reply With Quote
  #4  
Old 11-18-2011, 04:50 PM
klatwork klatwork is offline
Junior Member
 
Join Date: Nov 2011
Posts: 14
klatwork is on a distinguished road
Default

Re: Trying to download this video, what am i doing wrong?


nevermind...i know what now..
because i live in north america and they assign port #80
thanks so much...
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 04:31 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons