cztomczak/phpdesktop

Unable to play local video

tuoyitian opened this issue · 3 comments

Videos like not able to be played.

like this:〈video src="./abc.mp4"〉

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.

Proprietary codecs like H264 / h265 can be supported by making a custom CEF build with special flags.