View Single Post
  #5  
Old 07-28-2015, 11:16 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?


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