homebridge-camera-ffmpeg icon indicating copy to clipboard operation
homebridge-camera-ffmpeg copied to clipboard

Homebridge Plugin Providing FFmpeg-based Camera Support

Results 82 homebridge-camera-ffmpeg issues
Sort by recently updated
recently updated
newest added

**Manufacturer/Model:** 7Links/PX-1279 **Homebridge Config:** { "platform": "Camera-ffmpeg", "cameras": [ { "name": "cameraName", "manufacturer": "7Links", "model": "PX-1279", "serialNumber": "cameraSerial", "firmwareRevision": "X.X.X build: xx", "videoConfig": { "source": "-i rtsp://login:password@cameraIP:554/h264", "stillImageSource": "-i http://login:password@cameraIP/cgi/mjpg/mjpg.cgi",...

tested config

**Manufacturer/Model:** Panasonic/BB-HCM735 **Homebridge Config:** ```json { "name": "Camera FFmpeg", "cameras": [ { "name": "Side Cam", "manufacturer": "Panasonic", "model": "BB-HCM735", "motion": true, "unbridge": true, "videoConfig": { "source": "-i rtsp://username:[email protected]/MediaInput/mpeg4", "maxWidth": 0,...

tested config

**Manufacturer/Model:** [Zennio GetFace IP](https://www.zennio.com/product/getface-basic-unit) **Homebridge Config:** ```json { "name": "Zennio GetFace IP", "motionTimeout": 15, "prebuffering": null, "videoConfig": { "source": "-i rtsp://user:pass@localip", "stillImageSource": "-i rtsp://user:pass@localip", "stimeout": 10, "audio": true, "debug": null,...

tested config

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies
javascript

**Manufacturer/Model:** Tonton DVR and NVRs (available on Amazon) **Homebridge Config:** This the address format Tonton shared and works for RTSP: ```rtsp://user:password@IP:port/Streaming/Channels/101```

tested config

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.1 to 5.4.0. Changelog Sourced from dns-packet's changelog. Version 5.4.0 - 2022-06-14 Feature: Added support for the SSHFP record type. Version 5.2.0 - 2019-02-21 Feature: Added support...

dependencies
javascript

**Manufacturer/Model:** DEKCO 2K **Homebridge Config:** ```json { "name": "Camera FFmpeg", "cameras": [ { "name": "Cam", "manufacturer": "DEKCO", "model": "2K", "unbridge": true, "videoConfig": { "source": "-i rtsp://admin:[email protected]:8554/Streaming/Channels/101", "audio": true } }...

tested config

**Manufacturer/Model:** Annke CZ400 PoE LAN Cam (RTSP, ONVIF) **Homebridge Config:** ```json { "disable": false, "name": "Cam-01", "manufacturer": "Annke", "model": "CZ400", "serialNumber": "1234567890", "motion": true, "motionTimeout": 15, "unbridge": true, "hsv": true,...

tested config

**Manufacturer/Model:** ABUS TVIP7204 RTSP Camera **Homebridge Config:** ```json "cameras": [ { "name": "myCam7204", "manufacturer": "Abus", "model": "TVIP7204", "motion": true, "motionTimeout": 15, "unbridge": true, "hsv": false, "prebuffering": true, "prebufferLength": 4, "videoConfig":...

tested config

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.3.0. Release notes Sourced from actions/checkout's releases. v3.3.0 What's Changed Implement branch list using callbacks from exec function by @​cory-miller in actions/checkout#1045 Add in explicit...

dependencies
github_actions