We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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", "maxWidth": 1280, "maxHeight": 1024, "maxFPS": 10, "audio": true } } ] }
Additional Information: Exemple of typical time to get the first frames in my network environment (Wifi 2,4GHz) : 5.681 seconds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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",
"maxWidth": 1280,
"maxHeight": 1024,
"maxFPS": 10,
"audio": true
}
}
]
}
Additional Information:
Exemple of typical time to get the first frames in my network environment (Wifi 2,4GHz) : 5.681 seconds
The text was updated successfully, but these errors were encountered: