Garry's Mod

Garry's Mod

69 értékelés
StreamURL
   
Díjazás
Kedvenc
Kedvenc
Törlés
Content Type: Addon
Addon Type: Effects
Addon Tags: Fun, Scenic
Fájlméret:
Közzétéve:
Frissítve:
19.379 KB
2014. febr. 17., 10:55
2021. dec. 20., 10:53
4 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
StreamURL

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