[Opensim-dev] Problem with streaming audio and video, diva distro
Fokides Aegean
fokides at aegean.gr
Sat Nov 26 11:53:31 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-islands, no music.
In every region the option "Restrict gesture and object sounds to this
parcel" (About Land, Media) is not checked.
Experimenting a bit more, I also found that the same problem appears when
using video files in combination with Freeview Screen v1.2a. Video files
play fine in the SW island, but not in the other three.
What am I doing wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20111126/bdebb55a/attachment-0001.html>
More information about the Opensim-dev
mailing list