robertltux McCallen
Registered User
Join date: 17 Nov 2007
Posts: 50
|
08-23-2009 08:30
Other than items that reset the parcel stream is there a way to have a music stream linked to an object?? (bonus points if the script has a stop/start stream button) note for this to work correctly it would have to draw from an url not sound clips http://albannachmusic.com:8000/ <-- to be exact
|
Vance Adder
Registered User
Join date: 29 Jan 2009
Posts: 402
|
08-23-2009 11:11
No. The only thing you can do is write the script to interact with the parcel media stream.
|
Raster Teazle
Registered User
Join date: 13 Sep 2005
Posts: 114
|
08-24-2009 02:46
Your question is not too clear. What do you mean by "reset" the parcel stream?
If you want to have many prims with independent URL's why not code the URL into a script and place in the prim. Change the URL and put in another prim. Toggle on/off with touch.
Or put the URL in a notecard and have the script read it. Set the notecard to no mod and it can not be read by next owner.
Note that the prim needs to be owned by the parcel owner or deeded to group owned land.
Anything written to the land media setting overwrites what is already there.
To silence the media write "" to the media setting.
Example: 1st touch = on: Write your URL to land media setting. 2nd touch = off: Write "" to land media setting.
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
08-24-2009 14:04
OP meant to have a prim be the sound source (via parcel media, or at least not uploaded clips) which isn't possible at this time...
the only options are parcel media (ambient over the whole parcel) or clips (limited to 10second chunks)
or at least that's how I read it...
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
Morgaine Alter
dreamer
Join date: 10 Jan 2008
Posts: 1,204
|
08-24-2009 16:11
I do know that @Home has several of these products for radio, I love my Callay Liily that interacts with my media stream. I have wanted to make something similar to what the OP says. For say on URL stream live Blues as a givaway for an event? What kind of script would I be looking for? A simple one if possible?
btw @home is great w/customers too, I in no way want to do what they do.
_____________________
https://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=125705 From: Phil Deakins My zip gun stays right where it belongs - in my pants!
|
Raster Teazle
Registered User
Join date: 13 Sep 2005
Posts: 114
|
08-25-2009 17:37
From: Morgaine Alter I do know that @Home has several of these products for radio, I love my Callay Liily that interacts with my media stream. I have wanted to make something similar to what the OP says. For say on URL stream live Blues as a givaway for an event? What kind of script would I be looking for? A simple one if possible?
btw @home is great w/customers too, I in no way want to do what they do. If @home has products that stream from a prim that's pretty amazing as this is not possible in SL. Streams are tied to the land parcels. And in fairness please refrain from plugging SL businesses as this is a help forum and not a marketing forum. There are many creators that would be offended including myself.
|