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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there, hope you're doing great.
I'm using https://docs.livekit.io/reference/components/react/. This library allows me to render a video by either:
VideoTrack
that returns an html embed<video>
#attach
method that returns anHTMLVideoElement
.I was wondering how I can use one of this with vidstack, as the source I have isn't a direct URI to a file.
I've tried to get the underlying
HTMLVideoElement
as explained in https://www.vidstack.io/docs/player/api/providers/video?styling=tailwind-css to manually update it, without success (the player wasn't rendering at all)Do you have any insights?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions