Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   Shoutcast Technical Support (http://forums.winamp.com/forumdisplay.php?f=86)
-   -   Help Help Help Purdy Please (http://forums.winamp.com/showthread.php?t=178661)

TwistedWhispers 2nd May 2004 02:33

Help Help Help Purdy Please
 
;) Hi All I'm a new manager of a new station. I figured out how to do mostly everything. But I just have two questions I need help with.
First Question:When I visit other radio stations, On there web site it will say what song is playing now on there website name of the song and the artist. How would I do that to my site? What code would I need.
Second Question: Also On other stations they have winamp and real player icons that say hi and low and dial up. so that all types of listners can listen. Where would I get the code for that and where would I get a music ticker for that also? if anyone can help please post or email me twistedwhispers2001@yahoo.com I have been trying to figure it out for ever lol. if like to check out my station it's www.eternityradio.tk still under construction. But can still listen thanks to anyone who helps. :up:

FesterHead 2nd May 2004 04:30

1.
Aloha!

Check out the SHOUTcast Technical Support Sticky post titled...
SHOUTcast: Important Info & Answers to FAQs. READ ME!

Scroll down a bit and look for the section titled...
General SHOUTcast Information -> SHOUTcast ToolBox (All sorts of nifty add-ons for SHOUTcast)

1. The PHP based XML parser is a complete solution and comes ready for you to customize.

2. The Javascript parser (actually ASP) is another complete solution and comes ready for you to customize.
Note: Apparently this link isn't working anymore.
Try this thread for other ASP options.

3. angst's SHOUTcast scripts.

Also, for an html implementation, check out:
KXRM's RadioToolbox
Oddsock's Do Something DSP plugin

http://www.flex.com/~fester/shaka.gif


2.
For Windows Media Player, use an asx file.

Create an asx file pointing to your DNAS and place it on a webserver with the approproite mime types.

Example (simple) asx:
code:
<asx version="3.0">
<title>title</title>
<entry>
<title>title</title>
<author>author</author>
<ref href="http://dnas-ip:dnas-portBase/"/>
</entry>
</asx>



Please note the trialing slash after the portBase.

Or, have folks simply open your stream in WMP directly with http://dnas-ip:dnas-portBase/

*********************

For Real Player, use a ram file.

Create a ram file pointing to your DNAS and place it on a webserver with the approproite mime types.

Example (simple) ram:
code:
http://dnas-ip:dnas-portBase/listen.pls


********************

For Java based player:
http://www.freedomaudio.com
http://www.javazoom.net/applets/jlgu...guiapplet.html

For RealPlayer, Windows Media Player:
http://www.casterclub.com/embedded/

For Quicktime:
http://forums.winamp.com/showthread....hreadid=163410

For unsigned ActiveX plugin:
http://forums.winamp.com/showthread....hreadid=165978

More ways to embed WMP:
http://forums.winamp.com/showthread....hreadid=163573
http://forums.winamp.com/showthread....threadid=58599

TwistedWhispers 2nd May 2004 20:30

that's the part I don't get what is a asx file and a ram? thanks twisted

djmastermind 2nd May 2004 20:33

For the .asx (WMP).. put the following in a notepad document and then save it as <whatever>.asx


code:
<asx version="3.0">
<title>TITLE</title>
<entry>
<title>TITLE</title>
<author>AUTHOR</author>
<ref href="http://yourIP:yourPORT/"/>
</entry>
</asx>




Of course, change things to fit your needs.
Note: This only works in WMP 7.1 and up
Note the trialing slash after "yourPORT"

For the .ram file to open a RealPlayer stream, enter the following into a notepad document:


code:
http://yourIP:yourPORT.rm


Then save that as <whatever>.ram

Simply upload those to your website and link them and they will open in the appropriate player.

TwistedWhispers 2nd May 2004 20:34

ok I know how to do the stream for cable users. how would I make it so dialupers can listen to or is that not possible?

djmastermind 2nd May 2004 20:35

Dial-up listeners need a 24k or tiny bit higher stream.

TwistedWhispers 2nd May 2004 21:17

ok how would I do that to my stream or what ever sorry I'm new to all this and my last quest is how do I get winamp and real player to open up witht he icon the choose to listen with winamp or real plaery tyvm

TwistedWhispers 3rd May 2004 00:52

ok here is my listen please settings http://24.10.206.233:8000/listen.pls how exactly do I do the code I just dont get it tried 100 times windows meadia player wont open it if you can do an example with my listen settings that be awesome thanks.

djmastermind 3rd May 2004 01:42

http://24.10.206.233:8000/listen.pls :up:

Copy the code into a notepad document. Edit it. Save it as <whatever>.asx or <whatever>.ram. Upload it to your webserver. Enjoy.

TwistedWhispers 6th May 2004 23:12

I tried all that it will load windows meadiplayer but wont play the file any ideas thanks

djmastermind 6th May 2004 23:15

Please post a link to your ASX.

Does your webserver have the correct MIME types?

ruffdawg 6th May 2004 23:34

Don't forget that the .asx script only works with WMP 7.1+


All times are GMT. The time now is 11:34.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.