sallar / mac-local-rtmp-server

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

Incompatible with MacOS 10.15 #13

Open schmittyd opened 5 years ago

schmittyd commented 5 years ago

Needs to be updated to work with MacOS 10.15

sallar commented 5 years ago

Thanks @schmittyd, what exactly is not working? I'm using Electron for this and it should be fine, isn't it?

MillerBOSS commented 4 years ago

It appears when clicking on the power button the application is no longer in the menubar and Local RTMP Server, and the two Local RTMP Server Helper processes die as well at the same time when watching Activity Monitor.

sallar commented 4 years ago

Isn’t that the normal behavior? The power button is supposed to kill the app entirely.

MillerBOSS commented 4 years ago

Isn’t that the normal behavior? The power button is supposed to kill the app entirely.

You are right. It appeared from the interface that the button was actually turning the server on rather than killing the app.

LeoDixon commented 4 years ago

Hi guys.I still can't get it to work. I'm on 10.14

edukaa commented 4 years ago

Hi @sallar ! After the installation I'm getting this message "The application “Local RTMP Server” can’t be opened." I'm on a 2019 MacBook Pro 16", Catalina 10.15.3

Could you help us, please?! Thank u very much.

sallar commented 4 years ago

Ah now I see what's the issue. I'll notarize this app as soon as possible.

dobrondilorant commented 4 years ago

Ah now I see what's the issue. I'll notarize this app as soon as possible.

Wow, what a coincidence, I just downloaded your app, and I have the same issue as the people above. I tried the solution described here https://superuser.com/questions/898124/the-application-someapp-app-can-t-be-opened but it didn't work.

Later edit: Silly me, I didn't try the DMG file...that one works fine with Catalina (10.15.3)

edukaa commented 4 years ago

Yeah! Just worked fine for me too. Sorry about my lack of knowledge. I was downloading the .zip file and just copying the app icon to applications folder. But when I tried the .dmg link it worked perfectly.

Solved! Thank you, @sallar

jkson905 commented 4 years ago

i did everything that the video said but my screen is still black until i turn off the stream then a picture come up of the stream

ktg5 commented 4 years ago

It appears when clicking on the power button the application is no longer in the menubar and Local RTMP Server, and the two Local RTMP Server Helper processes die as well at the same time when watching Activity Monitor.

This happens to me as well on the latest version of macOS 10.15

ichko commented 6 months ago

I also have the same problem, with the zip and the .dmg file

image

What is the latest status of the issue? Edit: macOS 14.2.1

ichko commented 6 months ago

The linked issue (with a broken URL, you have to copy and paste it to work) solved my issue. Turns out it was an execution rights issue.

You have to chmod +x the .dmg file and then install it, at least this is what solved my issue.