Roger Martin;7714 wrote:Add mkv to the gs_MimeType table, then make sure an entry in gs_BrowserTemplate exists for that MIME type. You'll need to know what kind of HTML the browser needs in order to properly display that type. Whatever that is, it goes into the HtmlTemplate column.
Thank you Mr. Roger Martin
It's sucessfully to display .mkv on my browser right now.
I did the following steps:
1. download and install Download DivX Plus at
http://www.blogsdna.com/...vx-files-in-browser.htm
2. add .mkv into FileExtention column in gs_MimeType table;
MIMETypeValue:video/x-matroska;
BrowserMimeTypeValue:video/x-matroska
3. Add the following values into the gs_BrowserTemplate table
MimeType:video/x-matroska
BrowserID:default
HtmlTemplate:<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="320" height="260" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab"><param name="src" value="{MediaObjectUrl}"/><embed type="video/divx" src="{MediaObjectUrl}" width="320" height="260" pluginspage="http://go.divx.com/plugin/download/"> </embed></object>
4. Take a cup of coffee and relax
*** it's need to restart your PC