react-tuby icon indicating copy to clipboard operation
react-tuby copied to clipboard

A React video player library with YouTube-like UI

Results 9 react-tuby issues
Sort by recently updated
recently updated
newest added

When I use nextjs 14, I get an error like the image below. And here is my code Please help me check it. Thank you very much! ``` 'use-client' import...

Basically i just want one player to be playing at a time. I would've done it with ref and ur way of pausing but it would require me to change...

I recently used this package in one of my react project and It's really helpful, one thing that kept bothering me was it would show "Tuby Poster" when poster image...

Could you please incorporate support for Safari as the current version is incompatible with it? Here is a screenshot for reference: [screenshot](https://i.imgur.com/iLJVpFL.png)

Could you give an example of code for the autoplay video?

Package isn't working with HLS player as showed in the docs

I was playing around with the player video api and since there is an option to change the video quality(source) which continues from the current time period even after switching...

Hi, I found out that you can get the current time playing, but I can't get this as current from ref is always `null`, can you pls share more about...