mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-19 06:18:15 -04:00
Fixed missing ';'
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@947 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -265,7 +265,7 @@ if ( $mode == "stream" )
|
||||
<?php
|
||||
if ( ZM_WEB_VIDEO_STREAM_METHOD == 'mpeg' )
|
||||
{
|
||||
$stream_src = ZM_PATH_ZMS."?mode=mpeg&event=$eid&rate=$rate&scale=$scale&bitrate=".VIDEO_BITRATE."&maxfps=".VIDEO_MAXFPS
|
||||
$stream_src = ZM_PATH_ZMS."?mode=mpeg&event=$eid&rate=$rate&scale=$scale&bitrate=".VIDEO_BITRATE."&maxfps=".VIDEO_MAXFPS;
|
||||
if ( isWindows() )
|
||||
{
|
||||
if ( isInternetExplorer() )
|
||||
|
||||
Reference in New Issue
Block a user