Hacker News new | ask | show | jobs
by 0x0 5230 days ago
Flash provides a lot of hardware abstractions, from H.264 accelerated video, to webcam and microphone access, and accelerated 3d (openGL) rendering. Does the Pepper API provide wrappers for all this stuff? Otherwise it would seem that Flash for Linux would still need to carry a lot of platform-dependent plumbing.
1 comments

Yes, the sandbox disallows direct hardware access. So, the PPAPI provides abstractions to those underlying capabilities.