Upgrade pion/rtp to v2

Also updates interceptor and srtp
This commit is contained in:
Sean DuBois
2021-07-29 11:13:22 -04:00
parent 5047c6b010
commit a67c66a0c5
25 changed files with 37 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ import (
"testing"
"time"
"github.com/pion/rtp"
"github.com/pion/rtp/v2"
"github.com/pion/webrtc/v3/pkg/media"
"github.com/stretchr/testify/assert"
)