I'm trying to use a video tag in an app that loads video. I read that CEF1 has removed support for this, so I downloaded the CEFSharp3 minimal example, and it is not working in this app as well.I know there are some browser settings that can be adjusted.Is it possible to get HTML5 video working in CEFSharp?
While I'm here, would it be possible to expose a file stream through the RegisterJSObject() and play video in the browser?My other option is to self host a web service to host the video. (or maybe use getusermedia is that is available)
Please submit an issue about this so we can get it sorted. I'm not sure it's as easy as copying that file, though; don't you get problems with the CRT versions then? You could however check of the libcef.lib are equal for x64/Debug and x64/Release to see if my theory is correct... :)
Best regards,
Per
Hi,Please submit an issue about this so we can get it sorted. I'm not sure it's as easy as copying that file, though; don't you get problems with the CRT versions then? You could however check of the libcef.lib are equal for x64/Debug and x64/Release to see if my theory is correct... :)
Best regards,
Per