Live streaming

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
garycg
-


Joined: 29 Mar 2006
Posts: 4

PostPosted: Wed Mar 29, 2006 2:16 am    Post subject: Live streaming Reply with quote

I have a chatroom and want to stream live music, i have shoutcast......anyone can help me set it to steam live from Abyss? Or can it be done at all? Thanks
Back to top View user's profile Send private message Visit poster's website
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Wed Mar 29, 2006 7:40 am    Post subject: Reply with quote

Shoutcast uses a different system to Abyss. Abyss is web server. Shoutcast is a web server and a streaming media server in one. You still have to use shoutcast however you could make a website for your streaming audio and use Abyss to host it. :-)
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Mar 29, 2006 2:04 pm    Post subject: Re: Live streaming Reply with quote

garycg,

Both Shoutcast and Abyss Web Server are HTTP servers. But Shoutcast is specialized in audio streaming while Abyss Web Server is a more general web server aimed at hosting files and web applications.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
garycg
-


Joined: 29 Mar 2006
Posts: 4

PostPosted: Wed Mar 29, 2006 9:56 pm    Post subject: Reply with quote

Thanks for the help, needless to say i jump into things blind, like throwing away instructions on something and putting it together from scratch, but i usually end up finding original instructions anyway :lol: thanks again
Back to top View user's profile Send private message Visit poster's website
Goatie.dk
-


Joined: 11 Feb 2005
Posts: 125
Location: Denmark > Herning

PostPosted: Wed Mar 29, 2006 10:13 pm    Post subject: Reply with quote

To stream music from a shoutcast server you can simply use this code
Code:
<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=280 height=45 standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://address.to.server:8000">
<PARAM NAME="AutoStart" Value="true">
<PARAM NAME="Volume" VALUE="0">
<PARAM NAME="ShowControls" Value="true">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
src="http://address.to.server:8000"
Name=MediaPlayer
AutoStart=1
Volume=0
Width=280
Height=45
autostart=1
ShowControls=1
</embed>
</OBJECT>

Just remember to change the two parts where it says "address.to.server:8000" ;)
_________________
The insane dane who loves AWS :D
http://home.goatie.dk <- pic = online.. no pic, guess ;P
Back to top View user's profile Send private message
northwst
-


Joined: 12 Jan 2006
Posts: 29

PostPosted: Thu Mar 30, 2006 6:49 am    Post subject: Reply with quote

You can also use Windows Media Encoder to Stream video or music but it uses alot of cpu...Recommend using a dedicated server computer for it..
_________________
Back to top View user's profile Send private message Visit poster's website
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Thu Mar 30, 2006 8:58 am    Post subject: Reply with quote

northwst wrote:
You can also use Windows Media Encoder to Stream video or music but it uses alot of cpu...Recommend using a dedicated server computer for it..


For audio only about 10% cpu is used on a 1.3GHz machine. Video is usually 100% on any spec pc.

Also it can crash a lot and cause blue screen of deaths. There are alternatives out there. My friend made one for audio, video and audio/video combined.

http://homepages.nildram.co.uk/~vwlowen/internet/files.htm


MediaMaster its called. It was created in Delphi and is designed for windows XP.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
garycg
-


Joined: 29 Mar 2006
Posts: 4

PostPosted: Fri Mar 31, 2006 3:44 am    Post subject: Reply with quote

Goatie.dk wrote:
To stream music from a shoutcast server you can simply use this code
Code:
<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=280 height=45 standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://address.to.server:8000">
<PARAM NAME="AutoStart" Value="true">
<PARAM NAME="Volume" VALUE="0">
<PARAM NAME="ShowControls" Value="true">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
src="http://address.to.server:8000"
Name=MediaPlayer
AutoStart=1
Volume=0
Width=280
Height=45
autostart=1
ShowControls=1
</embed>
</OBJECT>

Just remember to change the two parts where it says "address.to.server:8000" ;)


thanks for all the good ideas, but (you guys r going to kill me) i'm lost again
i changed the address from 8000 to my ip addy, is that right? i'm not to bright on this stuff but want to learn, i hit connect and it wont ...ughhh it has to connect to the player saome way ..i think..anyway thanks again
Back to top View user's profile Send private message Visit poster's website
garycg
-


Joined: 29 Mar 2006
Posts: 4

PostPosted: Sat Apr 01, 2006 12:12 am    Post subject: Reply with quote

Well i got it going, with the code and mediamaster, thanks guys :D
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB phpBB Group