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 > Broadcasting streaming media > Re-broadcasting streaming media
Register FAQ Members List Calendar Mark Forums Read

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-15-2017, 06:27 AM
able94 able94 is offline
Junior Member
 
Join Date: Nov 2017
Posts: 2
able94 is on a distinguished road
Default

How they play this NBA stream


Here the code:

<html>
<head>
<script type="text/javascript" src="https://cdn.jsdelivr.net/clappr/latest/clappr.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/clappr.level-selector/latest/level-selector.min.js"></script>
</head>
<body style="margin:0px;padding:0px;overflow:hidden">
<div id="w3lovesport" align="center"></div>
<script>
var data = {source:"http://nlds308.cdnllnwnl.neulion.com/nlds/nba/dal/as/live/nlncp/dal_hd_ipad.m3u8",replace:"http://nlds308.cdnllnwnl.neulion.com/key/nlsk3/nlsk4/hls/securekey?",keyurl:"http://54.213.210.70/key/nlsk3/nlsk4/securekey?"}
player = new Clappr.Player({
source: data.source,
mimeType: "application/x-mpegURL",
autoPlay: false,
height: '100%',
width: '100%',
plugins: {'core': [LevelSelector]},
parentId: "#w3lovesport"});
if(data.replace != ""){
(function (open) {
XMLHttpRequest.prototype.open = function (method, url, async, user, pass) {

var rewrittenUrl = url;
rewrittenUrl = rewrittenUrl.replace(data.replace, data.keyurl);
open.call(this, method, rewrittenUrl, async, user, pass);
};
})(XMLHttpRequest.prototype.open);
}
document.cookie = "access=true";
</script>

</body>
</html>

I know its play because keyurl:"http://54.213.210.70/key/nlsk3/nlsk4/securekey?" how can i access that keyurl Hoping your help on this thank you...
Reply With Quote
 
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 04:04 AM.


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