-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows version? #19
Comments
@BenAndDevelopment this is based on Electron and yes it should work on Windows too. However I dont think this is needed for Windows since most streaming apps work much nicer with Windows.. unless you need it for something really specific. |
Well, I need exactly what your app does. A simple rtmp server with multiple instances. I couldn't find anything for windows that just works as nice as your solution. |
Compiling the source as-is with Assuming you have node/npm installed and a copy of the source code handy, open up PowerShell, navigate to the source directory, and run the following:
After that, within the source directory there will be an installer exe in the |
Works great on Windows. No issues here. I cloned the source code and ran @sallar You really should think about just releasing the Windows version parallel to the Mac one. I'm sure there are other tools for windows that do that, but yours is the first one I found, and it's so simple to use, it's perfect for my use-case. I love your simplistic UI. |
Is it possible to get a windows port? The code looks to me like just javascript. That should work on windows aswell right? I could not find a good solution for windows like this one. I would be very happy if you could make a version for windows!
The text was updated successfully, but these errors were encountered: