feat: add flv recorder

This commit is contained in:
langhuihui
2025-01-07 13:14:30 +08:00
parent 0b1bd41192
commit 142d9c26a6
20 changed files with 3185 additions and 1287 deletions

View File

@@ -380,7 +380,7 @@ func (task *Task) SetDescriptions(value Description) {
func (task *Task) dispose() {
taskType, ownerType := task.handler.GetTaskType(), task.GetOwnerType()
if task.state < TASK_STATE_STARTED {
if task.Logger != nil {
if task.Logger != nil && taskType != TASK_TYPE_CALL {
task.Debug("task dispose canceled", "taskId", task.ID, "taskType", taskType, "ownerType", ownerType, "state", task.state)
}
return