A simple C# desktop application that will load an arbitrary number of Twitch streams into VLC using Streamlink. Currently, the streams are muted when loaded.
You must install both Streamlink and VLC. You can do this one of three ways.
Visit the websites for both Streamlink and VLC. You can install the applications manually.
You can install both applications via Chocolatey:
choco install streamlink vlc
You can install both applications via winget:
winget install -e --id Streamlink.Streamlink
winget install -e --id VideoLAN.VLC
There currently is not an installer, so just compile the code and run the resulting executable.
Currently, there is no roadmap to a v1.0.0 release. This project was largely created for myself So I can easily load Twitch streams into VLC. This is the software I use to run Monthly Tetris's Tetris Deathmatch.
With that said, I may add the following in the future:
- Specify the window size
- Specify whether to mute the windows or not
- Add a stl:// URL protocol handler to allow the application to automatically load a player via a link.
If you have any feature requests, please let me know.
- Initial version.