From 9a3a442c010c0ed2055be2c8233aa54e133a3cc8 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Mon, 10 Dec 2018 18:12:02 +0000 Subject: [PATCH] 49_SSCam: contrib 7.7.0 git-svn-id: https://svn.fhem.de/fhem/trunk@17949 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/49_SSCam.pm | 35 ++++++++++++++++------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/fhem/contrib/DS_Starter/49_SSCam.pm b/fhem/contrib/DS_Starter/49_SSCam.pm index 62e17c086..a6888fd25 100644 --- a/fhem/contrib/DS_Starter/49_SSCam.pm +++ b/fhem/contrib/DS_Starter/49_SSCam.pm @@ -99,7 +99,10 @@ our %SSCam_vNotesIntern = ( # Versions History extern our %SSCam_vNotesExtern = ( - "7.7.0" => "07.12.2018 autocreateCams command added in SVS device. BY this command all cameras installed in SVS can be defined automatically. ", + "7.7.0" => "07.12.2018 autocreateCams command added in SVS device. By this command all cameras installed in SVS can be ". + "defined automatically.
". + "In SSCamSTRM devices the \"get <name> popupStream\" command is implemented which may open a popup window with the ". + "active streaming content. ", "7.6.0" => "02.12.2018 The PTZ panel is completed by \"Preset\" and \"Patrol\" (only for PTZ cameras) ", "7.5.0" => "02.12.2018 A click on suitable content in a stream- or snapgallery device opens a popup window. ". "The popup size can be adjusted by attribute \"popupWindowSize\". ", @@ -6405,9 +6408,9 @@ sub SSCam_StreamDev($$$) { $ret .= "
" if($link); - $streamHash->{HELPER}{STREAM} = ""; # Stream für "get popupStream" speichern + $streamHash->{HELPER}{STREAM} = ""; # Stream für "get popupStream" speichern $streamHash->{HELPER}{STREAMACTIVE} = 1 if($link); # Statusbit wenn ein Stream aktiviert ist $ret .= "$imgstop "; $ret .= "$imgrefresh "; @@ -6429,12 +6432,12 @@ sub SSCam_StreamDev($$$) { Your browser does not support the video tag
"; - $streamHash->{HELPER}{STREAM} = ""; # Stream für "get popupStream" speichern + $streamHash->{HELPER}{STREAM} = ""; # Stream für "get popupStream" speichern $streamHash->{HELPER}{STREAMACTIVE} = 1 if($link); # Statusbit wenn ein Stream aktiviert ist $ret .= "$imgstop "; $ret .= ""; @@ -6449,7 +6452,7 @@ sub SSCam_StreamDev($$$) { } } elsif($wltype =~ /base64img/) { $ret .= "')\">
" if($link); - $streamHash->{HELPER}{STREAM} = ""; # Stream für "get popupStream" speichern + $streamHash->{HELPER}{STREAM} = ""; # Stream für "get popupStream" speichern $streamHash->{HELPER}{STREAMACTIVE} = 1 if($link); # Statusbit wenn ein Stream aktiviert ist $ret .= "$imgstop "; $ret .= ""; @@ -6465,11 +6468,11 @@ sub SSCam_StreamDev($$$) { Your browser does not support the video tag
"; - $streamHash->{HELPER}{STREAM} = ""; # Stream für "get popupStream" speichern + $streamHash->{HELPER}{STREAM} = ""; # Stream für "get popupStream" speichern $streamHash->{HELPER}{STREAMACTIVE} = 1 if($link); # Statusbit wenn ein Stream aktiviert ist $ret .= "$imgstop "; $ret .= "$imgrefresh ";