Kirill Alexeev-Kotov

Results 7 issues of Kirill Alexeev-Kotov

I use nginx-big-upload on my site for mass videos uploading. But when somebody tries to upload 3-5 files simultaneously, the server starts to response with 500 errors in the middle...

I'm trying to trim a H264 video which comes from an Ajax request. FFMpeg is inside a worker (ffmpeg-worker-mp4.js): ``` ffmpeg.postMessage({ type: 'run', arguments: [ '-i', 'video.mp4', '-vcodec', 'h264', '-acodec',...

Is it possible to somehow count the total number of peers watching a specific stream?

**What version of Streaming-Meda-Cordova-Plugin are you using?** 2.2.0 **What version of Cordova are you using?** 8.1.2 ([email protected]) **What devices are affected?** Android TVs (in my case - Android TV 7.0...

The listener (KeyEvent.onKeyDownListener()) does not work when the focus is inside webview. (on Android TV)

Файлы больше 1 гигабайта не загружаются по ссылке на внешний URL. Ошибок не выдаёт. В документации к самому API таких ограничений не нашёл.

Is it possible to use tus-php on a Laravel Octane project? (with Swoole) As i see, tus is reading uploading files from php://input stream, which is unavailable in Swoole. Also,...