Closed iFraan closed 5 months 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.
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.
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
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
Subtitles
Player UI
The current code may contain many placeholder/unfinished components/not working stuff as it is a wip/draft pr.
Closes #18