Made non-Windows video asf by default.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@931 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
1aa2bdc76f
commit
828bb0ee64
|
@ -138,7 +138,7 @@ AutoStart=true>
|
|||
{
|
||||
?>
|
||||
<EMBED type="video/mpeg"
|
||||
src="<?= $stream_src."&format=mpeg" ?>"
|
||||
src="<?= $stream_src."&format=asf" ?>"
|
||||
width=<?= reScale( $monitor['Width'], $scale ) ?>
|
||||
height=<?= reScale( $monitor['Height'], $scale ) ?>
|
||||
AutoStart=true>
|
||||
|
|
Loading…
Reference in New Issue