View Single Post
  #1  
Old 10-25-2017, 11:58 AM
silentuv silentuv is offline
Junior Member
 
Join Date: Oct 2017
Posts: 5
silentuv is on a distinguished road
Default

Breaking the security of RTMPTE protocol running with flowplayer


I can't downloading the video hosted on sso18.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 user18.gateforum.com with username and password then after login in we are then given a link http://sso18.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://sso18.gateforum.com/main_page.php

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.18.swf", {
			key:'#$b526207fead9b16994d',
			  plugins: {
				 slowmotion: {
					 url: "swf/flowplayer.slowmotion-3.2.9.swf",
					 serverType: "fms"
				},
				rtmp: {
				  url: "flowplayer/flowplayer.rtmp-3.2.13.swf",
				  netConnectionUrl: "rtmpe://s20e7fj8eqzqv1.cloudfront.net/cfx/st",
				  inBufferSeek:false
				},
				tube: {
					url: "swf/buttons_tube.swf",
					type: "classLibrary"
				},
				log : {
				   level  : 'debug',
				},
				 // add a content plugin to show speed information (this is optional)
				speedIndicator: {
					url: "swf/flowplayer.content-3.2.8.swf",
					bottom: 50,
					right: 15,
					width: 135,
					height: 30,
					border: 'none',
					style: {
						body: {
							fontSize: 12,
							fontFamily: 'Arial',
							textAlign: 'center',
							color: '#ffffff'
						}
					},
				},
		 
				// skinless controlbar using tube buttons
				controls: {
					url: "swf/flowplayer.controls-skinless-3.2.15.swf",
					skin: 'tube'
				}
			  },
			  play: {
				url: 'img/play_large_red.png',
				width: 83,
				height: 83
			},
			  clip: {
				provider: "rtmp",
				url: "mp4:?Expires=1508954591&Signature=Tkj6NGzODDRZZKqENvBcaW5FQzkwK93Ae4o0kwnbr9oYYMWalzMu9zwDSb8RV8EOR4RjS18-6XWu50GitiX2f6~NreCaqeYl5znVbIIoQRIUt09qJFEAMro6RJeH3g3~pSDqgOQuY-GAm4ou36~Qa1KeQMn6e6EWknMhSvhaICU_&Key-Pair-Id=APKAI7LSJFZ27IW5FDOQ",
				scaling: "fit",
				autoBuffering: true,
				fadeInSpeed: 20000,
				onLastSecond: function() {
					this.getScreen().animate({opacity: 0}, 3000);
				},
		 
				// if screen is hidden, show it upon startup
				onStart: function() {
					this.getScreen().css({opacity: 0.8});
				}
			  }
					  
			});


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
if possible please mail the solution
silentuv30@gmail.com
Reply With Quote