You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
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.
Prerequisites
You must install both Streamlink and VLC. You can do this one of three ways.
Manual install
Visit the websites for both Streamlink and VLC. You can install the applications manually.
There currently is not an installer, so just compile the code and run the resulting executable.
Roadmap
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.
Version History
v0.1.0
Initial version.
About
A simple C# desktop application that will load an arbitrary number of Twitch streams into VLC using Streamlink.