Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Strange Shoutcast problem

Andreas Emert
Registered User
Join date: 15 Apr 2007
Posts: 1
04-20-2007 02:12
HI Folks,

i have the following problem:

Sometimes when listener stop the audiostream and try to reconnect they cant...

so if u stop the stream there is just one way to hear music again.. u have to change the sim and press play there... then u come back to the sim and the music is running...


cant explain that by myself :(

ps: everyone got that problem sometimes ^^
Thili Playfair
Registered User
Join date: 18 Aug 2004
Posts: 2,417
04-20-2007 03:06
Never liked the ingame music thing, nor does it ever work 100%

Its easier to just grab url from debug, or ask whoever run it for it, then play it in something else, or use a prim/script with this code to start stream in winamp or whatever you use to listen to streamed stuff

script;
CODE
default
{
touch_start(integer total_number)
{
llLoadURL(llDetectedKey(0), "--radionamehere--", "http://url:port");
}
}