mirror of
https://github.com/mit-regressions/viewer.git
synced 2025-04-20 19:10:15 -04:00
update README with latest state of the project
This commit is contained in:
parent
4d50312abe
commit
729b0c94a0
11
README.md
11
README.md
|
@ -1,2 +1,13 @@
|
||||||
# viewer
|
# viewer
|
||||||
interactive player for MIT: REGRESSIONS, with footnotes, sources, and more
|
interactive player for MIT: REGRESSIONS, with footnotes, sources, and more
|
||||||
|
|
||||||
|
Currently using NextJS with create-t3-app and deploying to Vercel (https://vercel.com/regressions)
|
||||||
|
|
||||||
|
Uses react-player to play video in-browser, currently experimenting with [webvtt-player](https://github.com/umd-mith/webvtt-player) to display captions + sources + commentary + footnotes as the video plays!
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
- create custom VTT schema with [OHMS support]() for our project's needs (implies ample unit testing and some E2E)
|
||||||
|
- create VTT builder so we can easily add sources (likely will be a light GUI, don't want to just do plain text editing of VTTs)
|
||||||
|
- create pretty caption playback
|
||||||
|
|
||||||
|
View current deployment at https://viewer-dukeeagle-regressions.vercel.app/
|
Loading…
Reference in New Issue
Block a user