/dev/null' ) ) ); } function outputVideoStream( $id, $src, $width, $height, $format, $title="" ) { if ( file_exists( $src ) ) $mimeType = getMimeType( $src ); else $mimeType = getMimeType( 'zm.'.$format ); if ( !$mimeType || ($mimeType == 'application/octet-stream') ) $mimeType = 'video/'.$format; $objectTag = false; if ( ZM_WEB_USE_OBJECT_TAGS ) { switch( $mimeType ) { case "video/x-ms-asf" : case "video/x-msvideo" : case "video/mp4" : { if ( isWindows() ) { ?> src="" width="" height="" name="" autostart="1" autoplay="1" showcontrols="0" controller="0">