Live Stream test

To access this stream we must request your geographic location. We request this information because we are only allowed to provide this stream to viewers within our television market.

var x = document.getElementById(“demo”);

function getLocation()

{

if (navigator.geolocation)

{

navigator.geolocation.getCurrentPosition(showPosition);

}

else{x.innerHTML = “Geolocation is not supported by this browser.”;}

}

function showPosition(position)

{

x.innerHTML = “Latitude: ” + position.coords.latitude +

Longitude: ” + position.coords.longitude;

}

function showError(error)

{

switch(error.code)

{

case error.PERMISSION_DENIED:

x.innerHTML=”User denied the request for Geolocation.”

break;

case error.POSITION_UNAVAILABLE:

x.innerHTML=”Location information is unavailable.”

break;

case error.TIMEOUT:

x.innerHTML=”The request to get user location timed out.”

break;

case error.UNKNOWN_ERROR:

x.innerHTML=”An unknown error occurred.”

break;

}

}

window.onload = getLocation();

JW Player 5.7 (Local address stream)

jwplayer(“int-stream”).setup({

modes: [{

type: “flash”,

src: “https://kobi5.com/jwplayer/player.swf”,

config: {skin: “https://kobi5.com/jwplayer/lulu.zip”}

}],

“flashplayer”: “https://kobi5.com/jwplayer/player.swf”,

“id”: “int-stream”,

“width”: “585”,

“height”: “347”,

“autostart”: “false”,

“wmode”: “opaque”,

“file”: “http://dev.kobi5.com/live/test.smil.xml”,

provider:’rtmp’,

‘rtmp.loadbalance’:’true’,

“controlbar”: “bottom”

});

JW Player 5.7 (External address stream)

jwplayer(“ext-stream”).setup({

modes: [{

type: “flash”,

src: “https://kobi5.com/jwplayer/player.swf”,

config: {skin: “https://kobi5.com/jwplayer/lulu.zip”}

}],

“flashplayer”: “https://kobi5.com/jwplayer/player.swf”,

“id”: “ext-stream”,

“width”: “585”,

“height”: “347”,

“autostart”: “false”,

“wmode”: “opaque”,

“file”: “http://dev.kobi5.com/live/test-out.smil.xml”,

provider:’rtmp’,

‘rtmp.loadbalance’:’true’,

“controlbar”: “bottom”

});

Project iSmile playlist test

jwplayer(“playlist-test”).setup({

modes: [{

type: “flash”,

src: “https://kobi5.com/jwplayer/player.swf”,

config: {skin: “https://kobi5.com/jwplayer/lulu.zip”}

}],

“flashplayer”: “https://kobi5.com/jwplayer/player.swf”,

“id”: “int-stream”,

“width”: “585”,

“height”: “600”,

“autostart”: “false”,

“wmode”: “opaque”,

“file”: “https://kobi5.com/jwplaylist/ismile-english.xml”,

“controlbar”: “bottom”,

“playlist.position”: “bottom”,

“playlist.size”: “295”

});

© 2024 KOBI-TV NBC5. All rights reserved unless otherwise stated.

Skip to content