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:
Any ideas on how to save the video?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>
Closed Thread
Results 1 to 3 of 3
-
Last edited by sldvd; 26th Jul 2015 at 03:02.
-
Have a look at this link on stream-recorder.com
The link format is almost identical
it be in this case
rtmpdump -r "rtmp://s1smix2z5i258m.cloudfront.net/cfx/st" -a "cfx/st" -y "mp4:connection/lesson1-2?Expires%3D1437898322%26Signature%3DTkwBCZ14hhID~ BUplomeDyP8Kc1-fFjAOQXghxoW08OsbCt0vRT-Fw~p-udZT0SPQQ043IMx1kKAnuYt7wKEkssfFhnHoxqpHAawToAbS0s JrAiN-b7fpVgDUatm9TaG44gAWENDPS7KyZNSuwrFNJOWTrVvZFUj1tP RYyja-pE_%26Key-Pair-Id%3DAPKAJXW3UVME2LSMAROQ" -o Test.flv
Similar Threads
-
Help, Download link video to FlowPlayer
By Paulo Roberto in forum Video Streaming DownloadingReplies: 0Last Post: 21st Jul 2015, 08:35 -
Help to capture a flowplayer protected rtmp stream
By diplomaten in forum Video Streaming DownloadingReplies: 1Last Post: 6th Jan 2015, 12:11 -
Flowplayer video get stuck, how can I download them?
By panchoskywalker in forum Video Streaming DownloadingReplies: 3Last Post: 2nd Jun 2014, 06:32 -
Download Protected Stream Video from Flowplayer: IDM Can't, which one can?
By massafera in forum Newbie / General discussionsReplies: 2Last Post: 22nd May 2014, 17:12 -
How can I create a FLOWPLAYER-based web-video page?
By Stears555 in forum Video Streaming DownloadingReplies: 12Last Post: 9th Jun 2012, 19:46