Cobalt for Amazon Prime

青春壹個敷衍的年華 提交于 2020-01-07 01:18:33

问题


We are planning to use a Cobalt port on our embedded platform to run applications like Amazon Prime along with YouTube. Is it possible to use it for applications other than YouTube?

If so, what is the expected run-time footprint of Cobalt?

Also, is there any licensing cost associated with Cobalt?


回答1:


Cobalt can run any application that has been engineered to run within the Cobalt subset of HTML/CSS/WebAPI. It is unlikely that Amazon Prime Video will run out of the box on Cobalt, but it could be made to run with some effort.

Cobalt is open source, and has no licensing fee.

For YouTube, Cobalt currently takes about 130MB of CPU memory. GPU usage depends a lot on the image cache settings and UI resolution.

The binary is currently about 5MB stripped and compressed, 19MB uncompressed. Our ICU data is 2MB compressed, 6MB uncompressed. We have a couple different font options that take varying amounts of space. We can cover almost everything in 10MB of uncompressed fonts.

These numbers are all subject to significant change.



来源:https://stackoverflow.com/questions/43410478/cobalt-for-amazon-prime

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!