homebridge-plugins / homebridge-camera-ffmpeg

Homebridge Plugin Providing FFmpeg-based Camera Support
https://homebridge-plugins.github.io/homebridge-camera-ffmpeg/
Apache License 2.0
1.09k stars 227 forks source link

Camera not workign in hoobs any more #1441

Closed iconatorC closed 6 months ago

iconatorC commented 8 months ago

All of a sudden camera stopped working

Just try watching camera from Home app and its unavailable

2/25/2024, 2:47:20 AMCamera FFmpeg BridgeAmcrest[OfficeCam] Starting video stream: 1280 x 720, 15 fps, 299 kbps (AAC-eld) 2/25/2024, 2:47:23 AMCamera FFmpeg BridgeAmcrestERROR[OfficeCam] FFmpeg exited with code: 1 and signal: null (Error) 2/25/2024, 2:47:23 AMCamera FFmpeg BridgeAmcrest[OfficeCam] Stopped video stream.

Homebridge Config:

{ "platform": "Camera-ffmpeg", "name": "Amcrest", "cameras": [ { "name": "OfficeCam", "manufacturer": "Amcrest", "model": "IP4M", "videoConfig": { "source": "-rtsp_transport tcp -re -i rtsp://user:pass@10.0.1.108:554/cam/realmonitor?channel=1&subtype=0", "stillImageSource": "-i http://user:pass@10.0.1.108/cgi-bin/snapshot.cgi?chn=1", "maxStreams": 2, "maxWidth": 1280, "maxHeight": 720, "maxFPS": 15, "maxBitrate": 2048, "vcodec": "libx264 -preset ultrafast", "packetSize": 1316, "audio": true, "debug": false }, "motion": true, "unbridge": false, "motionTimeout": 0 } ] }

Screenshots:

Environment: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

Version | 4.3.1 Check for Updates -- | -- Node Version | 16.20.2 Homebridge Version | 1.7.0 CPU | 35% Memory | 151.7 MB (57.3 MB) Manufacturer | HOOBS.org Model | HSLF-1 System Version | 11 SKU | 7-45114-12418-0 Hostname | hoobs
costispavlou commented 8 months ago

same here.

github-actions[bot] commented 7 months ago

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.