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

@@ -9,8 +9,8 @@ import (
"sync"
"time"
"github.com/pion/rtp"
"github.com/pion/rtp/codecs"
"github.com/pion/rtp/v2"
"github.com/pion/rtp/v2/codecs"
"github.com/pion/sdp/v3"
)