Tera
Tera
It's going to need some fine-tuning for VOD though, because there seems to be a 10s buffering period when using p2p, so im not sure what optimal settings there is.
@mrlika I've fixed the 10s buffering issue for jwplayer regarding hlsjs
@mrlika do you have an email I can contact you at for a pseudo-solution I came up with to discuss and potentially put here?
Im gonna post anyway, but i was sifting through the provider file and there are default values for it: ``` autoStartLoad: !1, testBandwidth: !1, maxBufferSize: 3e7, maxMaxBufferLength: b.a, liveBackBufferLength: 900,...
@jhemmmm @hoangvietfreelancer Refer to this post: https://github.com/Novage/p2p-media-loader/issues/174
> > > `player.hls.config = { liveSyncDurationCount: 7, loader: engine.createLoaderClass() }` > > > > > > You can add config through `hlsjsConfig` when setup player. Using `hlsjsConfig` will keep...
> @Teranode hello, i see your new HLS provider v2 but if run P2P loader with v8.19.0 will error code 232000 "Unknown manifest loading error.", i can run normal jwplayer...
It also might have to do with: https://github.com/Novage/p2p-media-loader/pull/178
I've provided a release for the fix in the pull request, feel free to use that: https://github.com/Teranode/jw-provider/releases/tag/0.0.3
If anyone's reading this, can anyone run debug mode and tell me if it's working.