View Single Post
  #1  
Old 10-19-2016, 04:44 PM
Steve7427 Steve7427 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 3
Steve7427 is on a distinguished road
Default

Need help downloading (free) streamate.com model streams with rtmpdump


Hi

I am trying to download streams from streamate.com through rtmpdump, either in Windows or Linux.
I am only trying to download the public/preview/free streams, not the private/paid streams.
Can anyone help me, please?

I can download streamate.com (free) streams OK using RTMPDumpHelper in Windows, but for my purposes I really need to be able to use rtmpdump, and I'm not sure how to get all the parameters I need for it?

If I run RTMPDumpHelper (version 1.21) and point my web browser (Firefox 49.0.1) at a model who is listed as being in "PARTYCHAT", for example:

http://www.streamate.com/cam/HotNymph/

then RTMPDumpHelper successfully saves the stream...

RTMP Proxy Server v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app: reflect/5495337225
flashVer: WIN 23,0,0,185
swfUrl: http://www.naiadsystems.com/flash/ge...d73/avchat.swf
tcUrl: rtmp://fcs111-1.streamate.com/reflect/5495337225
pageUrl: http://www.streamate.com/cam/HotNymph/
Playpath: f/30912110/5495337225_t_1
Saving as: 5495337225_t_1

But if I try running rtmpdump (version 2.3, tried under both Windows and Linux) with these same parameters...

rtmpdump -v -r rtmp://fcs111-1.streamate.com/reflect/5495337225 -a reflect/5495337225 -f "WIN 23,0,0,185" -W http://www.naiadsystems.com/flash/ge...d73/avchat.swf -p http://www.streamate.com/cam/HotNymph/ -y f/30912110/5495337225_t_1 -o out.flv

then I get...

Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

I found this old post, which seems to indicate I need to supply a number of additional parameters to rtmpdump, but I'm sot sure how to get these:

http://stream-recorder.com/forum/str...ot-t16534.html

I have tried rtmpExplorer (version 2.4 in Windows) and I get...

RTMP Server 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
(locks up here until I exit the stream in the browser)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

I have also tried rtmpsrv, both in Windows after adding (for eg) 127.0.0.1 fcs111-1.streamate.com
to the hosts file, and in Linux (Unbuntu version 16.04.1 32bit) after updating iptables with the line:
sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT

Again, with rtmpsrv (in both Windows and Linux) I get...

RTMP Server v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
(locks up here until I exit the stream in the browser)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!
Reply With Quote