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 07-26-2015, 03:03 AM
streamer streamer is offline
Junior Member
 
Join Date: Jan 2007
Posts: 14
streamer is on a distinguished road
Default

How do I save a Flowplayer RTMP video?


I am subscribed to a pay site, and there are some videos I want to save. Unfortunately VideoDownloadHelper can't save them. I want to save them without using a screen recorder.

The videos use Flowplayer. I looked at the page source for one of the videos, and it has the following:
Code:
<script type="text/javascript">
	var player = $f("player", "http://www.websitename.com/wp-content/plugins/flowplayer-plugin-with-mobile-support/flowplayer-3.2.16.swf", {
	  plugins: {
		rtmp: {
		  url: "http://www.websitename.com/wp-content/plugins/flowplayer-plugin-with-mobile-support/flowplayer.rtmp-3.2.12.swf",
		  netConnectionUrl: "rtmp://s1smix2z5i258m.cloudfront.net/cfx/st"
		}
	  },
	  clip: {
		provider: "rtmp",
		// call php function url-escaping for flowplayer config
		url: "mp4:connection/lesson1-2?Expires%3D1437898322%26Signature%3DTkwBCZ14hhID~BUplomeDyP8Kc1-fFjAOQXghxoW08OsbCt0vRT-Fw~p-udZT0SPQQ043IMx1kKAnuYt7wKEkssfFhnHoxqpHAawToAbS0sJrAiN-b7fpVgDUatm9TaG44gAWENDPS7KyZNSuwrFNJOWTrVvZFUj1tPRYyja-pE_%26Key-Pair-Id%3DAPKAJXW3UVME2LSMAROQ",
		scaling: "fit"
	  }
	});
	</script>
Any idea on how to save the video?
Reply With Quote
  #2  
Old 07-26-2015, 03:06 AM
siroco siroco is offline
Junior Member
 
Join Date: Jul 2015
Posts: 4
siroco is on a distinguished road
Default

Re: How do I save a Flowplayer RTMP video?


Using rtmpdump to save your file.

https://rtmpdump.mplayerhq.hu/

Quote:
rtmpdump -r rtmp://s1smix2z5i258m.cloudfront.net/cfx/st -y mp4:connection/lesson1-2?Expires%3D1437898322%26Signature%3DTkwBCZ14hhID~ BUplomeDyP8Kc1-fFjAOQXghxoW08OsbCt0vRT-Fw~p-udZT0SPQQ043IMx1kKAnuYt7wKEkssfFhnHoxqpHAawToAbS0s JrAiN-b7fpVgDUatm9TaG44gAWENDPS7KyZNSuwrFNJOWTrVvZFUj1tP RYyja-pE_%26Key-Pair-Id%3DAPKAJXW3UVME2LSMAROQ -W http://www.websitename.com/wp-conten...yer-3.2.16.swf -o video.mp4
Reply With Quote
  #3  
Old 07-28-2015, 02:00 AM
streamer streamer is offline
Junior Member
 
Join Date: Jan 2007
Posts: 14
streamer is on a distinguished road
Default

Re: How do I save a Flowplayer RTMP video?


I get this error when I try that:

Code:
RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
Reply With Quote
  #4  
Old 07-28-2015, 11:00 AM
siroco siroco is offline
Junior Member
 
Join Date: Jul 2015
Posts: 4
siroco is on a distinguished road
Default

Re: How do I save a Flowplayer RTMP video?


Quote:
Originally Posted by streamer View Post
I get this error when I try that:

Code:
RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
I need some more information to try help you, can you send me the link.
Reply With Quote
  #5  
Old 07-28-2015, 12:16 PM
streamer streamer is offline
Junior Member
 
Join Date: Jan 2007
Posts: 14
streamer is on a distinguished road
Default

Re: How do I save a Flowplayer RTMP video?


Unfortunately the link is on a private site, so you wouldn't be able to access it.

I wonder if it has to do with the "Expires" and "Signature" in the url changing when I reload the page with the video. Here's what it is now:

Code:
  plugins: {
		rtmp: {
		  url: "http://www.websitename.com/wp-content/plugins/flowplayer-plugin-with-mobile-support/flowplayer.rtmp-3.2.12.swf",
		  netConnectionUrl: "rtmp://s1smix2z5i258m.cloudfront.net/cfx/st"
		}
	  },
	  clip: {
		provider: "rtmp",
		// call php function url-escaping for flowplayer config
		url: "mp4:connection/lesson1-2?Expires%3D1438107182%26Signature%3DFsuoIDnzZSq6bh3lhiJs1fxrFgDrZKyr0PsJbZ3UR6NBLpT4mmpsT3X4gP~QjuhPHwI~~KYHwORPRkntTPXSHWaULcDEWFNx4~Jge22lla5V5YHopRpApY-LknNhBMYxCwP8VSntNCWl6WjX-C-J2akybcY0Sn5i6fPHgwV9sjc_%26Key-Pair-Id%3DAPKAJXW3UVME2LSMAROQ",
		scaling: "fit"
	  }
Reply With Quote
  #6  
Old 08-27-2015, 01:24 AM
streamer streamer is offline
Junior Member
 
Join Date: Jan 2007
Posts: 14
streamer is on a distinguished road
Default

Re: How do I save a Flowplayer RTMP video?


I got it to work using RTMPDumpHelper.
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 02:57 AM.


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