feat: fast live recording

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2025-06-26 23:26:26 +07:00
parent 9b74c1bc15
commit 0cb756d440
18 changed files with 1169 additions and 272 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ func (t *trascodeHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}
// NewHandler creates a new trnascoding http handler, requires context and config.
// NewHandler creates a new transcoding http handler, requires context and config.
func NewHandler(ctx context.Context, cfg *config.Config) http.Handler {
return &trascodeHandler{
scheduler: mediaconvert.NewScheduler(ctx, cfg),