iairsalem

Results 3 comments of iairsalem

Perhaps checking that the video is advancing in time via: `player.demuxer.currentTime` not sure if it will unlock the page, but at least you can be checking that the time is...

`DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.` present on version 6.11.2 (apr 30)

4.0.0.a1, python 3.9 BTW: 1) @dima-kov , I get "RuntimeWarning: Enable tracemalloc to get the object allocation traceback", does this confirm your point? 2) helpers.py workaround did not help. ```...