The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Mon Apr 26, 2010 12:12 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Apr 26, 2010 11:33 am
Posts: 2
Location: Stockholm, Sweden
Hi,

I would like to stream a mp3 file from an external FMS server (rtmp protocol) but I can't get it to work.

I use Jumi mambot and JW Player and it is working when I play the mp3 file from a local folder. It is also only for registered users... maby that is the problem?

It is working outside Joomla: http://kiaannons.se/jumies/player2.php

Here is the embed code I have tried (with SWFObject):

Code:
<script type='text/javascript' src='jumies/swfobject.js'></script>
 
<div id='mediaspace'>Here</div>
 
<script type='text/javascript'>
  var so = new SWFObject('jumies/player.swf','mpl','270','24','9');
  so.addParam('allowfullscreen','false');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','opaque');
      so.addVariable('type','sound');
  so.addVariable('duration','33');
      so.addVariable('provider','rtmp');
  so.addVariable('file','testforare_riks.mp3');
  so.addVariable('streamer','rtmp://ss60i04.stream.ip-only.net/ipovod');
  so.addVariable('icons','false');
  so.write('mediaspace');
</script>


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 



Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group