Jump to content

sounds Turner

Resident
  • Posts

    100
  • Joined

  • Last visited

Everything posted by sounds Turner

  1. Hi, Here's a really simple system that lets you change the channels from apopup menu Script //=======Land Radio Script =======// // assembled for this purpose by// sky Honey and Dianne Mechanique // based on the work of others////===========9/12/05==============list _radioURLs;list _radioStations; integer _linenum = 0;string _notecard = "stations";//-----------------------reset_radio() { _radioURLs = [ "" ]; _radioStations = [ "off" ]; _linenum = 0; llGetNotecardLine(_notecard, _linenum);}add_station(string line) { list words = llParseString2List(line, [" ", " ", "="], []); if (llGetListLength(words) < 2) { return; } string url = llList2String(words, llGetListLength(words) - 1); string station = ""; integer i; for (i=0; i<llGetListLength(words) - 1; i++) { if (llStringLength(station) > 0) { station += " "; } station += llList2String(words, i); } _radioURLs += [url]; _radioStations += [station];}//-----------------------default { state_entry() { reset_radio(); } changed(integer change) { if (change & CHANGED_INVENTORY) { reset_radio(); } } dataserver(key query_id, string data) { if (llGetListLength(_radioURLs) > 11) { llSay(0, "only the first 10 stations are avaliable"); } else { if (data != EOF) { add_station(data); _linenum++; llGetNotecardLine(_notecard, _linenum); return; } } llListen(93, "", NULL_KEY, ""); llSay(0, "touch to change stations"); } touch_start(integer touchNumber) { llDialog(llDetectedKey(0), "pick a station", _radioStations, 93); } listen(integer channel, string name, key id, string message) { string newURL = llList2String(_radioURLs, llListFindList(_radioStations, [message])); llSay(0, message + " ---> " + newURL); llSetParcelMusicURL(newURL); }} Then you just create a notecard & you must call it Stations And put the radio urls in it like this: Ambient = http://205.188.215.228:8006Breaks = http://205.188.215.225:8002Chillout = http://scfire-dtc-aa06.stream.aol.com:80/stream/1035Chillout Dreams= http://195.43.138.147:8000/DSM Chan. 1 = http://76.10.221.59:9732DSM Chan. 2 = http://76.10.221.59:9998/Electro = http://scfire-ntc-aa03.stream.aol.com:80/stream/1025Liquid DnB = http://88.191.102.29:6404/Minimal = http://72.26.204.18:6244Prog. House = http://scfire-ntc-aa04.stream.aol.com:80/stream/1026Tech House = http://72.26.204.18:6354Techno = http://88.191.102.29:7204Space = http://94.232.114.240:6304 Put those into a prim and deed the prim to your group then people can change channels.
  2. Your shoutcast web admin panel should have a script that you can copy the code and paste it into your own web pages. If it's a flash based player then you would also have to download the flash files and upload them to the same directory. That's if you want to have your station on a webpage This site has some great channels di.fm
  3. Hi, A shoutcast stream that comes with autodj feature is what you need, You can broadcast live or when there's no live dj you can switch to the autodj or have it start auto when no live dj is using the stream. Autodjs require webspace to upload your mp3 files so you'll be paying a bit more than a live shoutcast stream. Depending how much web space you need for your mp3 collection.
  4. Hi, If the dj tools/software you're using supports shoutcast then your're good to go, The shoutcast listener/stream url will allways work in sl. You could check out Mixxx http://www.mixxx.org/ it's free dj software and supports shoutcasta also. There's another litle tool called M3W it's stand alone unlike winamp where you have to run winamp to run the shoutcast dsp plugin. It basically listens to your soundcard for any audio, same as if you were using the soundcard option in the shoutcast dsp.
  5. Hi, I put up an advertisment as i normaly do to advertise our sl related services, new price plans etc. Then i was contacted and told i cannot post my advertisments in the forums and it was deleted. Yet when i ask why are other people are allowed to post their same services on the forums, i got no reply. I spent a lot of time and money to provide the services i offer sl residents, since 2005. So, from what i see, other people offering the exact same service are allowed to post their adds here, but not me? What's that all about?
  6. I tryed the viewer 2 again today and same problem, it just crashes before login screen. Just installed the preview for phoenix firestorm and i must say it's more like sl viewer 2 in its layout, impressive.
  7. There's a lot of market place type sites that do this allready, take L$ payment and deliver the item, The problem is it's not as simple to setup a website that's implimented with the LL payment system. If there was everybody would have one, i think there should be a nice tutorial on building such a website. Everyone should be able to sell their own SL products from their own websites.
  8. Virwox released a payment type button on their site, You enter your avs name and how much your product is and i guess the user logs in somwehere with their avs name And can purchase from your payment link which can send them to an url of your choise. Actually i don't see how that is really gonna help deliver products but it's cool Maybe would be useful for subscriptions or something like that. It was nice to hear about it though and they're working a more advanced transactional API. Hello, If you want to give it a try, we have a simple version ready at https://www.virwox.com/checkout_button.php (log in first). This helps you generating a button for accepting payments. You can also try it right away and pay something to yourself for example. If you leave the notify URL empty, you will be sent an email to your email address stored with our VirWoX user when a payment arrives. For automatic processing you need to have a script and specify its URL there Enjoy, VirWoX Support 
  9. You might need to use :8000/listen.pls on the end of the url for a home stream, been a long time since i did it that way. If you need a stream to test im me inworld, i just came on to do an add for shoutcast and saw this topic
  10. Not me, i just deleted every trace of sl viewer for now, using my backup: phoenix
  11. Thanks This viewer looks weird and im missing the top menu etc.. least it works hmm
  12. I guess some people like the feeling of going back in time, That's how phoenix feels to me, but it's better than nothing.
  13. Have to use phoenix for now, which i rarely do because i like to see how things were intended. Same story with the beta viewer, crash crash crash... Hopefully we'll be sorted soon hmm. :robotsurprised:
  14. I should have mentioned i'm on vista home premium Anyway i don't think there's a fix yet from reading the release notes?
  15. I usually have no issues with updating viewers, But i can't get the latest one to run, keeps crashing before the login screen comes up. Tryed removing it from add/remove programs then reinstalled, but same story. Anyone else had this problem?
  16. Yea i think so but some people don't think before they make actions lol But if it happened me even though i might feel a bit stupid, i'd report it. To prevent them doin it to someone else.
  17. Thanks, It's not a lot to gain by waiting a few days, so i went with the top rate as usual. Can't imagen how long it might take at a low rate.
  18. If someone is getting ripped of then it's someone's fault which can be reported and investigated.
  19. Nice.. think i might test the mudbox trial, seems to be more videos related to sl. This video sort of had me interested in trying out deep paint Decided to try 3d painting when looking at some realistic skins. I'd prefer working in a 3d program than flat images in photoshop. If the program's any good, i shouldn't have to go back to editing in 2d.
  20. Anyone working with deep paint 3d for general texturing? I just tryed it again for the first time in years and i like how it feels. Only loaded one of the default models but it seems nice enough to work with. I remember a few years back painting some fairly realistic skins & fur on models and wanted to try this software again. Would it be a good choise for creating custom skins? Any advice on using the sl avatar meshes in it? Thanks
  21. Hi, Why does the lindex exchange take o long to do a sale? I mean the exchange rate is at 250 L$ but it won't do the transaction quickly Then i tryed the lower rate of 249 which had a few 100 thousands lindens in the remaining quantity but it won't work. It's taking days even if i use the top rate. This is so slow.
  22. Are they still only accepting credit card payments for sl adds on this program through 3rd parties?? You would expect to pay with the money you have in lindens as it's supose to be an sl service.
  23. They should have been accepting linden dollars from the start But you need a credit card to advertise with this program Dreamstream Media, Shoutcast Streaming Solutions Daily, Weekly, Monthly Rentals
×
×
  • Create New...