Proper way to embed theora+opus media

Godot Version

3.6

Question

I wish to include a video in my game. I initially used vp9 in webm via the video player control node, however this did not work well in web export. I noticed the built in docs stated that vp8/vp9 doesn’t work as well in HTML5, but Theora is a bit better. Theora doesn’t seem to work in webm containers, so I tried ogv, but it didn’t seem to have any audio. Do I need to manually the video and audio together, or is there a way to properly embed theora+opus media?