Garry's Mod

Garry's Mod

69 ratings
StreamURL
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Effects
Addon Tags: Fun, Scenic
File Size
Posted
Updated
19.379 KB
17 Feb, 2014 @ 10:55am
20 Dec, 2021 @ 10:53am
4 Change Notes ( view )

Subscribe to download
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 Comments
MrTeniswi 15 Aug, 2023 @ 3:03am 
Is it possible to add a distance setting for the radio? it would be cool.
project 2013 7 Mar, 2022 @ 5:19pm 
CONSIDERING YOUTUBE DOES NOT WORK
project 2013 7 Mar, 2022 @ 5:19pm 
WHAT DO I USE THEN
The Maw  [author] 7 Mar, 2022 @ 12:02pm 
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 @ 4:43pm 
it dont work this is stupid addon
Egor4k 21 Dec, 2021 @ 2:14am 
Thank you!
The Maw  [author] 20 Dec, 2021 @ 10:54am 
Pushed out small update to fix up some stuff. Youtube workout still on the works.
Egor4k 18 Dec, 2021 @ 12:46pm 
Don`t work(
KlutchxKay 8 Dec, 2020 @ 1:13pm 
Is the addon ever going to be fixed? it doesn't seem to work anymore
The Maw  [author] 9 Oct, 2019 @ 8:29am 
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.