insanity54 / futureporn

Unofficial ProjektMelody Chaturbate VOD Archive. For Adults Only.
https://futureporn.net
26 stars 3 forks source link

There are two video players #196

Closed insanity54 closed 1 year ago

insanity54 commented 1 year ago

Simplification is desired. There are two players, one for patrons, another for public. video.js and Plyr.js. The reason for this is that I thought Mux didn't support Plyr. I think Mux does actually support Plyr, although it is not well documented.

Adding temporal tags for two players is proving difficult, as I must fetch timestamps from two players instead of one. There must be logic to choose which one to use. It's an unnecessary part which exists only because there are two players.

I like Plyr's theme the most. I like video.js's JS api the most. I don't know which player to switch to. Would be cool to switch to https://github.com/vidstack/player but it's not production ready.

insanity54 commented 1 year ago

Just gave vidstack 0.6.0 a whirl. Unfortunately with that player, I couldn't seek to any timestamp other than 0:00.

insanity54 commented 1 year ago

Further fiddling with vidstack and I've got it working as expected