aleksilassila / reiverr

Reiverr is a clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr
GNU Affero General Public License v3.0
1.46k stars 44 forks source link

WIP!: Video Player rework #89

Closed iFraan closed 5 months ago

iFraan commented 1 year ago

WORK IN PROGRESS. INCLUDES MAYOR CHANGES

I'm re-doing the main video player in vidstack. The library can autodetect if it has to use a <video> for directplay or <iframe> for hls, and handle device-APIs on its own (ie: Fullscreen Support)

The mayor downside its we have to reconstruct the whole player ui from basically scratch but working on leaving it the closest as posible.

Main functions

The current code may contain many placeholder/unfinished components/not working stuff as it is a wip/draft pr.

Closes #18

oxixes commented 1 year ago

It may be worth mentioning that there are other subtitle types (SSA/ASS) that are much more complex than VTT and will require another library.

iFraan commented 1 year ago

It may be worth mentioning that there are other subtitle types (SSA/ASS) that are much more complex than VTT and will require another library.

This one uses its own library for processing subtitles under the hood. Brings support for SRT, VTT and SSA/ASS subtitles.

I think we only need to figure out when to fetch one or the other based on the media stream.

aleksilassila commented 5 months ago

Seems like this was closed due to changes in the branches. If this is still active, could you reopen targetting the dev-1.0 branch