Fixed canStreamApplet function call cockup
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2572 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
8326e0d62e
commit
7e40dc663c
|
@ -107,7 +107,7 @@ elseif ( $streamMode == "jpeg" )
|
|||
{
|
||||
if ( canStreamNative() )
|
||||
outputImageStream( "liveStream", $streamSrc, reScale( $monitor['Width'], $scale ), reScale( $monitor['Height'], $scale ), $monitor['Name'] );
|
||||
elseif ( canStreamApplet )
|
||||
elseif ( canStreamApplet() )
|
||||
outputHelperStream( "liveStream", $streamSrc, reScale( $monitor['Width'], $scale ), reScale( $monitor['Height'], $scale ), $monitor['Name'] );
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue