switch to gortsplib/v5 (#4978)

This commit is contained in:
Alessandro Ros
2025-09-16 13:10:34 +02:00
committed by GitHub
parent 803e13e9fb
commit e3b8af8933
99 changed files with 272 additions and 297 deletions

View File

@@ -3,7 +3,7 @@ package codecprocessor
import (
"testing"
"github.com/bluenviron/gortsplib/v4/pkg/format"
"github.com/bluenviron/gortsplib/v5/pkg/format"
"github.com/stretchr/testify/require"
)