Is there an existing issue for this?
Current Behavior
Expected Behavior
No response
Steps To Reproduce
Reproduce in a power-efficient laptop that has power constraints.
Environment
Docker creation
git clone https://github.com/selkies-project/selkies.git
cd selkies
git checkout -f main
docker run --rm -it \
--shm-size=1gb \
-e DEV_MODE=selkies-dashboard \
-e PUID=1000 \
-e PGID=1000 \
-v $(pwd):/config/src \
-p 3000:3000 \
-p 3001:3001 linuxserver/webtop:debian-xfce bash
Container logs
Is there an existing issue for this?
Current Behavior
<canvas>instead of solely using<video>when it can use the latter only - use<canvas>only with stripe encode mode. High 3D rasterization utilization from the GPU along with CPU spikes, not video decode. The spikes are NOT in the striped encode mode, they are in NVENC and x264enc modes.MediaStreamTrackGenerator/VideoTrackGeneratorwould be zero-copy in Chromium and Safari, so there are no disadvantages and only advantages. However, Firefox doesn't support this yet.drawImage.AudioWorkletNode.Expected Behavior
No response
Steps To Reproduce
Reproduce in a power-efficient laptop that has power constraints.
Environment
Docker creation
Container logs