FFmpeg exited with code: 1 and signal: null (Error)
nfstange opened this issue · 2 comments
Describe The Problem:
<My HOOBS image recently crashed and had to reflash. After completing that and reinstalling the camera ffmpeg plugin, its failing to load my cameras>
To Reproduce:
Logs:
<1/3/2024, 6:38:53 PMCamera FFmpeg BridgeERROR[Garage Camera 892D] The image snapshot handler for the given accessory is slow to respond! See https://homebridge.io/w/JtMGR for more info.
1/3/2024, 6:38:55 PMCamera FFmpeg BridgeCamera FFmpeg[Garage Camera] Starting video stream: 1280 x 720, 30 fps, 299 kbps (AAC-eld)
1/3/2024, 6:39:00 PMCamera FFmpeg BridgeCamera FFmpegERROR[Garage Camera] FFmpeg exited with code: 1 and signal: null (Error)
1/3/2024, 6:39:00 PMCamera FFmpeg BridgeCamera FFmpeg[Garage Camera] Stopped video stream.>
Homebridge Config:
{
"accessories": [],
"platforms": [
{
"platform": "Camera-ffmpeg",
"name": "Camera FFmpeg",
"cameras": [
{
"name": "Outdoor 1",
"manufacturer": "Lorex",
"doorbell": true,
"unbridge": true,
"videoConfig": {
"source": "-i rtsp://username:password@ipaddress:554/cam/realmonitor?channel=2&subtype=1"
},
"switches": true,
"motion": true
},
{
"name": "Garage Camera",
"videoConfig": {
"source": "-i rtsp://username:password@ipaddress:554/cam/realmonitor?channel=3&subtype=1",
"audio": true
},
"switches": true,
"motion": true,
"unbridge": true,
"doorbell": false
}
]
}
]
}
Environment:
- Node.js Version: <16.20.2>
- Homebridge Version: <1.6.0>
- Homebridge Camera FFmpeg Version:<3.1.4>
- **Hoobs Version: <4.3.0>
- Operating System:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
same issue here. had to reflash / reinstalled my json and facing the same error.