raw muxer annexB h264 h265

This commit is contained in:
deepch
2021-09-30 02:10:08 +03:00
parent a77315fe6e
commit 161a0454da
6 changed files with 89 additions and 5 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/deepch/vdk
go 1.15
require (
github.com/pion/interceptor v0.0.12
github.com/pion/interceptor v0.1.0
github.com/pion/webrtc/v2 v2.2.26
github.com/pion/webrtc/v3 v3.0.29
github.com/pion/webrtc/v3 v3.1.1
)