Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 10-14-2016, 12:41 AM
alok97097 alok97097 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 1
alok97097 is on a distinguished road
Default

Re: Breaking the security of RTMPTE protocol running with flowplayer


i am having the same problem.plz tell me how i can download this video from gate forum site
Quote:
window.onload = function () {
var player = $f("player", "flowplayer/flowplayer.commercial-3.2.16.swf", {
key:'#$b526207fead9b16994d',
showErrors: false,
onError: function (errorCode, errorMessage) {
document.getElementById("info").innerHTML = errorCode === 201 ?
"lost connection, will try to reconnect." : errorMessage;
},
plugins: {
rtmp: {
url: "flowplayer/flowplayer.rtmp-3.2.12.swf",
netConnectionUrl: "rtmpe://s20e7fj8eqzqv1.cloudfront.net/cfx/st",
inBufferSeek:false
}
},
clip: {
provider: "rtmp",
url: "mp4:2017/2017_CS/DSA_Abdul/01.Introduction.mp4?Expires=1476420211&Signature=n wkP~Ce6H0GF-7lKG1EFOZwn5S8bmysbwb73Rz0Alc7bcwSLCL58fFiuXS9w84X WQ8U-Gh9Il1mZ7WckFuSLxJLQVaac-uT1UVw7vJCp-dtYgD-OX7G6RNlDjVvJBeW0gyAgjy-xQX91DzV--Jw0nfYLi1eOc4iA-4TNaU0UEas_&Key-Pair-Id=APKAI7LSJFZ27IW5FDOQ",
Reply With Quote
  #12  
Old 10-25-2017, 11:53 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 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://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'
}
},
},
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
  #13  
Old 10-25-2017, 12:01 PM
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
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:48 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons