sallar / mac-local-rtmp-server

Local RTMP Streaming Server
MIT License
533 stars 87 forks source link

Windows version? #19

Open netzpixel opened 4 years ago

netzpixel commented 4 years ago

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!

sallar commented 4 years ago

@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.

netzpixel commented 4 years ago

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. Would you make a windows version? :)

remmah commented 3 years ago

Compiling the source as-is with electron-forge leads to a workable Windows version. Part of the pop-out window is obscured by the taskbar, but the stream URL and key are visible, and it works!

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:

npx @electron-forge/cli import
npm run make

After that, within the source directory there will be an installer exe in the out\make\squirrel.windows\x64 subdirectory.

FaithfulDev commented 7 months ago

Works great on Windows. No issues here.

I cloned the source code and ran npm install & npm run dist. The output can be found in the dist folder.

@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.