-
Notifications
You must be signed in to change notification settings - Fork 129
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
Creating semaphore failed when trying to push RTMP stream from Axis camera #31
Comments
Hey there, Could you perhaps grab the log from the access log or MistController directly? If you're running MistServer as a service you should be able to get it with:
Could you also share which stream this is about and how it's set up (sourcewise)? MistServer heavily relies on shared memory as it contains both the settings and the stream data. I vaguely remember that Debian 10 deletes shared memory when you log off as root. I'm not sure if that might be the case here. Either way you will probably need to shut down MistServer and reboot it if shared memory has been completely deleted. |
thank you for this very fast reply. Yes you are right I meant "push" not pull. The stream on the management interface looks like this: Could this also be caused by a permission issue? What would your recommendations be to mitigate the shared memory issue? PS: I am using the pro version if that is of any relevance EDIT: I will provide you with the journalctl soon |
The shared memory issue is something you can test. Simply ssh into the server as root while the stream is in use then log off with ctrl+d. If the stream drops you'll know it is the issue. Recommendations would probably be best after we know it's the issue :) |
I just did a test and the same error occur when trying to preview an SRT stream. I will test the log off during stream as soon as possible, thanks for the quick answers! |
Just to be sure: |
I'm closing the issue as there hasn't been an update for 25 days now. If you still have this issue please feel free to re-open it! |
@Rokamun oh I forgot about this issue, sorry! The problem was solved by rebooting and running MistServer as a service instead of in a terminal. |
I am on a Debian machine and I am getting the following errors when trying to pull the video stream from an Axis camera
any ideas what could be the cause of this issue?
The text was updated successfully, but these errors were encountered: