View Single Post
  #5  
Old 02-09-2013, 08:13 AM
bhatti00 bhatti00 is offline
Member
 
Join Date: Apr 2012
Posts: 52
bhatti00 is on a distinguished road
Default

Re: How can i get the embed code from a streaming website ?


whats your website address?

i want to see if i can embed this page for u..

thanks


Quote:
Originally Posted by scooby2b2 View Post
Hi, how can i get the embed code of a live stream to put in my own site ?

<script type="text/javascript">
jwplayer('player').setup({
'id': 'playerID',
'width': '480',
'height': '320',
'provider': 'rtmp',
'autostart': 'true',
'image': 'img/logo.png',
'streamer': 'rtmpe://5.153.25.2/live',
'file': 'plad6',
'skin': 'secure_player/skins/NewTubeDark.zip',
'screencolor': '000000',
'stretching': 'exactfit',
'controlbar': 'bottom',
'modes': [
{type: 'flash', src: 'secure_player/player.swf'},
{
type: 'html5',
config: {
'file': 'http://5.153.25.2:1935/live/plad6/playlist.m3u8',
'provider': 'video',
'x-webkit-airplay': 'allow'
}
}
]
});
</script>

the website is premieradlive thanks for any help
Reply With Quote