downgrade pion/webrtc to v3

This commit is contained in:
langhuihui
2024-07-17 13:55:34 +08:00
parent 5923bcadd9
commit cdd10f7c14
9 changed files with 48 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
package rtp
import (
"github.com/pion/webrtc/v4"
"github.com/pion/webrtc/v3"
"m7s.live/m7s/v5/pkg"
"m7s.live/m7s/v5/pkg/util"
"testing"