Deeded Group Land and Media Streaming Issues
|
Beitris Fraisse
Registered User
Join date: 19 Mar 2007
Posts: 11
|
05-01-2007 17:18
I am currently renting land from someone, and I have full property rights, as if I owned the land, but do not have a premium account. I want my group co-owners to be able to change the media streaming on the land. I have tried deeding land to the group, but when I look at the group details it says I have no land to deed. My group co-owners are unable to change the media. Is this a bug or can you only deed the land to a group if you have a premium account (renter or no)? Is there a way around this that would let my group co-owners change the media? Thank you!
|
Steve Mahfouz
Ecstasy Realty
Join date: 1 Oct 2005
Posts: 1,373
|
Ask the landloard if his/her sim has Resale Enabled
05-01-2007 17:20
From: Beitris Fraisse I am currently renting land from someone, and I have full property rights, as if I owned the land, but do not have a premium account. I want my group co-owners to be able to change the media streaming on the land. I have tried deeding land to the group, but when I look at the group details it says I have no land to deed. My group co-owners are unable to change the media. Is this a bug or can you only deed the land to a group if you have a premium account (renter or no)? Is there a way around this that would let my group co-owners change the media? Thank you! If the sim does not have resell enabled, then you cannot sell or deed land to a group at all. The very least the landlord could do is to temporarily enable resell , to allow you to deed the land to your group, and then turn it back off. He or she still can reclaim the land, so that's not an issue for a landlord at all.
_____________________
http://slurl.com/secondlife/Ecstasy/128/129/31 Ecstasy: high quality residential living
|
Osprey Therian
I want capslocklock
Join date: 6 Jul 2004
Posts: 5,049
|
05-01-2007 17:53
How can you deed the land to a group if you don't hold the deed? Deeding changes ownership.
|
Alicia Sautereau
if (!social) hide;
Join date: 20 Feb 2007
Posts: 3,125
|
05-01-2007 17:57
install a radio and have the owner deed it to the group so u can add/edit stations
|
Steve Mahfouz
Ecstasy Realty
Join date: 1 Oct 2005
Posts: 1,373
|
on a private island, when you buy a parcel of it...
05-01-2007 18:16
From: Osprey Therian How can you deed the land to a group if you don't hold the deed? Deeding changes ownership. you get a deed, of sorts, to that parcel. Now, you don't really own it unless you own the entire island. But, you are allowed to "deed" your parcel to a group, and then once the parcel is deeded to a group, the appropriate group members can then take care of audio, video, terraforming, etc.' Screwy I know, but that's the way it is.
_____________________
http://slurl.com/secondlife/Ecstasy/128/129/31 Ecstasy: high quality residential living
|
Sys Slade
Registered User
Join date: 15 Feb 2007
Posts: 626
|
05-01-2007 18:28
An alternative is to use scripting to allow your group to do what you want. Simply call llSameGroup or llDetectedGroup before having the script do a URL change. default{ state_entry(){ llListen(12345,"",NULL_KEY,""); }
listen(integer chan,string name,key id,string msg){ if(llGetSubString(msg,0,4)=="radio" && llSameGroup(id)) llSetParcelMusicURL(llGetSubString(msg,6,-1)); else if(llGetSubString(msg,0,4)=="video" && llSameGroup(id)) llParcelMediaCommandList([ PARCEL_MEDIA_COMMAND_URL,llGetSubString(msg,6,-1) ]); } }
Which can be used with /12345 radio http://whatever.com and /12345 video http://whatever.comSimply set the object to the same group as that you wish to share with. You need only deed the object if you are using it on group land.
|
AWM Mars
Scarey Dude :¬)
Join date: 10 Apr 2004
Posts: 3,398
|
05-02-2007 04:17
We launched a system that you give the land owner a simple prim to deed somewhere on that sim (on any section of land inside that sim)... once rezzed, you can then buy a media player/screen and rez it on your parcel/plot and control media (music and or movies). That way he doesn't have to give you specific media rights to each parcel owner/renter.. and he can withdraw it at anytime by deleting that prim, but you still retain ownership of the player/screen. Once you get a media player, you can deed it to your group by using the share function, so only your group can control the media. One prim, will serve any parcel/plot on that sim and... it won't interfere with the land media settings, so the landlord/owner can still have their skybox with their porn... ermm freeview TV working as normal. You can also install more than one media player/screen combination in any parcel and enjoy more than one stream. This is NOT an advertisiment, this is a reality, and we want to let people know that the 'problem' has been resolved by using innovation and technology.
_____________________
*** Politeness is priceless when received, cost nothing to own or give, yet many cannot afford - Why do you only see typo's AFTER you have clicked submit? ** http://www.wba-advertising.com http://www.nex-core-mm.com http://www.eml-entertainments.com http://www.v-innovate.com
|