[Opensim-users] Problem with streaming audio, diva distro
Fokides Aegean
fokides at aegean.gr
Thu Nov 24 16:21:37 UTC 2011
Hi all,
While experimenting with some simple scripts for playing mp3 files, I
stumbled upon the following problem.
I use 2 prims to change the music URL of a region, in order to play two
different mp3 files.
The first script is:
default
{
state_entry()
{
llSetParcelMusicURL("");
}
touch_start (integer iTotalNumber)
{
llSetParcelMusicURL("http://my_web_server/sample1.mp3");
}
}
While for the second script I only change line 9, with a different mp3 file.
All goes well in the first region (SW), I can hear the music and I can also
see that in the "About Land", "Media" tab the music URL changes.
Unfortunately, nothing happens on the other regions, no sound, no music
URL.
In every region the option "Restrict gesture and object sounds to this
parcel" (About Land, Media) is not checked.
What am I doing wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20111124/1eeb60ca/attachment.html>
More information about the Opensim-users
mailing list