cog
cog copied to clipboard
WPE launcher and webapp container
There is an issue with the full screen controls of HTML video tag on the versions 0.8.1 (WPE WebKit 2.32.3) and (WPE WebKit 2.34.4) of COG from Debian repositories: one...
The current implementation is based on libmanette. If libmanette is available a noop implementation is used. Depends on https://github.com/WebPlatformForEmbedded/libwpe/pull/88
No hardware acceleration with cog/wpewebkit on imx6. Not even getting 1fps for 720p video playback
Hi, I'm having problems working with cog and using a mouse. In weston/wayland the mouse pointer is working fine, however when I launch cog, I can see the browser page...
When the server sends the mp4 as chuncked data and the http header attribute content-encoding is set to identity the mp4 file is not played. - Yocto linux arm64 -...
Hi, I am trying to get a minimal cog + wpe and friends build for buildroot 2022.05 on a raspberry pi4 (64bit) but keep running into issues specifying the fdo...
When playing back `webm` files, it appears cog is downloading the entire file first before starting playback. Is there any way to make it stream the video similar to desktop...
Was trying to get mouse input working with DRM/renderer=gles and ran into several cursor-support issues: #1- Mouse pointer input processing requires cursor display. This seems wrong. Would expect pointer devices...
This does a couple things: - allows one to specify an optional min/max window size like this: export COG_PLATFORM_FDO_VIEW_HEIGHT=100:300:500 export COG_PLATFORM_FDO_VIEW_WIDTH=100:300:500 - allows one to resize a window with cogctl:...
It would be nice to build with `-fvisibility=hidden` by default, then mark the public functions explicitly as having “default” visibility. For platform plug-ins this will be easy because the only...