Garry's Mod
69 voti
StreamURL
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Content Type: Addon
Addon Type: Effects
Addon Tags: Fun, Scenic
Dimensioni del file
Pubblicato in data
Aggiornato in data
19.379 KB
17 feb 2014, ore 10:55
20 dic 2021, ore 10:53
4 note di rilascio ( visualizza )

Sottoscrivi per scaricare
StreamURL

Descrizione
StreamURL is a simple little addon that allows you to stream music from the internet.
You can use these console commands to play a song:

streamurl "URL.mp3"

Example use:

streamurl "http://yp.shoutcast.com/sbin/tunein-station.m3u?id=1138852"

output: Plays a shoutcast radio station!

and to stop the stream use

endstream


NOTE: this is meant for servers. If you are a developer I have some good news for you!
You can override the function:

StreamCanPlay(pl,url) - (return true to allow request and false to deny)

in your gamemode or whatever.



-- Follow on GitHub: https://github.com/MerryMaw


UPDATE: Added new radio entity as requested by the community!

Simply press the use key on the addon to bring up a URL bar (Only people who have access to streamurl can use this feature). Press enter after typing a URL to a song/radio to play it. You can stop the radio by pressing the stop button.

UPDATE 2016: Added new Youtube TV. Twitch will be next.

UPDATE 2018: GMod shut down a lot of the "Middleman" operations done through the HTML which includes youtube API. Due to this, the youtube TV do not work at the moment.

UPDATE 2021: Some fixes on the StreamURL and EndStream commands. Should function as intended.
62 commenti
MrTeniswi 15 ago 2023, ore 3:03 
Is it possible to add a distance setting for the radio? it would be cool.
project 2013 7 mar 2022, ore 17:19 
CONSIDERING YOUTUBE DOES NOT WORK
project 2013 7 mar 2022, ore 17:19 
WHAT DO I USE THEN
The Maw  [autore] 7 mar 2022, ore 12:02 
We are aware the Youtube TV may not work, as GMod no longer supports the JS required to run embedded youtube videos. The regular StreamURL and Radio should work as intended.
project 2013 3 mar 2022, ore 16:43 
it dont work this is stupid addon
Egor4k 21 dic 2021, ore 2:14 
Thank you!
The Maw  [autore] 20 dic 2021, ore 10:54 
Pushed out small update to fix up some stuff. Youtube workout still on the works.
Egor4k 18 dic 2021, ore 12:46 
Don`t work(
KlutchxKay 8 dic 2020, ore 13:13 
Is the addon ever going to be fixed? it doesn't seem to work anymore
The Maw  [autore] 9 ott 2019, ore 8:29 
This addon is quite bareboned. I might do more rehaul on it some time in the future. It shouldn't interfere with any other addons and you can check out the source code on GitHub.