View Single Post
  #5  
Old 08-07-2011, 07:24 AM
kool kool is offline
Junior Member
 
Join Date: Jul 2011
Posts: 6
kool is on a distinguished road
Default

Re: How can I stream a few channels from TheStreamDB.com on my own webpage?


yes, sure.

but i make a mistake. i really read tutorials about flowplayer and jw player. tested jw player wizard.
im a noob in flash streaming. so i dont know what i do wrong.
just want a example of code for flowplayer or jw player which works.

anyone who can insert my rtmp stream above in this code:

<script type='text/javascript' src='jwplayer.js'></script>

<div id='mediaspace'>This text will be replaced</div>

<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'player.swf',
'file': 'bunny.flv',
'streamer': 'rtmp://edge01.fms.dutchview.nl/botr',
'controlbar': 'bottom',
'width': '470',
'height': '290'
});
</script>

the "streamer" must be: rtmp://cp108475.live.edgefcs.net/live
and the "file" i think must be: playpath=sat1_1_800@44490.flv

but dont work. tried without .flv, tried just "sat1_1_800" or "44490"... nothing work.

i really need this and for about 1 week i dont proceed.. not one step..

so i need help of anyone, who know about this and can show me just ONE code, so i can do the same trick which other streams.


please guys, help me!


edit: flowplayer looks easy, because you cant do so much with it i think, but here also i make a mistake and it dont work. look please:

<a
href="rtmp://cp108475.live.edgefcs.net/live playpath=sat1_1_800@44490.flv"
style="display:block;width:520px;height:330px"
id="player">
</a>

i included style.css and flowplayer-3.2.6.min.js in same directore with the index.html on my webserver. i doesnt start.
Reply With Quote