Commit graph

7 commits

Author SHA1 Message Date
Christian Benincasa
f13e3bbefb
feat!: expose advanced transcode parameters (#1347)
This feature is mainly to provide a migration path from legacy transcode
pipeline users to the new pipeline in preparation of the former's
deprecation and removal. In general, users should not need to use these
first set of parameters (disabling various hardware accelerated
features) as doing so implies a bug that should be fixed. However, this
should provide a more smooth path for legacy holdouts to get onto the
new pipeline and allow them to experiment with the full, new pipeline,
without potentially wrecking their existing setup (via multiple
transcode configs).

Closes #1090
2025-08-27 16:48:46 -04:00
Christian Benincasa
3a96d3d91b
refactor: mint programs on the frontend (#910) 2025-01-21 13:55:15 -05:00
Christian Benincasa
b2e9facf21 chore: use tsc directly in types package in order to generate dts maps 2024-09-09 13:05:16 -04:00
Christian Benincasa
67f2d144e2
Dynamic channels - phase 1 (#231)
* Checkpoint - dynamic channels

* Yet another checkpoint

* Bump versions - makes a ton of stuff work magically; needed a patch for ts-essentials because of https://github.com/ts-essentials/ts-essentials/issues/381

* Checkpointing

* Checkpoint
2024-04-03 15:08:31 -04:00
Christian Benincasa
b3a9d17d88
WIP (#153) 2024-03-07 20:45:43 -05:00
Christian Benincasa
5570631adc
Packaging v0: Build and run server in a docker container (#139)
* This is a nightmare

* Checkpointing.... getting closer

* First cut - packaging the server in a docker container

* Remove busted bundles

* Minify build

* Some common commands for building - we're going to look into proper monorepo solutions soon

* Remove dependency on serve-static

* Add web serving, full-stack docker target, and Nvidia container support

* Remove test action graph for now
2024-03-05 13:13:26 -05:00
Christian Benincasa
d5707e5229 Trying to get direct streaming working to the web. Also made a new packge with shared types between frontend/backend 2023-11-11 06:16:27 -05:00