View Single Post
  #1  
Old 04-01-2014, 03:57 AM
auro auro is offline
Junior Member
 
Join Date: Apr 2014
Posts: 4
auro is on a distinguished road
Default

Breaking the security of RTMPTE protocol running with flowplayer


I am reading this forum since 2 days but did not had any success regarding downloading the video hosted on sso15.gateforum.com( premium educational website containing videos) I am tring to download the videos since 15 days and have contacted many people who had good knowledge about streaming videos but nothing happened...

BUT when i came to this forum and read some posts every persons problem regarding the videos streaming is getting solved instantly...

I need these videos to prepare for my competetive exam next year... I would be very thankful for every one of you who helped...

---------------------------------------------------------------------------
first we have to login into the user15.gateforum.com with username and password then after login in we are then given a link http://sso15.gateforum.com(where actual videos are hosted), then in that the videos are played in flowplayer the juicy part is in javascript

The url containing the code below http://sso15.gateforum.com/main_page.php?part=4

Code:
          <div id="video_panel" class="boxCont" align="center" >
        <script type="text/javascript">
		// <![CDATA[
		  window.onload = function () {
			var player = $f("player", "flowplayer/flowplayer.commercial-3.2.16.swf", {
			key:'#$b526207fead9b16994d',
			  plugins: {
				rtmp: {
				  url: "flowplayer/flowplayer.rtmp-3.2.12.swf",
				  netConnectionUrl: "rtmpte://s20e7fj8eqzqv1.cloudfront.net/cfx/st",
				  inBufferSeek:false
				}
			  },
			  clip: {
				provider: "rtmp",
				url: "mp4:11.02.2014/CS/CS_11022014_PI.mp4?Expires=1396345812&Signature=OojK3TNBhQwerm3J-COvw~P-Jf3vJ5G5LhvgSyByiplIPYUvjGwn2pDoDxd2FDJjAWhhZNqzjL7lKLAOBK0qyndDr-KJYpCugCasmfs6hMT70aFBCU92lX0OjueiJDcDq6Zpq3CtKbXntKZBY3YhMLr-tSy67bZyC3Ewvo0a4MQ_&Key-Pair-Id=APKAI7LSJFZ27IW5FDOQ",
				scaling: "fit"
			  }
					  
			});

		  };
		  // ]]>
		  </script>
and html code

Code:
<div id="player" style="width:720px;height:480px;">
<object id="player_api" width="100%" height="100%" type="application/x-shockwave-flash" data="flowplayer/flowplayer.commercial-3.2.16.swf" name="player_api">
<param value="true" name="allowfullscreen">
<param value="always" name="allowscriptaccess">
<param value="high" name="quality">
<param value="#000000" name="bgcolor">
<param value="config={"key":"#$b526207fead9b16994d","plugins":{"rtmp":{"url":"flowplayer/flowplayer.rtmp-3.2.12.swf","netConnectionUrl":"rtmpte://s20e7fj8eqzqv1.cloudfront.net/cfx/st","inBufferSeek":false}},"clip":{"provider":"rtmp","url":"mp4:11.02.2014/CS/CS_11022014_PI.mp4?Expires%3D1396345812%26Signature%3DOojK3TNBhQwerm3J-COvw~P-Jf3vJ5G5LhvgSyByiplIPYUvjGwn2pDoDxd2FDJjAWhhZNqzjL7lKLAOBK0qyndDr-KJYpCugCasmfs6hMT70aFBCU92lX0OjueiJDcDq6Zpq3CtKbXntKZBY3YhMLr-tSy67bZyC3Ewvo0a4MQ_%26Key-Pair-Id%3DAPKAI7LSJFZ27IW5FDOQ","scaling":"fit"},"playerId":"player","playlist":[{"provider":"rtmp","url":"mp4:11.02.2014/CS/CS_11022014_PI.mp4?Expires%3D1396345812%26Signature%3DOojK3TNBhQwerm3J-COvw~P-Jf3vJ5G5LhvgSyByiplIPYUvjGwn2pDoDxd2FDJjAWhhZNqzjL7lKLAOBK0qyndDr-KJYpCugCasmfs6hMT70aFBCU92lX0OjueiJDcDq6Zpq3CtKbXntKZBY3YhMLr-tSy67bZyC3Ewvo0a4MQ_%26Key-Pair-Id%3DAPKAI7LSJFZ27IW5FDOQ","scaling":"fit"}]}" name="flashvars">
</object>
</div>
</div>

if any information is left then i can provide that too but i need this video for my preparation....

THERE is a guy here name KSV who is a pro in this field please do help me
Reply With Quote