From 6659192a351f61a1c2476a6d34cc5fd6c8d6123f Mon Sep 17 00:00:00 2001 From: callum_linden Date: Fri, 5 Jan 2018 12:29:38 -0800 Subject: Fix for MAINT-8148 - AVI fails to play. For Windows, the x-msvideo MIME type was pointed at CEF which is unable to play it. Switching that to LibVLC made it work as expected. It was already switched on macOS --- indra/newview/skins/default/xui/en/mime_types.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/skins/default/xui/en') diff --git a/indra/newview/skins/default/xui/en/mime_types.xml b/indra/newview/skins/default/xui/en/mime_types.xml index 8a810f32a6..de9ac4247f 100644 --- a/indra/newview/skins/default/xui/en/mime_types.xml +++ b/indra/newview/skins/default/xui/en/mime_types.xml @@ -526,7 +526,7 @@ movie - media_plugin_cef + media_plugin_libvlc -- cgit v1.2.3