-
Notifications
You must be signed in to change notification settings - Fork 13
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
No output from MMAL #126
Comments
@Ironboltx Can you please include the entire log output and make sure you have homebridge debug enabled, there should be a lot more than that which would be helpful. |
Hi @nikonratm. This is the log.
|
Hey sorry but there should also be some lines before this, everything from the “prepare stream with request...” Those are weird errors have you tried re-installing? |
Sorry for the late response. Here is the log from prepare stream with request.
I have not tried re-installing. Should I try? |
So I dug out my RPi to test this and can confirm that it works. The error you got is weird enough that it makes me wonder if there was either an error installing the plugin or maybe even if your RPi SD card is experiencing file corruption or something pretty unexpected. I would try re-installing the plugin to start. Does it work if you disable hardware encoding? The only other thing is I have a Pi 3b not a 4 but im not aware of any issue between these. The ffmpeg build we use now comes from https://github.com/homebridge/ffmpeg-for-homebridge so if there really is an issue with the build we may have to raise there. |
I re-installed homebridge simplisafe and restarted homebridge but I still got the same error. I am now going to try to do it without hardware acceleration. |
I turned off hardware acceleration and it works now. Will there be any way for me to use it with hardware acceleration? |
Again, this seems to work just fine for me and Im not aware of any issues like this but I can ask. Im not sure if anyone else out there has a RPi4 to check with. Unfortunately if that device isnt supported by ffmpeg-for-homebridge then obviously it wont work here. As for your options:
|
Issue solved! I had to give some more memory to the gpu. I originally had 64 gigabytes reserved for the gpu. Now I gave it 256 gigabytes and it works awesomely (if that is a word). Thanks! |
Describe The Bug: When I try viewing a camera, the log starts spamming with
[5/30/2020, 9:44:48 PM] [SimpliSafe] [h264_mmal @ 0x3bb7de0] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
To Reproduce: View a camera on simplisafe and have debug mode enabled.
Expected behavior: I can view the camera
Logs:
Homebridge Config:
Screenshots:
Environment:
Extra: I am using a pi 4 with 8 gigs of ram
The text was updated successfully, but these errors were encountered: