What a terrible video. “Cancel culture” is not a thing, and when you hear someone complaining about it, 99% of the time they just don’t want consequences for bad behavior.
Совместный просмотр на Яндекс.Видео ⌘ http://yandex.ru/blog/company/sovmestnyy-prosmotr-na-yandeks-video
MPEG1 Single file C library
If you want to play videos in a native app or game you basically have three options:
Decode It Like It’s 1999
A few years ago I started to work on an MPEG1 Video decoder, completely written in JavaScript. Now, I finally found the time to clean up the library, improve its performance, make it more error resilient and modular and add an MP2 Audio decoder and MPEG-TS demuxer. This makes this library not just an MPEG decoder, but a full video player.
In this blog post I want to talk a bit about the challenges and various interesting
bits I discovered during the development of this library. You’ll … ⌘ Read more