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 02-14-2011, 10:45 AM
jerbob92 jerbob92 is offline
Junior Member
 
Join Date: Feb 2011
Posts: 5
jerbob92 is on a distinguished road
Default

www.secretstory.nl: Recording live RTMPE stream?


Hi guys!

I'm trying to download a live stream, the url is:

rtmpe://sbsnllivefs.fplive.net/sbsnllive-live

Where the filename is stream01-q03.

(rtmpe://sbsnllivefs.fplive.net/sbsnllive-live/&stream01-q03)

Can anybody do this in rtmpdump, as I seem to fail...

SWF url: _http://admin.brightcove.com/viewer/us1.25.00.02.2011-02-11100301/BrightcoveBootloader.swf?playerID=786805309001&pla yerKey=AQ~~%2CAAAAiDenBUk~%2CYtnxvBxGO03apcPF77gEm iYkKIAqAVQw&purl=http%3A%2F%2Fsecretstory.nl%2Fkij k-live%2F1%2FCamera%25201&%40videoPlayer=78796183300 1&autoStart=&bgcolor=%23FFFFFF&debuggerID=&dynamic Streaming=true&flashID=myExperience787961833001&he ight=345&isUI=true&isVid=true&width=615&wmode=tran sparant

Error:

DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetStream.Failed>
DEBUG: Property: <Name: description, STRING: Failed to play (stream ID: 1).>
Reply With Quote
  #2  
Old 02-14-2011, 11:58 AM
Stream Recorder
 
Posts: n/a
Default

Re: Recording live stream?


Try to use CooJah and StreamTransport in Windows. Or try to use rtmpsrv/rtmpsuck in Linux.

If will have any problems, post the URL of the web-page.
Reply With Quote
  #3  
Old 02-14-2011, 01:47 PM
jerbob92 jerbob92 is offline
Junior Member
 
Join Date: Feb 2011
Posts: 5
jerbob92 is on a distinguished road
Default

Re: Recording live stream?


rtmpdump -r "rtmpe://sbsnllivefs.fplive.net:1935/sbsnllive-live?videoId=787961833001&lineUpId=&pubId=58504924 5001&playerId=786805309001&affiliateId=" -a "sbsnllive-live?videoId=787961833001&lineUpId=&pubId=58504924 5001&playerId=786805309001&affiliateId=" -f "LNX 10,3,162,29" -W "http://admin.brightcove.com/viewer/us1.25.00.02.2011-02-11100301/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.secretstory.nl/kijk-live/1/Camera 1" -y "stream01-q03?videoId=787961833001&lineUpId=&pubId=585049245 001&playerId=786805309001&affiliateId=" -o stream01-q03.flv

Is the result of rtmpserver, but that command fails with:

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
ERROR: Closing connection: NetStream.Failed


rtmpsuck:
RTMP Proxy Server v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
Processing connect
app: sbsnllive-live?videoId=787961835001&lineUpId=&pubId=58504924 5001&playerId=786805309001&affiliateId=
flashVer: LNX 10,3,162,29
swfUrl: http://admin.brightcove.com/viewer/u...covePlayer.swf
tcUrl: rtmpe://sbsnllivefs.fplive.net:1935/sbsnllive-live?videoId=787961835001&lineUpId=&pubId=58504924 5001&playerId=786805309001&affiliateId=
pageUrl: http://www.secretstory.nl/kijk-live/2/Camera 2
ERROR: RTMP_Connect1, handshake failed.
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

ERROR: Handshake failed
Closing connection... done!

WARNING: Trying different position for client digest!
ERROR: Handshake failed
Closing connection... done!
Reply With Quote
  #4  
Old 02-14-2011, 01:59 PM
jerbob92 jerbob92 is offline
Junior Member
 
Join Date: Feb 2011
Posts: 5
jerbob92 is on a distinguished road
Default

Re: Recording live stream?


The output of the command looks different on windows:

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound


While on linux:

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
ERROR: Closing connection: NetStream.Failed

Could be because of that my server is in another country.
Reply With Quote
  #5  
Old 02-14-2011, 02:11 PM
jerbob92 jerbob92 is offline
Junior Member
 
Join Date: Feb 2011
Posts: 5
jerbob92 is on a distinguished road
Default

Re: Recording live stream?


DOH, I forgot to add the -v (live) option!
Reply With Quote
  #6  
Old 02-14-2011, 02:35 PM
jerbob92 jerbob92 is offline
Junior Member
 
Join Date: Feb 2011
Posts: 5
jerbob92 is on a distinguished road
Default

Re: www.secretstory.nl: Recording live RTMPE stream?


Command fetched on my server in france, it works locally on my pc, but it doesn't work on my server in france. Could it be a country restriction?
Reply With Quote
  #7  
Old 02-14-2011, 02:49 PM
Stream Recorder
 
Posts: n/a
Default

Re: www.secretstory.nl: Recording live RTMPE stream?


I was able to find the RTMPE URL with CooJah, but can't record it with Coojah or download with Blader.

Try to use a proxy or VPN with an IP address from Netherlands. Or setup Tor to use IP addresses from this country.
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 01:29 PM.


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