Garry's Mod

Garry's Mod

69 vurderinger
StreamURL
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Content Type: Addon
Addon Type: Effects
Addon Tags: Fun, Scenic
Filstørrelse:
Offentliggjort:
Opdateret:
19.379 KB
17. feb. 2014 kl. 10:55
20. dec. 2021 kl. 10:53
4 ændringsbemærkninger ( vis )

Abonner for at downloade
StreamURL

Beskrivelse
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 kommentarer
MrTeniswi 15. aug. 2023 kl. 3:03 
Is it possible to add a distance setting for the radio? it would be cool.
KD7_ORIGINAL 7. mar. 2022 kl. 17:19 
CONSIDERING YOUTUBE DOES NOT WORK
KD7_ORIGINAL 7. mar. 2022 kl. 17:19 
WHAT DO I USE THEN
The Maw  [ophavsmand] 7. mar. 2022 kl. 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.
KD7_ORIGINAL 3. mar. 2022 kl. 16:43 
it dont work this is stupid addon
Sainti4 21. dec. 2021 kl. 2:14 
Thank you!
The Maw  [ophavsmand] 20. dec. 2021 kl. 10:54 
Pushed out small update to fix up some stuff. Youtube workout still on the works.
Sainti4 18. dec. 2021 kl. 12:46 
Don`t work(
KlutchxKay 8. dec. 2020 kl. 13:13 
Is the addon ever going to be fixed? it doesn't seem to work anymore
The Maw  [ophavsmand] 9. okt. 2019 kl. 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.