Benny739

Results 15 comments of Benny739

Anyone figured out how to workaround the file not found error message, when initialising the player after hls? ``` GET blob:http://1.localhost:4300/b12d9d80-92a3-47b6-95e8-d29d1e8c98f1 net::ERR_FILE_NOT_FOUND ```

@datlife nice solution, the only problem I had with a similar implementation was the error in the console, when plyr tries to load the blob that hls sets as the...

Anyone figured out how to set an 'auto' option in the quality options? My new idea is adding all qualities that could be available and set them all to display:...

For me it's a console.error. Happens when die video is buffering and you press pause. Edit: For me this looks like a console error. I'm using hls.js and this happens...

Any news on this?

Thanks a lot, this is exactly what I was looking for. @Ch00k merging this into the package would be wonderful.

Hi @astroza, I'm having unclosed files now, any idea how I can close them? ``` /Users/benny/angular/video/python/integ_test/tests/integ_test_convert.py:31: ResourceWarning: unclosed file converter.generate_thumbnails() Object allocated at (most recent call last): File "/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", lineno...

I found the bug, it's caused by piping and not closing stdin and stderr. In the wait function after the while loop I close stdin and stderr now, and the...

Anybody knows how to test SSE? I'm getting `req.socket.setKeepAlive is not a function`