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

Re: Breaking the security of RTMPTE protocol running with flowplayer


but did not had any success regarding 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

Quote:
<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:2018/EC/Control_System/01.System_and_Control_System.mp4?Expires=150895059 4&Signature=GFM~g22WZgNAxL3HCqEOyTZoivai37Mdj48x ek-JiKj3iNqQOdWbRDbjYyVPT5ery3a3PZ5yhJIJ3WYj7y8mMWpOJ ~51bx6rsKFj0s7jac9tLJfnJfPCDjliJO1zN7feUlBhMpOm5fZ JmV2sp~-V~1LFGafUhUUwIt-5gXyXUW0_&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
Reply With Quote