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

@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/pion/rtcp"
"github.com/pion/rtp"
"github.com/pion/webrtc/v4"
"github.com/pion/webrtc/v3"
"m7s.live/m7s/v5"
mrtp "m7s.live/m7s/v5/plugin/rtp/pkg"
"reflect"