Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-21 | r/647 chore(fun): //fun/tvl -> //fun/streamTVL | Vincent Ambo | 1 | -19/+0 | |
Otherwise this is confusing because //web/tvl is now a thing. | |||||
2020-04-21 | r/646 chore(web/tvl): Bootstrap static assets for TVL page | Vincent Ambo | 1 | -132/+0 | |
2020-04-21 | r/645 chore(fun/tvl): Add more missing persons | Vincent Ambo | 1 | -1/+3 | |
2020-04-21 | r/644 style(fun/tvl): Use a different font for the TVL graph | Vincent Ambo | 1 | -15/+15 | |
... plus some other minor changes | |||||
2020-04-20 | r/643 feat(fun/tvl): Add graph for how loungers know each other | Vincent Ambo | 1 | -0/+130 | |
Rendered version at https://tazj.in/blobs/tvl.png Rendered using `neato`. | |||||
2020-04-04 | r/619 chore(fun/tvl): Increase framerate to 60fps & limit queue size | Vincent Ambo | 1 | -1/+2 | |
The queue size setting will drop frames if the encoding starts to lag behind, which should prevent delay from being introduced on the serving side. Maybe. | |||||
2020-04-04 | r/613 feat(fun/tvl): Implement hardware-accelerated stream rescaling | Vincent Ambo | 2 | -14/+18 | |
By randomly copy & pasting options that are impenetrable to mere mortals from NVIDIA's developer blog and a bunch of gists scattered throughout the internet, Andi and I managed to "get this to work". The idea is that the x11grab stream should be resized into 720p (which is the maximum supported by Google Meet), but with hardware acceleration. | |||||
2020-04-04 | r/612 feat(fun/tvl): Initial working ffmpeg -> nginx stream command | Vincent Ambo | 1 | -0/+14 | |