Home > other >  New white consult a video address collection problem
New white consult a video address collection problem

Time:10-06

Before a web site, use the F12 for online video address, can download, normal to address with a string "behind then? A=1 "can not be downloaded, try to search? A=1, it is concluded that the following related:
/* * * * * * * * * * * * * * Globally Defined Video Play Script * * * * * * * * * * * * * * * * * * * * * * */

199.91.64.51 var WOWZA_URL='a' + ', 1935 ';


The function playVideoMP4 (filename) {
Var deviceAgent=the navigator. UserAgent. ToLowerCase ();
Var agentID=deviceAgent. Match (/(iphone | | ipod tablet)/);
Var filenameinUrl=' ';
//WOWZA_URL filenameinUrl="http://" + + "/VOD_WH/mp4:" + filename + "/playlist. M3u8";
//if (agentID) {


FilenameinUrl="http://www.wrestler4hire.com/albumvideo/" + filename + '? A=1 ';
//filenameinUrl='http://' + WOWZA_URL + + filename '/VOD_WH/mp4:';


//http:///VOD_WH/mp4 '+ WOWZA_URL +', '+ filename +
//}


Var playerInstance=jwplayer (" player ");
PlayerInstance. Setup ({
'id' : 'player',
'width', '720',
'height', '480',
'provider' : 'RTMP,
'the streamer' : 'RTMP://' + + '/VOD_WH WOWZA_URL,
'file' : filename,
'the plugins: {' viral - 2: {' oncomplete' : 'False', 'onpause' : 'False', 'functions provides' :' All '}},
'autostart' : 'true',
'the autoplay' : 'true',
'modes: [
{type: 'flash' SRC: 'http://jwplayer.mediaserve.com/player.swf'},
{
Type: 'it',
Config: {
'file' : 'http://' + WOWZA_URL + + filename '/VOD_WH/mp4:' + '/playlist. M3u8',
'provider' : 'video'
}
}
],
Playlist: [{
Sources: [{
File: "RTMP://" + WOWZA_URL +/VOD_WH "/" + filename
}, {
//file: "http://" + WOWZA_URL + "/VOD_WH/mp4:" + filename + "/playlist. M3u8
"File: filenameinUrl
}, {
File: filenameinUrl
}]
},
});
}

The function playIEVideoMP4 (filename) {
Var playerInstance=jwplayer (" player ");
PlayerInstance. Setup ({
'id' : 'player',
'width', '720',
'height', '480',
'provider' : 'RTMP,
'the streamer' : 'RTMP://' + + '/VOD_WH WOWZA_URL,
'file' : filename,
'the plugins: {' viral - 2: {' oncomplete' : 'False', 'onpause' : 'False', 'functions provides' :' All '}},
'autostart' : 'true',
'the autoplay' : 'true',
Playlist: [{
//image: "/assets/myVideo. JPG",
Sources: [{
File: "RTMP://" + WOWZA_URL +/VOD_WH "/" + filename
}, {
//file: "http://" + WOWZA_URL + "/VOD_WH/mp4:" + filename + "/playlist. M3u8
"File: "http://www.wrestler4hire.com/albumvideo/" + filename
}, {
File: "http://www.wrestler4hire.com/albumvideo/" + filename
}]
},
});
}

/* * * * * * * * * * * * * * Globally Defined Video Play Script * * * * * * * * * * * * * * * * * * * * * * */
Want to ask next, if you can find out the video address
  • Related