Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: MEGAMIND on Jul 23, 2018, 11:44 AM

Title: Custom radio staions
Post by: MEGAMIND on Jul 23, 2018, 11:44 AM
I found many according to this question

1.Custom radio staions?
2.Host for gta radios

so here i am with a little knowledge about this stuff, which may or maynot be helpfull for few

ok so without any further discussion here u go


first make  a new folder and rename it as radio (or whatever) now major part is this u would have to make a file named as listen.pls here the listen.pls will contain ur streaming files ok so lets built a listen.pls as i said before creat a filenamed as listen.pls (using note pad.txt rename it as listen.pls) now edit it/ open it and do this kindly donot modify until u have the complete knowledge of these stuff for ur own custom radio station (where u would like to upload ur own songs which will loop out)

the url below are hosted so u can put ur own url instead of mine

so to actually make it run u have to do this [playlist] -> which will tell the host and file that these are the below shits which are required to run
file 1: -> is the path of ur radio
title 1:- the titlle of ur radio to  broadcast
lenght1=-1 // eh idk much about it but it was said to be -1 default in an article
numberofenteries // define that how much files have u addded to it 2 3 or 1
version: // leave it as default 2

[playlist]
File1=http://web-net.tk/webnet-official-emerald-plus/webnet-official-radio/stream/c/2.mp3
Title1=WEBNET RADIO English #1
Length1=-1

File2=http://web-net.tk/webnet-official-emerald-plus/webnet-official-radio/stream/c/1.mp3
Title2=WEBNET RADIO English #2
Length2=-1

NumberOfEntries=2
Version=2

ok now for the real stations we do this

[playlist]
File1=http://web-net.tk/webnet-official-emerald-plus/webnet-official-radio/stream/h/tunein-station.pls
Title1=WEBNET RADIO Hollywood #1
Length1=-1

File2=http://web-net.tk/webnet-official-emerald-plus/webnet-official-radio/stream/h/tunein1-station.pls
Title2=WEBNET RADIO Hollywood #2
Length2=-1

NumberOfEntries=2
Version=2

now make a newfolder in the same directory and rename it as stream, within the stream obviously many of u have ur own taste of songs so make subfoldders like h for hollywood songs, b for bollywood ,gta for gta radios etc etc and then add ur songs.mp3 to those folders now all u  need is an html hosting service which is netlify ofc one of the best ik yet or u can start ur own host if u have a vps

still having issues discord me MEGAMIND#8033 or u can find me on vcmp discord channel too


if u wanna know what does tunein-station.pls is so its simple its a radio station url forwarded by a company to an ip
which livecasts and then other teams comeup on same ip to livecast or braodcast there show and it continues....

so what do they have inside tunein-station.pls? they ahve something like this

[playlist]
numberofentries=1
File1=http://77.168.22.74:8008/stream
Title1=(#1 - 30/250) AMW HIPHOP | Amsterdams Most Wanted UNDERGROUND HIPHOP | HD stream
Length1=-1
Version=2


now where to host ir i already told u that either use locahost xampp software and portforward it

or use other hosting sites there are many free sites available out there especaily html based
Title: Re: Custom radio staions
Post by: MEGAMIND on Aug 20, 2018, 02:53 PM
Hi everyone im back again with another method which is quite simple..... Well video is not mine but will help u guyzz https://m.youtube.com/watch?v=hpIFvNcU6Cw

Setting up a radio station for free, and even works for any gaming server
Title: Re: Custom radio staions
Post by: MEGAMIND on Aug 26, 2018, 02:47 PM
Hi everyone im back again with another method which was made by @! https://pastebin.com/78EuuZCf

Its quite simple and easy it will work only if u implement it properly, secondly u should have a webhost..



Another method of doing is a lame way or noob way of doing it again i will say that u should have a webhost so here it is CreateRadioStream( 20, "radio", "http://urnoobwebsite.com/noobfolder/song1.mp3", true );   

And so on
Radiostream ID
Station name
Same url or other url
If same url then u should do it like song2.mp3
Song3.mp3