-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering seems to be too slow on Chromium #5
Comments
This issue depends on HEVC support of hardware acceleration on chromium of win10. I tested rendering of webGL using example of three.js to see whether or not it's the only problem of our project. *Experiment environments
*Execution time of teximage2D *Support of video decoding on GPU *Decoder -> GPU supports hevc decoding but Chromium is not available. Referring to this link, MojoVideoDecoder is a hardware decoder and FFmpegVideoDecoder is not clear. when Chromium lowers the hardware support resolution of avc to 1920x1080, the decoder of the 4k avc file changes to FFmpegVideoDecoder and the same problem occurred as hevc. |
Since the issue seems to be related with Chromium webGL performance (under the hood) I think we can not fix it here. |
One can build Chromium with HEVC support enabled such as here. However on win10 I had some issues with the performance of the renderer.
Repackaging and playback of 4k HEVC works well (tested with the
me.html
test page and content created with Nokia Creator).However rendering seems a bit slow. After the MPD is loaded and renderer is initialised, it is hard to navigate through the scene.
The text was updated successfully, but these errors were encountered: