IP Streaming Server//scripting
|
|
Leila Noel
Registered User
Join date: 11 Jun 2007
Posts: 7
|
11-04-2007 07:14
Hi 1)i would like to connect a radio with my land but i find only the web adress of the radio. But I have to insert the IP number. How can i find out the IP number of a streaming server? 2) Then i am looking for a script to connect a object with a web side. Thanks from Leila
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
11-04-2007 22:07
From: Leila Noel Hi 1)i would like to connect a radio with my land but i find only the web adress of the radio. But I have to insert the IP number. How can i find out the IP number of a streaming server? 2) Then i am looking for a script to connect a object with a web side. Thanks from Leila you don't need the ip, just the the address of the stream, if you are listening to a stream in winamp, you click the name in the playlist and choose "playlist entry", that will tell you the stream address... other applications have similar methods for your second question, you'll have to tell us what you are trying to do exactly for use to be able to point you in the right direction
_____________________
| | . "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... | - 
|
|
Leila Noel
Registered User
Join date: 11 Jun 2007
Posts: 7
|
11-05-2007 11:15
Thanks for your answer. What i would like to do is, if i click on an object, i connect directly with a web side. For example people can click on an object an they get connected with a certain skypecast. thanks Leila
|
|
Dannon Robbiani
Registered User
Join date: 22 Jun 2007
Posts: 6
|
streaming server//scripting
12-07-2007 02:00
I made a script a while back, to have a menu driven prim that pulled up mp3's from a web server, but can seem to find it now ugh....tried to make another biut cant remember the syntax anymore..been a while any help?
|
|
Bobbyb30 Zohari
SL Mentor Coach
Join date: 11 Nov 2006
Posts: 466
|
12-07-2007 04:01
From: Leila Noel Hi 1)i would like to connect a radio with my land but i find only the web adress of the radio. But I have to insert the IP number. How can i find out the IP number of a streaming server? 2) Then i am looking for a script to connect a object with a web side. Thanks from Leila Connecting a script to a website...httppost,xml-rpc, email You don't need an ip, simply the streaming url.
|
|
Bobbyb30 Zohari
SL Mentor Coach
Join date: 11 Nov 2006
Posts: 466
|
12-07-2007 04:03
From: Leila Noel Thanks for your answer. What i would like to do is, if i click on an object, i connect directly with a web side. For example people can click on an object an they get connected with a certain skypecast. thanks Leila I don't think you meant wesbite communication, you mean changing the music/video url on the land?
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
12-07-2007 06:26
From: Dannon Robbiani I made a script a while back, to have a menu driven prim that pulled up mp3's from a web server, but can seem to find it now ugh....tried to make another biut cant remember the syntax anymore..been a while any help? https://wiki.secondlife.com/wiki/LlSetParcelMusicURL@Leila: if you are wanting to connect individual people to separate selectable streams you'll have to do it outside the client, you can give the users the web address via LlLoadURL and then hope they have a handler in their default browser for the stream type, or send them to a page that has the relative links (possibly including different formats/qualities) and let them choose. (sorry I missed your reponse way back there
_____________________
| | . "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... | - 
|
|
Jana Kamachi
Registered User
Join date: 19 Apr 2007
Posts: 111
|
12-07-2007 16:53
From: someone if you are wanting to connect individual people to separate selectable streams you'll have to do it outside the client, you can give the users the web address via LlLoadURL and then hope they have a handler i
There is a way to do this in world as long as its a quicktime compatible format (like a mp4 with a blank keyframe with nothing but sound. ) When you make something a media texture, you can also specify a KEY in one of the parameters. This key is for WHO this texture should show this media. So have a small bank of say 60 faces, set the texture on each face for each user in the sim, and play. Note this does still need land perms to change media. But thats the only requirement.
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
12-07-2007 18:11
From: Jana Kamachi There is a way to do this in world as long as its a quicktime compatible format (like a mp4 with a blank keyframe with nothing but sound. )
When you make something a media texture, you can also specify a KEY in one of the parameters. This key is for WHO this texture should show this media. So have a small bank of say 60 faces, set the texture on each face for each user in the sim, and play.
Note this does still need land perms to change media. But thats the only requirement. ooo nice, must use that soon
_____________________
| | . "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... | - 
|
|
Jana Kamachi
Registered User
Join date: 19 Apr 2007
Posts: 111
|
12-07-2007 18:55
If you want I'll make an example system and pass it to anyone who wants it, Public Domain. Just drop me a message.
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
12-08-2007 09:17
consider this message dropped with profuse preemptive thanks =)
_____________________
| | . "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... | - 
|