0

I've been using the ReactPlayer component in the past and was wondering if there is a Vuejs equivalent to it?

I found this, but this component doesn't seem to be maintained anymore + doesn't have all the functionalities of ReactPlayer.

Gold
  • 143
  • 1
  • 6
  • Posted to Reddit and SO? https://www.reddit.com/r/vuejs/comments/tuoev1/vue_equivalent_for_the_reactplayer_component/ – Alicia Sykes Apr 02 '22 at 17:40
  • 1
    You can do this fairly easily natively / HTML 5 using [` – Alicia Sykes Apr 02 '22 at 17:42
  • @Alicia Thank you for the links, I ended up using HTML5 as you suggested. – Gold Apr 02 '22 at 20:19

1 Answers1

0

Someone developed a Vue clone of the react player: Link. I haven't tested it though.

Gold
  • 143
  • 1
  • 6