←back to thread

362 points tosh | 3 comments | | HN request time: 0s | source
1. devit ◴[] No.42071056[source]
The problem seems to be that they are decompressing video in Chromium and then sending the uncompressed video somewhere else.

A more reasonable approach would be to have Chromium save the original compressed video to disk, and then use ffmpeg or similar to reencode if needed.

Even better not use Chromium at all.

replies(1): >>42073778 #
2. ec109685 ◴[] No.42073778[source]
They’re scraping video from VC services, so only have access to the frame buffer.
replies(1): >>42082347 #
3. devit ◴[] No.42082347[source]
Presumably those services use Chromium codecs and perhaps standard WebRTC, so they have access to the encoded data stream as well (via JavaScript injection or patching Chromium to dump the data).