seydx / homebridge-camera-ui

Homebridge plugin for RTSP Cameras with HSV, motion detection support, Image Rekognition, Web UI to manage/watch streams and WebApp support
MIT License
625 stars 92 forks source link

FFmpeg videoanalysis process exited with error! (null) #807

Open KovpakSA opened 11 months ago

KovpakSA commented 11 months ago

Gate: FFmpeg videoanalysis process exited with error! (null) - Unrecognized option 'rtsp_transport'. - Error splitting the argument list: - Option not found FFmpeg 4,5,6 packages Installed. The camera is working. The VLC stream opens.

New error after reinstalling ffmpeg 4,5,6 b and restarting Homebridge in the Package Center. Gate: FFmpeg videoanalysis process exited with error! (SIGKILL) - [h264 @ 0x7f1790c29f00] error while decoding MB 73 37, bytestream -6 [h264 @ 0x7f1790cae6c0] error while decoding MB 0 33, bytestream -14 [h264 @ 0x7f1790b1b2c0] error while decoding MB 64 35, bytestream -8 - [h264 @ 0x7f1790c29f00] error while decoding MB 88 53, bytestream -10 - [h264 @ 0x7f1790c29f00] error while decoding MB 103 22, bytestream -6 - [h264 @ 0x7f1790cae6c0] error while decoding MB 53 32, bytestream -10 [h264 @ 0x7f1790b1b2c0] error while decoding MB 117 52, bytestream -6 - [h264 @ 0x7f1790c29f00] error while decoding MB 71 67, bytestream -5 [h264 @ 0x7f1790cae6c0] error while decoding MB 94 32, bytestream -8 [h264 @ 0x7f1790b1b2c0] error while decoding MB 10 35, bytestream -7 - [h264 @ 0x7f1790b1b2c0] error while decoding MB 15 50, bytestream -10

JSON { "name": "CameraUI", "port": 8081, "atHomeSwitch": true, "logLevel": "info", "mqtt": { "active": false, "tls": false, "port": 1883 }, "http": { "active": false, "port": 8080, "localhttp": false }, "smtp": { "active": false, "port": 2727, "space_replace": "+" }, "ftp": { "active": false, "useFile": false, "port": 5050 }, "ssl": { "active": false }, "options": { "videoProcessor": "ffmpeg" }, "cameras": [ { "name": "Gate", "manufacturer": "Uniview", "model": "IPC2324EBR-DPZ28", "serialNumber": "210235C1YFA183000221", "motion": true, "motionTimeout": 15, "unbridge": true, "hsv": true, "prebuffering": false, "forcePrebuffering": false, "prebufferLength": 5, "videoConfig": { "source": "-i rtsp://**:****@xxxxxxxxx:50554", "subSource": "-i rtsp://*:***@xxxxxxxxx:50554", "stillImageSource": "-i http://xxxxxxxxx/still_image.jpg", "rtspTransport": "udp", "maxStreams": 4, "vcodec": "copy", "acodec": "libfdk_aac", "audio": false, "debug": true }, "smtp": { "email": "Gate" }, "videoanalysis": { "active": true }, "mqtt": {} } ], "_bridge": { "username": "0E:34:C2:61:44:9A", "port": 49847 }, "platform": "CameraUI" }

Environment

stale[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.