Unable to play local video
tuoyitian opened this issue · 3 comments
tuoyitian commented
Videos like not able to be played.
tuoyitian commented
like this:〈video src="./abc.mp4"〉
jarnalyrkar commented
Chromium Embedded Framework, which is used as the browser engine doesn't support MPEG-formats.
I had the same issue with mp3's, but I solved it by converting to OGG using ffmpeg.
cztomczak commented
Proprietary codecs like H264 / h265 can be supported by making a custom CEF build with special flags.