We replaced H.264 streaming with JPEG screenshots (and it worked better)
1–10 of 332 posts
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#2Thinks: why not send text instead of graphics, then? I'm sure it's more complicated than that...
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#3Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#4Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#5> You know what enterprise networks love? HTTP. HTTPS. Port 443. That’s it. That’s the list.
That's not enough.
Corporate networks also love to MITM their own workstations and reinterpret http traffic. So, no WebSockets and no Server-Side Events either, because their corporate firewall is a piece of software no one in the world wants and everyone in the world hates, including its own developers. Thus it only supports a subset of HTTP/1.1 and sometimes it likes to change the content while keeping Content-Length intact.
And you have to work around that, because IT dept of the corporation will never lift restrictions.
I wish I was kidding.
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#6I started the first ISP in my area. We had two T1s to Miami. When HD audio and the rudiments of video started to increase in popularity, I'd always tell our modem customers, "A few minutes of video is a lifetime of email. Remember how exciting email was?"
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#7I've had similar experiences in the past when trying to do remote desktop streaming for digital signage (which is not particularly demanding in bandwidth terms). Multicast streaming video was the most efficent, but annoying to decode when you dropped data. I now wonder how far I could have gone with JPEGs...
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#8"Think “screen share, but the thing being shared is a robot writing code.”" Thinks: why not send text instead of graphics, then? I'm sure it's more complicated than that...
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#9so did they reinvent mjpeg
Re: We replaced H.264 streaming with JPEG screenshots (and it worked better)
#10> The constraint that ruined everything: It has to work on enterprise networks. > You know what enterprise networks love? HTTP. HTTPS. Port 443. That’s it. That’s the list. That's not enough. Corporate networks also love to MITM their own workstations and reinterpret http traffic. So, no WebSockets and no Server-Side Events either, because their corporate firewall is a piece of software no one in the world wants and…