Welcome to GridStream Webplayer
Are there other ways to tune in to the stream?
🖥️ Download GridStream Player or 🎵 Download stream.m3u
or click on 🔗https://gsp.torontocast.stream/stream.m3u
or copy and paste the following into your player
The GridStream Player installer is only 1 MB in size, and works on Windows 7 / 8 / 10. Tuning in to our stream requires a player that supports .M3U files and Opus/AAC(+)/MP3 streams. If you use a different player, we have a list of various recommended players for Windows / Mac / Android / iOS / Linux in our FAQ.
Need help tuning in?
Sometimes these technical things can disrupt your plans and leave you clueless, our tech support forum may have the answer you are looking for. If not then feel free to register an account (if you have not done so already) and ask for help there. The forum is monitored by GSP members and the community.
Changes in v5.23 2024-07-05 +2 in Time Edition
- Now uses "standard" modal dialogs for settings box/window and error boxes, all modern browsers of 2022 and later supports this now, this cleaned up some of the code.
- Had to bend time, now the streaminfo API support time offsets, which means it's possible to compensate for when the audio and the song start timestamp differe significantly. In other words, the progress bar should end when the song end. It may not alays start in time as this depends on when the info updates, and for very short songs the song may fall inbeteen two updates.
Changes in v5.22 2023-12-24 +4 in Insight Edition
- Made the player background and scaling more flexible so it takes advantage of wider or taller aspect ratios better, 1:1 (square) to 2:1 (18:9) + should look fine.
- Removed some old code that did nothing but raise a warning in modern browsers that it did nothing. Duh!
- Changed the way buttons and text are styled, especially when you hover of focus on them. Changed the way outlines are done.
- Various minor tweaks here and there, no changes to functionality of the player.
Changes in v5.21 2021-05-04 +1 in Security Edition
- If loaded using a https url then only secure streams are available, if loaded as http then both insecure and secure streams are available.
Changes in v5.20 2019-11-25 +5 in Lore Edition
- Dancers artwork when shown was slightly cut off at the bottom.
- Album text icon is now hidden if no album text is available for current track.
- Added some extra drop shadow under most text to increase contrast against background artist artwork.
- The GridStream Production title will now have a song progress bar behind it provided that song start time and duration is available.
- Changed the "X" that closes the menu/about box, plus various minor alignment tweaks in the UI.
Changes in v5.19 2019-11-03 +1 in Perception Edition
- A zoomed in view of the artist artwork is used as the background, if artwork display is turned off then a large GSP star is shown.
Changes in v5.18 2019-02-03 +7 in Appearance Edition
- Replaced some of the images with emoji characters to reduce the footprint (size / bandwidth) of the webplayer.
- Added emoji characters several places to liven up things while hopefully not making stuff look too noisy.
- Changed Title/Artist/Album labels to emoji characters.
- Optimized the license logo so it uses 86% less bandwidth, also moved the logo as long show info often overlapped, reduced the size as well.
- Ditched the fonts which saved a bunch of KiBi (kilobit) bytes, now only the default browser font is used.
- Merged the two dancer icons into one, this and other optimizations has reduced the number of network requests from 22 to 10, and saved around 304KiBi in bandwidth.
- The webplayer should now be possible to add to the home screen or start menu.
Changes in v5.17 2019-01-12 +2 in Crafting Edition
- Updated the license logo.
- Some changes to the backend of the player related to the stream change.
Changes in v5.16 2018-09-25 +3 in Wisdom Edition
- Showname change notification button removed from player, it's rare to toggle this so keeping it only in the menu makes more sense.
- By popular demand the volume down and up buttons was re-added to the player, they remain unchanged in the player menu.
- Toggling notification in menu no longer keeps the button active after a click.
Changes in v5.15 2018-09-08 +8 in Stealth Edition
- A new menu button has been added and the info and help window is now a menu and info hybrid window.
- Removed Info & Help button, removed artwork image button, removed palette button, removed volume down and up buttons.
- The functionality of the removed buttons have been relocated to the new player menu, making for a less cluttered player window.
- Skin presets replaced with a fully user controlled skin color, now instead of 10 presets you can choose from 16.7 million colors expressed as RGB, HSL, or hexadecimal or even CSS color names.
- Removed three icons no longer needed, added new menu icon.
- Menu window has a more convenient close button than the old info and help window.
- Stream and codec can now be directly chosen in addition to the player window cycle button, the full stream names are also shown in the selection.
- Minor various tweaks under the hood and some small UI layout tweaks.
Changes in v5.14 2018-06-27 +5 in Spellcasting Edition
- Fixed a bug in the streaminfo code that only occured if a album name started with the "(" character.
- Improved image handling and paths in streaminfo and webplayer to better handle default fallback images.
- Minor tweaks to streaminfo to make the webplayer work with the new SOCAN restrictions without breaking the display of the showname and info.
- Showname change notifications was broken, nobody noticed as notifications over http has been deprecated, but now that the webplayer is served via https the bug was noticed, and fixed. Which you have just now been notified about, the irony is thicc with this one.
- RPG all the things.
Changes in v5.13 2018-05-05 +4 in Intelligence Edition
- Streaminfo has been tweaked so now the webplayer (and other players that use our streaminfo) will show artwork for GSP Sweeps when available.
- The song history will now show album names if available.
- Clicking on a track artwork will open a web search in a new tab/window using Google.
- If the album name is the same as a song title or is repeated in the song title the album name is not shown in the song history.
Changes in v5.12 2018-04-08 +8 in Strength Edition
- General security improvements.
- General optimization and performance improvements.
- General code refactoring, as a bonus it compresses better.
- Scrolling text improved, now it should only trigger when text is visually too long rather than number of characters.
- Pausing (stopping) playback and re-starting did not work properly on all browsers and new stream failed while the old still kept going silently.
- Recoded the way playback/pausing works and the related control code.
- The player will now only default to the first codec and bitrate instead of cycling through all, the auto preset is thus removed.
- If streaming fails then after a few retries a error message is shown.
Changes in v5.11 2018-03-25 +2 in Constitution Edition
- The clock is now rendered sooner instead of being blank for a second or two.
- Tweaked the way things are cached, in the future this will improve loading times.
Changes in v5.10 2018-03-11 +2 in Charisma Edition
- Remember that poll a year ago regarding the player icon? There's a new player icon now.
- The welcome page is it's own url now, should avoid possible future browser caching conflicts.
Changes in v5.9 2018-03-08 +1 in Ogre slaying Edition
- Managed to screw up the launch redirect, it should now be fixed.
Changes in v5.8 2018-03-08 +5 in Agility Edition
- Optimized the HTML some and removed a div.
- Tweaked the CSS a little and improved spacing to get rid of a song history scrolling that activated when it shouldn't.
- Removed the need for a cookie to track the current version of the webplayer.
- Improved the Info & Help tune in section, now it looks the same as on this welcome page.
- Volume now defaults to 0 dB.
Changes in v5.7 2018-02-25 +10 in Dexterity Edition
- Got rid of some polyfill, IE11 is now pretty much the minimum requirement.
- Modernised some of the code.
- Updated to support the new streaminfo version.
- Added support for multiple codecs and bitrates.
- Added user option to switch codec and bitrate.
- Created a icon for the new codec button.
- Changed playlist icon and both notification icons to fit the color scheme better.
- Added skin color support and switch button.
- Tweaked the colors of the clock icon.
- Improved the "Info & Help" mini-manual.
Changes in v5.6 2017-12-25 +3 in Stamina Edition
- Put CSS code that was shared between welcome text and player in a single style file.
- Moved images to a new path.
- Tweaked the border color on buttons, and border and background color of input fields.
Changes in v5.5 2017-11-04 +5 in Alchemy Edition
- Removed some CSS code that was not needed.
- Added a two layered background to the player.
- Made text and input fields and buttons slightly transparent to add subliminal depth to the UI.
- Changed the GSP star image to a higher resolution.
- Images are no longer embed.