Video Conferencing with Durable Streams

12 points by infiniteregrets


polywolf

it's a neat demo showing just how much utility you get "for free" when using a fast durable stream backend, but uh, shoving JPEGs one at a time is about the worst possible way to do video streaming in almost all aspects (encode/decode performance, amount of data being sent, latency due to that) with few benefits (no PLIs because everything is a keyframe 🙃). Same criticism applies to their predecessors. again, neat demo, very bad architecture for anything real.