RTMP - Saving flash or streaming files from jwplayer help

Ryahn

Birb Skull Fuckery
Staff member
Moderator
Donor
Compressor
Jul 5, 2017
5,723
38,195
I am basically trying to rip a site that uses jwplayer to stream all its interactive games and videos. I am able to get rtmpdump to work but it stops at 20-30% and just sits. I am not sure what is wrong.

I have tried to use RTMPDumpHelper but it doesnt attach to any of my browswers. Also using rtmpsuck, I havent been successful on getting the proxy to work either.

If you guys would like to give it a go and see if you can get a full download. If you are able to, please share how you were able to, so I can just make a script to parse each page.

This is what works so far
Code:
rtmpdump -r "rtmp://fss28.streamhoster.com/mindcutter" -y mp4:2014Site/Duchess/Duchess_ep2_720p.mp4 -swfUrl http://public.streamhoster.com/Resources/Flash/JWFLVMediaPlayer/mediaplayer.swf -o "Duchess of Blanca Sirena Ep 2.mp4"
Break down
-r rtmp://fss28.streamhoster.com/mindcutter :: Is the stream server
-y mp4:2014Site/Duchess/Duchess_ep2_720p.mp4 :: Is the type of file and path to it
-swfUrl :: Is the flash file used to decode and sync the file through jwplayer
-o "Duchess of Blanca Sirena Ep 2.mp4" :: is name of the file to save to.

RTMP Download - Attached
URLSnooper - Attached, you can look up on how to use it and install it