Periklis Panagiotis Arnaoutis

Results 9 comments of Periklis Panagiotis Arnaoutis

@dbismut Maybe you could have a build into a @leva/next version or something like that? I imagine withing this year tons of projects will be migrating from 17 to 18....

@dbismut That's right, and the application I'm currently using it in doesn't benefit from react 18s features a whole lot. However, it this does make me unable to put leva...

@dbismut Thanks so much for the response and the detailed solution! I will most certainly use it this way then. Best regards!

@ttt43ttt Thank you very much for the quick reply! There are plans on making the wasm verison available in the future?

@ttt43ttt I'm sorry I never saw the notification for this reply. Yes they do support it as a build option but the functionality is very limited from what I understand.

Hello @robwalch . I'd like to first thank you for the fast response! I'm sorry about the logs, github asked me to lower the data of the issue's submition and...

Hello again. We re-encoded the streams and reset the pts in order to remove the DISCONTINUITY tag. This way the new streams we make work perfectly well. However, I believe...

I would love it if this functionality was built into it as well. I'm trying to input an hls stream .m3u8 file and it breaks while trying to fetch the...

Hello, I also run into this issue and this is how I fixed it as a workaround: ``` function videoJSSeekbarExtention(player) { const SeekBar = videojs.getComponent('SeekBar'); SeekBar.prototype.getPercent = function getPercent() {...