Fixed missing ';'
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@947 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
15d7058f39
commit
f36d356c4e
|
@ -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() )
|
||||
|
|
Loading…
Reference in New Issue