hallo
wer kann mir helfen..
ffmpeg läuft
dooorbird plugin installiert
wo trage ich jetzt die Kamera IP & Benutzername & Passwort ein, damit ich das in Home sehe?
muss ich das so lassen?
{
"platform": "Camera-ffmpeg",
"cameras": [
{
"name": "Camera Name",
"videoConfig": {
"source": "-re -i rtsp://myfancy_rtsp_stream",
"stillImageSource": "-i http://faster_still_image_grab_url/this_is_optional.jpg"
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 30
}
habe das so schon versucht, x'e ist natürlich die IP etc.
"platforms": [
{
"platform": "Camera-ffmpeg",
"enable_now_playing": "true",
"cameras": [{
"name": "Camera Name",
"videoConfig": {
"source": "-re -i http://x.x.x.x:80/bha-api/video.cgi?http-user=X&http-password=x",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 30
}
}]
leider ohne Erfolg, wo muss ich was anpassen?
danke im Voraus
Gruß Jörg