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 30, 2024
1 parent 647f1c7 commit cc80e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ONVIF IO/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ protected function GetServices(): bool
break;
case \ONVIF\NS::Media:
case \ONVIF\NS::Media2:
$Query = '//' . $NSKey . ':StreamingCapabilities/@SnapshotUri';
$Query = '//' . $NSKey . ':Capabilities/@SnapshotUri';
$this->WriteAttributeBooleanByXPathQuery(\ONVIF\IO\Attribute::HasSnapshotUri, $Query, $xPath);
$Query = '//' . $NSKey . ':StreamingCapabilities/@RTSPStreaming';
$this->WriteAttributeBooleanByXPathQuery(\ONVIF\IO\Attribute::HasRTSPStreaming, $Query, $xPath);
Expand Down

0 comments on commit cc80e5a

Please sign in to comment.