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 .= "
')\"> " 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 ";