A new and unique ASCII video streaming solution has been released under the MIT license. ASCILINE Engine by YusufB5 is pitched as a “high-performance, real-time ASCII video rendering engine” that can be used to broadcast “an unblockable video stream.” Examples of its capabilities are provided in the linked GitHub repository and social media posts by the dev, like the one embedded below. It's also stoked a bit of controversy due to fears of it potentially enabling unblockable ads.I built an unblockable video stream. It renders 360p at 30 FPS using pure text instead of tags. from r/SideProjectFrom our perusal of the examples, ASCILINE does indeed look like it is capable of better fidelity than prior video to ASCII streamers, some of which have a surprisingly long history dating back to the 90s. The software does a pretty decent job of making color text-based videos from a source. The dev notes that this technique uses Mode 3, using a palette of 32K colors, and can output at 30 FPS. Though classic mono ASCII is also a render option.Most impressive is the so-called real-time pixel streaming. The GitHub explains that this technique uses Mode 5 and “replaces characters with colored blocks, approaching 360p video quality.” Indeed, in the small embedded video on the page, it looks indistinguishable from the source MP4. We think the innate blockiness would become apparent quickly if it were rendered in a larger window, though.