Hey.
I need a good media player that will stream live broadcasting to listeners.
I am using Joomla. I checked their extensions but found none that will do it.
Anyone got any good ones, please post them.
Greatly appreciated.
Dan O'Riordan
Author of 'The Everyday Idiot's Guide to Web Hosting'.
(\__/) Joe Watkins
(='.'=) Software Architect
(")_(") http://pthreads.org
Copy and paste bunny into your sig, help him gain world domination.
Thanks man,
But that seems to be just for webcam and stuff.
I am broadcasting live radio from SAM Broadcaster to Shoutcast. I just want to have a web based player that people can use to listen to my radio shows without having to open their winamp or other media player from their PC.
Dan O'Riordan
Author of 'The Everyday Idiot's Guide to Web Hosting'.
I dunno about radio but I managed to broadcast sky shows before using that streaming server.
(\__/) Joe Watkins
(='.'=) Software Architect
(")_(") http://pthreads.org
Copy and paste bunny into your sig, help him gain world domination.
Try embedding Windows Media Player with the following
<OBJECT id="MediaPlayer" type="application/x-oleobject" height="60" standby="Please wait while we start the radio!" width="160" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<PARAM NAME="URL" VALUE="STEAM URL GOES HERE">
<PARAM NAME="rate" VALUE="1">
<PARAM NAME="balance" VALUE="0">
<PARAM NAME="currentPosition" VALUE="0">
<PARAM NAME="defaultFrame" VALUE="">
<PARAM NAME="playCount" VALUE="1">
<PARAM NAME="autoStart" VALUE="-1">
<PARAM NAME="currentMarker" VALUE="0">
<PARAM NAME="invokeURLs" VALUE="-1">
<PARAM NAME="baseURL" VALUE="">
<PARAM NAME="volume" VALUE="100">
<PARAM NAME="mute" VALUE="0">
<PARAM NAME="uiMode" VALUE="mini">
<PARAM NAME="stretchToFit" VALUE="0">
<PARAM NAME="windowlessVideo" VALUE="0">
<PARAM NAME="enabled" VALUE="-1">
<PARAM NAME="enableContextMenu" VALUE="-1">
<PARAM NAME="fullScreen" VALUE="0">
<PARAM NAME="SAMIStyle" VALUE="">
<PARAM NAME="SAMILang" VALUE="">
<PARAM NAME="SAMIFilename" VALUE="">
<PARAM NAME="captioningID" VALUE="">
<PARAM NAME="enableErrorDialogs" VALUE="0">
<PARAM NAME="_cx" VALUE="4233">
<PARAM NAME="_cy" VALUE="1588">
</OBJECT>
Simply edit the bold STREAM URL GOES HERE with your server address (e.g. http://theipaddressort
Last edited by oates151; March 31st, 2007 at 14:45.
Thanks. Didn't work though. It seemed Joomla didn't like it and wouldn't allow me to save it in the module.
Dan O'Riordan
Author of 'The Everyday Idiot's Guide to Web Hosting'.
Here's some Joomla! modules I just found.
Joomla!Radio 4.0
http://extensions.joomla.org/compone...270/Itemid,35/
Internet Radio
http://extensions.joomla.org/compone...750/Itemid,35/
JSHosts - UK Web Hosting
Web Hosting | Reseller Hosting | OpenVZ VPS | Xen VPS
cPanel | Softaculous | CloudLinux | CloudFlare | R1Soft Backups
Cheers.
Here's an idea of what I am after.
Go to http://www.wlrfm.com and click on the Listen Live banner at the top right. They use Flash Player. I am looking for something like that which opens the radio stream in a single player.
Dan O'Riordan
Author of 'The Everyday Idiot's Guide to Web Hosting'.
that flash player is playing a windows media stream application-x/m-player2 , probably served up with windows media server.....
so what you're loooking for that sort of flash application then, and not a server; is that right ?
(\__/) Joe Watkins
(='.'=) Software Architect
(")_(") http://pthreads.org
Copy and paste bunny into your sig, help him gain world domination.
Well, it doesn't have to be flash. Like, just a single player where people click a button or banner and it opens a player just like on WLRFM and they can get the live stream rather than having to open their own default player.
Some listeners are saying they can't get it to work so I am thinking if we had our own player online for them to listen through it may make it easier for them.
Dan O'Riordan
Author of 'The Everyday Idiot's Guide to Web Hosting'.
That popup is really just using the same that oates151 posted apart from it's hidden.
The flash isn't streaming anything.
This is in the popups html:
<object id="player$md5" width="0" height="0" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">
<param name="URL" value="http://83.220.199.104:80" />
<param name="ShowControls" value="0">
<param name="windowlessVideo" value="true">
<param name="ShowDisplay" value="false">
<param name="autoStart" value="true">
<embed src="http://83.220.199.104:80" height="0" width="0" border="0" autoStart="true" type="application/x-mplayer2"/></embed>
</object>
Most users have Windows Media Player installed so I don't think you'll have any problems doing it this way.
JSHosts - UK Web Hosting
Web Hosting | Reseller Hosting | OpenVZ VPS | Xen VPS
cPanel | Softaculous | CloudLinux | CloudFlare | R1Soft Backups
So I just put that in and it will work right? Or do I need to get a player or something?
Dan O'Riordan
Author of 'The Everyday Idiot's Guide to Web Hosting'.
<OBJECT ID='WinMedia'
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
CODEBASE='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
width=323 height=50 standby='Loading Microsoft Windows Media Player components...'
type='application/x-oleobject'>
<PARAM NAME='FileName' VALUE='ipaddress:port'>
<PARAM NAME='AutoStart' Value='true'>
<PARAM NAME='ShowControls' Value='true'>
<Embed type='application/x-mplayer2'
pluginspage='http://www.microsoft.com/Windows/MediaPlayer/'
src='ipaddress:port'
Name=MediaPlayer
AutoStart=0
Width=323
Height=50
autostart=1
ShowControls=1
</embed>
</OBJECT>
Should do it.
Nope. Just shows a red dot in the editor window and shows nothing at all in the main site module window.
I am probably doing something wrong.
Dan O'Riordan
Author of 'The Everyday Idiot's Guide to Web Hosting'.
Are you trying to play a live shoutcast stream? If so embeding Windows Media Player will not work. Media Player does not play .pls streams. You will need to see if there is a way to embed Winamp.
█ Patrick - Galaxy-Solutions, LLC
█ Dedicated Servers (http://galaxy-solutions.net) Hosting (http://galaxy-hosts.com)
█ (386) 984-3717
█ Why Us? (Click here to find out!)
Bookmarks