Mike Koval

Results 9 issues of Mike Koval

Hi! Why video is paused after seeking sometimes? Here is example, I added console.log into onPlayerStateChange handler. https://drive.google.com/file/d/1SkjPW_KPredXejckTgVX2dQogA31BJYs/view?usp=sharing I was not able to reproduce the same case on youtube, so...

videojs(videoNode, options, function onPlayerReady() { this.on('loadedmetadata', () => { console.log( this.videoHeight()) // why it returns 0 always for youtube tech? }); });

I spent much time trying to understand why MarginR and custom font are not working for my fullhd video, then I bumped into documentation of ffmpeg http://ffmpeg.org/ffmpeg-all.html#subtitles-1 and found that...

PR related to https://github.com/h2non/videoshow/issues/86 - Added possibility to provide not just styles but also "Script Info" and other .ass properties including PlayResX that is highly important for correct margins in...

Is there any way to find out that there is a listener for history.block()?

Seems that even next version is not working with latest redux-form, i have error "Cannot read property 'render' of undefined" when trying to pass TextField to component prop. Probably i...

Hi! I would like to know when there are connectivity issues, when messages are written in memory, when reconnection happening etc. Is there a way to enable logs for this?...

Hi! There is armv7 here https://github.com/Yneth/distress-releases/releases. but its missing here https://github.com/Yneth/distress-releases/pkgs/container/distress As a result seems i cannot pull docker image for v7 and unfortunately have to run without docker on...

I have noticed an issue with the details provided in the advisory [GHSA-4pg4-qvpc-4q3h](https://github.com/advisories/GHSA-4pg4-qvpc-4q3h) regarding the fixed version. Look, this pr to fix vulnerability https://github.com/expressjs/multer/pull/1177 is present in both v1.4.5-lts.2 and...