I guess this is great as long as you don't worry about audio sync?
at least the ai agents aren't talking back to us
We replaced H.264 streaming with JPEG screenshots (and it worked better)
131–140 of 332 posts
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#132Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#133Earlier quoted context omitted.
… and JPEG XL is smaller than WebP.
JPEG XL looks to have pretty poor support. https://caniuse.com/jpegxl
If having native support in a web browser is important, though, then yes, WebP is a better choice (as is JPEG).
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#134https://github.com/crowdwave/maryjane
The secret to great user experience is you return the current video frame at time of request.
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#135[1] https://jsmpeg.com/ (tagline: "decode like it's 1999")
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#136Earlier quoted context omitted.
At the same time, enterprise is where the revenue is.
Against all odds, you're right, that's where somehow revenue is being generated. IT idiocy notwithstanding.
It's not usually IT idiocy, that usually comes from higher up cosplaying their inner tech visionaries.
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#137They might want to check out what VNC has been doing since 1998– keep the client-pull model, break the framebuffer up into tiles and, when client requests an update, perform a diff against last frame sent, composite the updated tiles client-side. (This is what VNC falls back to when it doesn’t have damage-tracking from the OS compositor) This would really cut down on the bandwidth of static coding terminals where 90%…
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#138Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#139so did they reinvent mjpeg
An MPEG-1-based screen sharing experiment appeared here 10 years ago: - https://news.ycombinator.com/item?id=9954870 - https://phoboslab.org/log/2015/07/play-gta-v-in-your-browser...
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#140> When the network is bad, you get... fewer JPEGs. That’s it. The ones that arrive are perfect. This would make sense... if they were using UDP, but they are using TCP. All the JPEGs they send will get there eventually (unless the connection drops). JPEG does not fix your buffering and congestion control problems. What presumably happened here is the way they implemented their JPEG screenshots, they have some mechani…