PDA

View Full Version : How can i get the embed code from a streaming website ?


scooby2b2
02-08-2013, 02:03 PM
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

Scream55
02-08-2013, 06:35 PM
You can't embed that into your own site since it is domain protected. If you're talking about RTMPDUMP then you have to find the SecureToken of the SWF File. If you need help to find it you'll have to provide login details I believe.

evol
02-09-2013, 05:21 AM
Look in that code again it has a HTML5 fall back option
http://5.153.25.2:1935/live/plad6/playlist.m3u8

;)

scooby2b2
02-09-2013, 06:09 AM
Look in that code again it has a HTML5 fall back option
http://5.153.25.2:1935/live/plad6/playlist.m3u8

;)

Yes i see that code but think its all protected so dont think i can do anything with it, i have an account so have the login details but im too much of a noob to even start as i dont even know what rtmpdump ect is.

bhatti00
02-09-2013, 08:13 AM
whats your website address?

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

thanks


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

scooby2b2
02-09-2013, 05:34 PM
www.premieradlive.com

scooby2b2
02-10-2013, 02:03 PM
If you manage to get the embed code for this then that would be great