It is an spawnable scripted entity for Garry's Mod that allows you to play online streams and local files as 3D world sound. https://steamcommunity.com/sharedfiles/filedetails/?id=246756300
Go to file
Grocel 57cb64a349 Added Stream URL whitelisting, optimized netcode
- Added Stream URL whitelisting:
  - It is on by default, even for existing installs.
  - Can be changed in admin panel or via console `sv_streamradio_url_whitelist_enable 1/0`. Although, it is not recommended to turn it off.
  - Clients will ask the server if a URL is good. If it isn't, any attempt to play from it will result in error 1000 (`STREAM_ERROR_URL_NOT_WHITELISTED`). This will prevent radio abuse such as IP graping and other malicious intends. You can ask an admin to have it whitelisted on the server.
  - Whitelists is based on the installed playlist.
  - Added several ways for admins to quickly add new whitelist entries to so-called quick-whitelists. Quick-whitelists are playlist files too.
  - Removed `sv_streamradio_allow_customurls`, as it has been replaced with the new whitelisting.
  - Added integration for CFC HTTP Whitelist to this addon's whitelist. If CFC whitelists an URL, the addon will whitelist it for your client too (but not necessarily for others).

- Improved info texts a bit.
- Optimized networking to have less entity.__index calls.
- Added better URL and path sanitation.
- Fixed potential race conditions when loading files or streams.
2023-10-23 18:17:06 +02:00
.vscode Improved Dropbox support 2021-10-10 03:54:43 +02:00
lua Added Stream URL whitelisting, optimized netcode 2023-10-23 18:17:06 +02:00
materials Added Stream URL whitelisting, optimized netcode 2023-10-23 18:17:06 +02:00
models/sligwolf/grocel/radio Initial commit 2018-02-07 00:43:21 +01:00
sound/stream_radio Initial commit 2018-02-07 00:43:21 +01:00
.gitattributes Initial commit 2018-02-07 00:43:21 +01:00
.gitignore Initial commit 2018-02-07 00:43:21 +01:00
addon.json Update addon.json 2021-05-13 13:06:05 +02:00
git-hooks-pre-commit Update versioning system 2018-02-07 02:57:44 +01:00
glualint.json New Features, Better Networking, Faster Performance 2023-06-08 04:34:26 +02:00
gma_to_zip.bat Update versioning system 2018-02-07 02:57:44 +01:00
README.md Updated Readme 2022-12-29 15:17:26 +01:00
updatetoworkshop.bat Update versioning system 2018-02-07 02:57:44 +01:00

3D Stream Radio

The 3D Stream Radio is an spawnable scripted entity for Garry's Mod that allows you to play streams from the internet and local files in 3D world sound. You spawn it with the toolgun, which allows you to change the its settings aswell.

[GMOD] 3D Stream Radio - GUI and Wiremod

Workshop Installation

The 3D Stream Radio is available on the Steam Workshop! Go to its Workshop page and press Subscribe, and it will automatically appear in Garry's Mod.

Requirements

  1. Up to date Garry's Mod Server/Client.
  1. Wiremod for Wiremod functionalities.
  2. GM_BASS3 for loader sound and Wiremod spectrum output (Advanced Outputs).
  3. [NM] Prop Pack for additional speaker models.

Features

  • Serverside playlists
  • Playlist browser built into the entity
  • Playlist support for *.pls, *.m3u, *.json and *.vdf
  • Playlist support for these addons:
  • Model support for these addons:
  • Build-in playlist editor
  • Wiremod support (inputs and outputs, advanced wiremod support when the optional gm_bass3 is installed on the server.)
  • 3D world sound, which can be turned off
  • Customizable GUI colors
  • Multiple radio models
  • FFT Spectrum visualizer and music animated models
  • CPPI support
  • Duplicator support
  • Supports local files (inside the ".../garrysmod/sound/" folder)
  • Clientside performance settings
  • An API for developers.

Credits

  • Code: Grocel
  • Models: SligWolf

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.