bump to v4

This commit is contained in:
aler9
2023-08-14 10:59:37 +02:00
parent 9f19892c23
commit 80106144e6
131 changed files with 324 additions and 324 deletions

View File

@@ -4,9 +4,9 @@ import (
"log"
"net"
"github.com/bluenviron/gortsplib/v3"
"github.com/bluenviron/gortsplib/v3/pkg/formats"
"github.com/bluenviron/gortsplib/v3/pkg/media"
"github.com/bluenviron/gortsplib/v4"
"github.com/bluenviron/gortsplib/v4/pkg/formats"
"github.com/bluenviron/gortsplib/v4/pkg/media"
"github.com/pion/rtp"
)