Mike Lang
731ef9e2d0
Refactor dockerfiles for more shared layers
...
By carefully ensuring most of our dockerfiles are identical in their first few layers,
we only need to build those layers once instead of every time.
In particular, we move installing gevent to before installing common,
so that even when common changes gevent doesn't need to be reinstalled.
This is important because gevent takes ages to install.
Also fixes segment_coverage, which wasn't being installed.
5 years ago
Mike Lang
b27e06d068
Fix typo in common/common/segments.py
5 years ago
Mike Lang
0305c0797f
Merge pull request #136 from ekimekim/mike/cut-maybe-stream
...
full cut: Optionally use seekable file OR directly stream
5 years ago
Mike Lang
4d52b18b04
cutter,restreamer: Set stream=True for full cuts when appropriate
...
And also default to a new ffmpeg encoding setting for high-quality mpegts
(ie. still streamable) that is encoded very quickly.
5 years ago
Mike Lang
9afcc7b399
full cut: Optionally use seekable file OR directly stream
...
The caller can pick depending on the needs of the output format.
This reverses most of 80d829b83b
,
re-introducing streaming full cuts but keeping non-streaming as an option.
5 years ago
Mike Lang
981b89551e
Merge pull request #133 from ekimekim/mike/more-metrics
...
Add lots of metrics
5 years ago
Mike Lang
1574f319c6
Merge pull request #134 from ekimekim/mike/thrimbletrimmer/streaming-page
...
Adds a dedicated streaming page for giffers etc, and more thrimbletrimmer things
5 years ago
Mike Lang
bdbfd37c51
thrimbletrimmer: Pad start and end times
5 years ago
Mike Lang
a68684c24c
thrimbletrimmer: Fix use of tabs again
5 years ago
Mike Lang
26f91a02ea
thrimbletrimmer: Parse durations as HH[:MM[:SS]] instead of [[HH:]MM:]SS
...
ie. 1:00 is 1 hour, not 1 minute.
This is consistent with our use of bustime everywhere else.
5 years ago
Mike Lang
a6ee746e6b
thrimbletrimmer: disable autoplay
5 years ago
Mike Lang
7edc6ac149
thrimbletrimmer: Some tweaks to the streaming page
5 years ago
Mike Lang
5d5358019a
thrimbletrimmer: Improve bustime/ago parsing
...
Allow partial entries like 5:00 instead of 0:05:00.
5 years ago
Mike Lang
ff43e186f6
thrimbletrimmer: Support "time ago" as a third time format
...
This is especially useful for the re-streaming page, and is default there.
5 years ago
Mike Lang
d4c8974601
thrimbletrimmer: Some video controls tweaks
...
Allow fullscreen
Hide disabled picture-in-picture control
Autoplay
5 years ago
Mike Lang
b4310b0024
restreamer: Allow blank start/end for cut
...
So it acts the same as generating a playlist.
5 years ago
Mike Lang
47ac1c7ff8
thrimbletrimmer: Add second page built for watching stream with a delay
...
This is for giffers, etc.
It shares the codecase but uses a flag to say whether to affect all the editor inputs.
5 years ago
Mike Lang
671079861a
thrimbletrimmer: Fix lack of usage of var throughout code
...
Chalk this one up to not knowing the language.
You need to declare variables as var otherwise they're implicitly globals.
This leads to many bugs where if a function runs twice at once it'll do weird things.
5 years ago
Mike Lang
8accc1338e
thrimbletrimmer: Refactor how time formatting is handled
...
Instead of having two input fields and switching between them,
we just have one and re-write the value on switch.
We also handle invalid or empty dates a LOT better, and clean up some
other things around query strings.
5 years ago
Mike Lang
316504899a
thrimbletrimmer: Fix a bug on initial load
...
loadPlaylist was happening before bustime was set, resulting
in the wrong times being loaded.
5 years ago
Mike Lang
971841d73b
thrimbletrimmer: Move last bit of code into IO.js
...
since everything else is there anyway.
5 years ago
Mike Lang
c740090c53
sheetsync: Add more metrics
5 years ago
Christopher Usher
09d7feebfb
changed list comprehension to concatenation
5 years ago
Christopher Usher
02fd265407
allow for multiple channels in docker-compose
5 years ago
Mike Lang
f9b48bc70e
cutter: Add more metrics
5 years ago
Mike Lang
4f900c5925
Collect metrics around cutting time
5 years ago
Mike Lang
8ad61e9870
downloader: Collect metrics on http calls
5 years ago
Mike Lang
52e6c4ad41
sheetsync, cutter: Collect metrics on http calls
...
In particular, to google apis.
5 years ago
Mike Lang
d63ae573b7
backfiller: Collect metrics on http calls
5 years ago
Mike Lang
a2edb38a85
Add an InstrumentedSession wrapper that automatically gathers metrics on http calls
5 years ago
Mike Lang
b4655f18c6
downloader: Track total duration of downloaded segments
5 years ago
Christopher Usher
4dd4c83ff1
updated INSTALL.md
5 years ago
Christopher Usher
12badbff03
Update documentation to reflect recent changes
5 years ago
Christopher Usher
dc1c31fef4
fixes to the error handling as suggested by ekim
5 years ago
Christopher Usher
553b11bc84
typo in error handler
5 years ago
Christopher Usher
9dfffe0a62
improvements based on ekims suggestions plus delete_hours yeilds to the
...
rest of the backfiller
5 years ago
Christopher Usher
8579fcaeea
check start is not None before checking whether hour is before start
5 years ago
Christopher Usher
f8835cd253
documentation for --delete-old; check that start is not none
5 years ago
Christopher Usher
a361249145
renamed delete_before to keep_hours
5 years ago
Christopher Usher
be562b8448
added warnings if keeping fewer hours than backfilling
5 years ago
Christopher Usher
9d81569d98
Added the ability to delete old hours
5 years ago
Christopher Usher
28ef77b5a7
error handling changes as suggested by ekim
5 years ago
Christopher Usher
34e8d0a64b
Handle the case where an hour directory disappears between listing the
...
hours and trying to list the segments in that hour. This could happen if the
backfiller is deleting old hours.
5 years ago
Christopher Usher
3207dd6878
Fixed temporary segments crashing segment coverage
5 years ago
Christopher Usher
49ccb6df86
warns when a directory does not exist or when there are no hours to make
...
a map from
5 years ago
Mike Lang
eaf69fac1a
Merge pull request #118 from ekimekim/mike/nginx/serve-segments
...
nginx: Serve the segments directly from the segments dir
5 years ago
Mike Lang
7183b25ce9
Merge pull request #119 from ekimekim/mike/database-resilience
...
Changes to improve behaviour if the DB is down
5 years ago
Christopher Usher
3130e770c8
made while loop more pythonic
5 years ago
Christopher Usher
a1880b2414
fixes based on ekim's suggestions
5 years ago
Christopher Usher
bea876e0cc
removed obsolete code
5 years ago