Click import and navigate to the file, notice it doesn't appear in the file selector.
Type the file name out9.webm in file selector
Results:
Failed to import out9.webm. Unknown extension.
Note: If you rename out9.webm to out9.mp4 then the VLC plugin will pick it up and play the VP9 video. The plugin has the "webm" extension specified in VlcMediaFactoryModule.cpp - SupportedFileExtensions.Add(TEXT("webm"));
Version: Unreal 4.16.3, Windows
The VLC plugin doesn't seem to recognize files ending in .webm in the editor. Steps:
Results: Failed to import out9.webm. Unknown extension.
Note: If you rename out9.webm to out9.mp4 then the VLC plugin will pick it up and play the VP9 video. The plugin has the "webm" extension specified in VlcMediaFactoryModule.cpp - SupportedFileExtensions.Add(TEXT("webm"));