Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Jan 26, 2024
1 parent c7a8cc8 commit 029e903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ONVIF IO/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ protected function StartConnection()
}
if (!$Media2Supported) {
// Wenn \ONVIF\WSDL::Media2 NICHT unterstützt
$XAddr[\ONVIF\NS::Media2] = '';
$this->WriteAttributeArray(\ONVIF\IO\Attribute::XAddr, $XAddr);
// 4c.ONVIF Request GetServiceCapabilities an \ONVIF\WSDL::Media
$MediaCapabilities = $this->GetServiceCapabilities($XAddr[\ONVIF\NS::Media], \ONVIF\WSDL::Media); // noch ohne Funktion..
if ($MediaCapabilities) {
Expand Down

0 comments on commit 029e903

Please sign in to comment.