mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
feat: fast live recording
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user