-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Raspberry PI completely freezes when initializing #870
Comments
My camera.ui config {
"logLevel": "debug",
"port": 8081,
"atHomeSwitch": false,
"options": {
"videoProcessor": "ffmpeg"
},
"ssl": {
"active": false
},
"http": {
"active": false,
"port": 7272,
"localhttp": false
},
"smtp": {
"active": false,
"port": 2727,
"space_replace": "+"
},
"ftp": {
"active": false,
"useFile": false,
"port": 5050
},
"mqtt": {
"active": false,
"tls": false,
"port": 1883
},
"cameras": [
{
"name": "tapo_179",
"motion": false,
"motionTimeout": 15,
"unbridge": true,
"hsv": true,
"prebuffering": false,
"prebufferLength": 4,
"videoConfig": {
"source": "-i rtsp://usr:pass@ip:554/stream1",
"subSource": "-i rtsp://usr:pass@ip:554/stream2",
"stillImageSource": "-i rtsp://usr:pass@ip:554/stream1",
"rtspTransport": "tcp",
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": true
},
"smtp": {
"email": "tapo_179"
},
"videoanalysis": {
"active": false
},
"mqtt": {},
"recordOnMovement": false
}
]
} |
I think I might have narrowed down the problem to ffmpeg, as this also happens in Camera.ui, Scrypted and HomeAssistant using the ONVIF plugin. However this doesn't happen when running it on the command line |
Experiencing the exact same issue since the latest Homebridge update. |
🎉 A new version of camera.uiA new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: seydx/camera.ui#448 . This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording). |
Describe the bug
Homebridge starts and works ok on my docker container but a bit after camera.ui starts my whole rapberry pi completely freezes. I have to unplug it and plug it back in.
This happened with the camera.ui container by itself too.
Homebridge in my docker compose
To Reproduce
docker compose up homebridge -u
Install camera.ui in homebridge interface
Restart homebridge
Logs
Logs
Screenshots
This is the only screenshot I could grab, it's the 2 highest processes of
htop
after the pi frozeEnvironment
The text was updated successfully, but these errors were encountered: