Mike Lang
871925aef5
restreamer: Disallow implicit time ranges over 12h
...
Fixes #286
3 years ago
Mike Lang
9f9ef66a85
Add endpoint to get a given frame of video
3 years ago
Mike Lang
63d8b1d504
playlist manager: serialize insert requests
...
We've seen cases where videos are not inserted even though the API call succeeded.
Our suspicion is that two concurrent insert calls for the same video are causing a race.
We try to avoid this by putting a lock around insert calls
3 years ago
ElementalAlchemist
a942af9cb4
When padding video in editor, maintain video playback position in the same spot when possible
3 years ago
ElementalAlchemist
4bac4a46d0
Add stream name to restreamer URL
3 years ago
ElementalAlchemist
210ae6f92a
Support linking to specific times in restreamer
3 years ago
ElementalAlchemist
8e8ace6f3c
Properly set initial video quality
3 years ago
ElementalAlchemist
e515c448eb
Fix loading chapter marker setting when loading a saved draft edit
3 years ago
HeNine
0355c59ee8
search optimization 7
3 years ago
HeNine
7673c900ae
search optimization 6: aaaaaaaa
3 years ago
HeNine
5260fb60c0
search optimization 5: the morning after
3 years ago
ElementalAlchemist
1ffb9ae2e1
Fix saving quality levels on change
3 years ago
ElementalAlchemist
965a3dfbd3
Fix range removal
3 years ago
ElementalAlchemist
59567f9404
Fix issue where pressing space for video pause/unpause can scroll the page
3 years ago
ElementalAlchemist
91cc331128
Move the error selecting times on restreamer to be common to both pages
3 years ago
ElementalAlchemist
ac79206ba0
Don't reload when canceling or resetting
3 years ago
ElementalAlchemist
1ff1bcf0ab
Add keyboard shortcuts to mute, set playback rate to slowest speed, and set playback rate to fastest speed
3 years ago
ElementalAlchemist
d635a7941c
Add support for generating chapter markers in the video description
3 years ago
HeNine
881712ed29
search optimization 4 i give up
3 years ago
HeNine
8733526c01
search optimization 3
3 years ago
HeNine
dd4dede5cd
search optimization 2
3 years ago
HeNine
8a6f32975a
search optimization
3 years ago
HeNine
8f6fc2b722
hotkeys
3 years ago
HeNine
0c43bcb714
get random line for tagging
3 years ago
ElementalAlchemist
e2fb245da2
Correctly handle padding of range times when padding video load time over holes
3 years ago
ElementalAlchemist
0709082af7
Show a confirmation dialog when closing the page while a submission is still pending
3 years ago
ElementalAlchemist
c1e20de813
Fix loading videos with no end time
3 years ago
ElementalAlchemist
2698b7fd74
Fix handling of lack of end time for a row
3 years ago
ElementalAlchemist
13035c3e97
Add help for new keyboard controls
3 years ago
ElementalAlchemist
e96b77992f
Add one-second jump keyboard shortcuts
3 years ago
Mike Lang
ac44298299
restreamer: Disallow very long waveform images
...
These can take a LOT of server resources (RAM, IO), so we'd rather just fail out
on very long edits where the resulting image would be useless anyway.
3 years ago
ElementalAlchemist
f798b689a4
Add keyboard shortcut for setting playback speed to 1x
3 years ago
HeNine
ec2929c99f
buscribe api segment path
3 years ago
HeNine
073d6c8769
improved display when speakers are set but line isn't
3 years ago
HeNine
7c60a407be
blugh
3 years ago
HeNine
ae1ca08dbe
add line links
3 years ago
HeNine
9f4f15232f
professor deployment
3 years ago
HeNine
46d228c42e
preparing professor deployment
3 years ago
HeNine
770a97387a
other authentication
3 years ago
ElementalAlchemist
481b934eb8
Fix losing much of video human time when converting a time containing hours
3 years ago
Mike Lang
101468cbca
Fix a bug when reporting errors claiming candidates
...
The SQL args were the wrong way around, so we tried to set error to the id.
Thankfully this failed as the id queried is not a valid uuid.
Fix by making args named like every other usage of query()
3 years ago
HeNine
fb2132dd16
front end authentication
3 years ago
HeNine
74155a7f6c
idk what google is doing
3 years ago
HeNine
7a3328f5f3
show line context
3 years ago
HeNine
e6325b31c8
Templates included. Closes #6
3 years ago
HeNine
2125f9d263
goating there
3 years ago
HeNine
87d6849670
Getting DB transcription up and running
3 years ago
ElementalAlchemist
b1b8ef8973
Add fullscreen functionality to Thrimbletrimmer video player ( #250 )
...
* Add fullscreen functionality to Thrimbletrimmer video player
* Fix issue where clicking on fullscreen video pauses and unpauses instead of doing just one
3 years ago
Mike Lang
d1ba4bc4eb
Downgrade overlapping segments from warning to info
...
They were causing too much log noise
3 years ago
ElementalAlchemist
a8f9611d93
Update quality indicator when keyboard shortcuts are used to change the video quality
3 years ago