You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the svelte and "type": "module" keys for ESM so feel free to try again.
As for seeking to a specific timestamp: I haven't figured out a way to do that yet (you need a ref to the player somehow). If you have any idea, feel free to create a PR :) Until then if you're using YouTube you might adjust the videoUrl like e.g. url='https://youtu.be/qv6UVOQ0F44?t=33'
Hi !
Thank you for your fix. I will try when i can.
For the timestamp i want to have control on seek and be able to set currentTime, if you have an unbundled version of reactPlayer.js i could try to do some investigation.
Hello,
I've encountered an issue using svelte-react-player with vitejs.
cf. vitejs/vite#8173
vitejs recommended :
Other thing, how can we set currentTime in the player ?
The text was updated successfully, but these errors were encountered: