Garry's Mod

Garry's Mod

69 évaluations
StreamURL
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Type de contenu: Addon
Type d'addon: Effets
Mots-clés d'addon: Divertissement, Scénique
Taille du fichier
Publié le
Mis à jour le
19.379 KB
17 févr. 2014 à 10h55
20 déc. 2021 à 10h53
4 notes de changement ( voir )

S'abonner pour télécharger
StreamURL

Description
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 commentaires
MrTeniswi 15 aout 2023 à 3h03 
Is it possible to add a distance setting for the radio? it would be cool.
project 2013 7 mars 2022 à 17h19 
CONSIDERING YOUTUBE DOES NOT WORK
project 2013 7 mars 2022 à 17h19 
WHAT DO I USE THEN
The Maw  [créateur] 7 mars 2022 à 12h02 
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 mars 2022 à 16h43 
it dont work this is stupid addon
Egor4k 21 déc. 2021 à 2h14 
Thank you!
The Maw  [créateur] 20 déc. 2021 à 10h54 
Pushed out small update to fix up some stuff. Youtube workout still on the works.
Egor4k 18 déc. 2021 à 12h46 
Don`t work(
KlutchxKay 8 déc. 2020 à 13h13 
Is the addon ever going to be fixed? it doesn't seem to work anymore
The Maw  [créateur] 9 oct. 2019 à 8h29 
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.