feat: change package name to v5

This commit is contained in:
langhuihui
2024-10-21 20:13:34 +08:00
parent 315b44bc46
commit fba41faf6b
134 changed files with 385 additions and 385 deletions

View File

@@ -5,8 +5,8 @@ import (
"github.com/pion/rtcp"
"github.com/pion/rtp"
"github.com/pion/webrtc/v3"
"m7s.live/m7s/v5"
mrtp "m7s.live/m7s/v5/plugin/rtp/pkg"
"m7s.live/v5"
mrtp "m7s.live/v5/plugin/rtp/pkg"
"reflect"
)