←back to thread

362 points tosh | 1 comments | | HN request time: 0s | source
Show context
pier25 ◴[] No.42069421[source]
Why were they using websockets to send video in the first place?

Was it because they didn't want to use some multicast video server?

replies(2): >>42071074 #>>42074245 #
dmazzoni ◴[] No.42074245[source]
They join a 3rd-party meeting using a browser.

Then they capture the video from the meeting in Chromium.

Then they need to send that captured video to another process for compression and processing.

No, WebSockets isn't the most efficient, but there aren't that many options once you're capturing inside a web page.

replies(1): >>42074728 #
1. dilyevsky ◴[] No.42074728[source]
Not totally sure but they probably extract video via Chrome DevTools Protocol which uses WebSocket as transport.