mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Add +1 because we will now use 30000 instead of 30001.. so some existing configs may break.
This commit is contained in:
@@ -543,7 +543,7 @@ class Monitor extends ZM_Object {
|
||||
}
|
||||
|
||||
public function getStreamSrc($args, $querySep='&') {
|
||||
$streamSrc = $this->Server()->UrlToZMS(ZM_MIN_STREAMING_PORT ? ZM_MIN_STREAMING_PORT+(int)($this->{'Id'}/5) : null);
|
||||
$streamSrc = $this->Server()->UrlToZMS(ZM_MIN_STREAMING_PORT ? ZM_MIN_STREAMING_PORT+(int)($this->{'Id'}/5)+1 : null);
|
||||
|
||||
$args['monitor'] = $this->{'Id'};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user