Steven Vancoillie
Steven Vancoillie
I checked and it does look like node-pre-gyp is run during installation, but specifically for my architecture, I guess an additional problem might be that I'm using yarn which doesn't...
Do you have an example repository with your source? It's odd that it would try to import the bundle (which shouldn't need any transpiling), as the default entry point is...
For the stats, we can add the `uptime` as the pipeline's `currentTime` (which is exposed by both H.264 and MJPEG pipelines), and the `delay` as `videoElement.buffered.end(videoElement.buffered.length - 1) - videoElement.currentTime`....
It would be possible to extract most of the stats data part into a hook, so you can use a `useStats` hook and take care of the rendering yourself. The...
As far as I know, no, you cannot play MKV directly, at least not by any standard means. Chrome might play it if you trick it into accepting the format...
The short answer is that you can't. The browser will always intercept any digest authentication. The only solution there is to run your own proxy in between and handle authentication...
Thanks for your interest! Yes, I think it would be best if these are optional, separate search params.
True, currently everything is passed as props down to each component. Now that this has grown it might be a good idea to combine player state into a context, and...
Also, looks similar to #76 maybe?
I don't need to specify any configuration, esbuild seems to find the correct tsconfig associated with an imported module. However, I think it only does that when bundling. I forgot...