Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=15270)

scooby2b2 02-08-2013 02:03 PM

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


 
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

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


 
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

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


 
Look in that code again it has a HTML5 fall back option
Code:

http://5.153.25.2:1935/live/plad6/playlist.m3u8
;)

scooby2b2 02-09-2013 06:09 AM

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


 
Quote:

Originally Posted by evol (Post 59538)
Look in that code again it has a HTML5 fall back option
Code:

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

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 (Post 59528)
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

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


 
www.premieradlive.com

scooby2b2 02-10-2013 02:03 PM

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


 
If you manage to get the embed code for this then that would be great


All times are GMT -6. The time now is 03:39 AM.