- Messages
- 2,664
- Reaction score
- 4,283
- Points
- 845
(If this would get accepted, i'd be more than happy to help with the software side. Or be managing it, as i do have alot of knowledge )
EDITERIONO #2
As this would also would be a forum suggestion, tagging @Fredy and @StephenPuffs
I have actualy began beta testing my testing radio and everything worked as expected.
If this will get accepted i have everything needed for it to run. Apparently i also have en excel sheet ready, because i have no life.
EDIT CONTAINING USEFUL INFORMATION!
Topic: A community wide radio stream run by the community's players. Small, not annoying widget on the website and a place in the in-game radio.
Short explanation (in notes):
- Song's player really want can be requested
- This is extremely easy to set up.
-
Detailed description (why should it become added/...):
Have you ever had a moment when you wanted that song to come on the radio, but just keep waiting?
I think a community wide radio station for in the game and on the forums could be amazing. The players can request a song and a host could play it!
On the techical part.
This isn't hard to set up.
You can either use virtualDJ or SHOUTcast. (personally prefer virtualDJ)
By the usage of some free ass shit hoster to provide the stream. You simply take the .ogg and get some dank html5 code.
I have seen this on alot of communitys, not even garry's mod communitys. and i think this could be very intersting.
(I do have experience in this, altough im not an expert i can easily create such system.
Optional additions:
-
- Playlist is setup when there are not hosts present.
-[/spoiler]
[DOUBLEPOST=1444941065,1444914536][/DOUBLEPOST]To everybody interested.
Because i had 0 shits to do. I decided to copletely test my system.
What i've done:
2 very simple and lightweight html scripts.
1 index.
1 iframe.
There's a javascript that will refresh the iframe every 5 seconds. But not the entire page. The refresh is there because the song bar.
The current song paying will always be shown.
To be done:
Songrequest. Might up ending in a windows program communicating with the website. However i would only go futher if this would get accepted.
http://mgroeneveld.tk/radio/ is the place to go. it will be running for 30 mins.
EDITERIONO #2
As this would also would be a forum suggestion, tagging @Fredy and @StephenPuffs
I have actualy began beta testing my testing radio and everything worked as expected.
If this will get accepted i have everything needed for it to run. Apparently i also have en excel sheet ready, because i have no life.
EDIT CONTAINING USEFUL INFORMATION!
Software to be used with:
VirtualDJ due its easy playlisting and mixing songs along each other(when switching)
HOW THE PLAYER WILL LOOK LIKE:
http://78.129.224.21/listen2myradio1/index.php?ip=78.129.224.21&port=29112
(This is also the stream link)
VirtualDJ due its easy playlisting and mixing songs along each other(when switching)
HOW THE PLAYER WILL LOOK LIKE:
http://78.129.224.21/listen2myradio1/index.php?ip=78.129.224.21&port=29112
(This is also the stream link)
Topic: A community wide radio stream run by the community's players. Small, not annoying widget on the website and a place in the in-game radio.
Short explanation (in notes):
- Song's player really want can be requested
- This is extremely easy to set up.
-
Detailed description (why should it become added/...):
Have you ever had a moment when you wanted that song to come on the radio, but just keep waiting?
I think a community wide radio station for in the game and on the forums could be amazing. The players can request a song and a host could play it!
On the techical part.
This isn't hard to set up.
You can either use virtualDJ or SHOUTcast. (personally prefer virtualDJ)
By the usage of some free ass shit hoster to provide the stream. You simply take the .ogg and get some dank html5 code.
<center><object classid="CLSID:9EBCCCAD-808C-4D40-AB96-A2399553DEFDF" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" name="player" standby="Loading" align="top" height="83" width="200"> <param name="URL" ref="" value="http://ayy:lmao"> <param name="rate" value="1"> <param name="balance" value="0"> <param name="currentPosition" value="280309411"> <param name="defaultFrame" value=""> <param name="playCount" value="1">
<param name="autoStart" value="-1"> <param name="currentMarker" value="0"> <param name="invokeURLs" value="-1"> <param name="baseURL" value=""> <param name="volume" value="10"> <param name="mute" value="0">
<param name="uiMode" value="mini"> <param name="stretchToFit" value="0"> <param name="windowlessVideo" value="0"> <param name="enabled" value="-1"> <param name="enableContextMenu" value="-1"> <param name="fullScreen" value="0"> <param name="SAMIStyle" value=""> <param name="SAMILang" value=""> <param name="SAMIFilename" value="">
<param name="captioningID" value=""> <param name="enableErrorDialogs" value="0"> <param name="_cx" value="3969"> <param name="_cy" value="926"> <embed src="http://ayy:lmao" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/" name="MediaPlayer" showcontrols="1" showdisplay="0" showstatusbar="0" height="83" width="200"> </object></center>
<param name="autoStart" value="-1"> <param name="currentMarker" value="0"> <param name="invokeURLs" value="-1"> <param name="baseURL" value=""> <param name="volume" value="10"> <param name="mute" value="0">
<param name="uiMode" value="mini"> <param name="stretchToFit" value="0"> <param name="windowlessVideo" value="0"> <param name="enabled" value="-1"> <param name="enableContextMenu" value="-1"> <param name="fullScreen" value="0"> <param name="SAMIStyle" value=""> <param name="SAMILang" value=""> <param name="SAMIFilename" value="">
<param name="captioningID" value=""> <param name="enableErrorDialogs" value="0"> <param name="_cx" value="3969"> <param name="_cy" value="926"> <embed src="http://ayy:lmao" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/" name="MediaPlayer" showcontrols="1" showdisplay="0" showstatusbar="0" height="83" width="200"> </object></center>
(I do have experience in this, altough im not an expert i can easily create such system.
Optional additions:
-
- Playlist is setup when there are not hosts present.
-[/spoiler]
[DOUBLEPOST=1444941065,1444914536][/DOUBLEPOST]To everybody interested.
Because i had 0 shits to do. I decided to copletely test my system.
What i've done:
2 very simple and lightweight html scripts.
1 index.
1 iframe.
There's a javascript that will refresh the iframe every 5 seconds. But not the entire page. The refresh is there because the song bar.
The current song paying will always be shown.
To be done:
Songrequest. Might up ending in a windows program communicating with the website. However i would only go futher if this would get accepted.
http://mgroeneveld.tk/radio/ is the place to go. it will be running for 30 mins.
Last edited: