nothingtosee

Results 24 comments of nothingtosee

Yes, ffmpeg works perfectly. I am using pre-build https://www.johnvansickle.com/

@carlosadames It does not cache the queries too. Got the very exact problem.

This can be solve by adding `asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())`

Any update on this? Your temp solution didn't work on it me.

> Im gonna post anyway, but i was sifting through the provider file and there are default values for it: > > ``` > autoStartLoad: !1, > testBandwidth: !1, >...

Hello, I might be doing it wrong. ` JWPlayer with hls.js engine and P2P demo #wrapper { width: 720px; margin-left: auto; margin-right: auto; display: block; } if (p2pml.hlsjs.Engine.isSupported()) { var...

Ops, I was doing it wrong. ` player.hls.config = { liveSyncDurationCount: 7, loader: engine.createLoaderClass() } `

Well, there's a problem on this one. When you try to change a quality, It stopped working, it just keeps loading and won't work anymore.

> > `player.hls.config = { liveSyncDurationCount: 7, loader: engine.createLoaderClass() }` > > You can add config through `hlsjsConfig` when setup player. Using `hlsjsConfig` will keep default hls config without override...