I am trying to play an adaptive bitrate streaming video (HLS) in a cargo-leptos SSR'd site. What would be the easiest way to do this? #2088
Unanswered
saikatdas0790
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I genuinely have no idea, but I suspect the answer would be the same as the JavaScript answer in this case — as I understand it HLS is not supported across browsers so requires some third-party library. But that's about the extent of my knowledge. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a URL to a manifest file that looks like this:
https://customer-2p3jflss4r4hmpnz.cloudflarestream.com/4c5064176ce24f29b46f8c614acbe6e1/manifest/video.m3u8
What would the easiest path be to stream video to the browser using Leptos for an HLS stream?
Beta Was this translation helpful? Give feedback.
All reactions