support live reporter app

This commit is contained in:
aler9
2020-09-05 12:47:51 +02:00
parent e7c0a82141
commit d8dc7b7cc4
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import (
"strings"
"time"
"github.com/aler9/sdp/v3"
"github.com/aler9/sdp-dirty/v3"
)
const (

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/aler9/gortsplib
go 1.12
require (
github.com/aler9/sdp/v3 v3.0.0-20200719093237-2c3d108a7436
github.com/aler9/sdp-dirty/v3 v3.0.0-20200905103724-214b7cc25cfd
github.com/pion/rtcp v1.2.3
github.com/stretchr/testify v1.6.1
)

4
go.sum
View File

@@ -1,5 +1,5 @@
github.com/aler9/sdp/v3 v3.0.0-20200719093237-2c3d108a7436 h1:W0iNErWKvSAyJBNVx+qQoyFrWOFVgS6f/WEME/D3EZc=
github.com/aler9/sdp/v3 v3.0.0-20200719093237-2c3d108a7436/go.mod h1:OnlEK3QI7YtM+ShZWtGajmOHLZ3bjU80AcIS5e34i1U=
github.com/aler9/sdp-dirty/v3 v3.0.0-20200905103724-214b7cc25cfd h1:s/l20rPNGiyjggMdkhsLu0aQ0K0OFcROUMBDu7fGT+I=
github.com/aler9/sdp-dirty/v3 v3.0.0-20200905103724-214b7cc25cfd/go.mod h1:5bO/aUQr9m3OasDatNNcVqKAgs7r5hgGXmszWHaC6mI=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pion/randutil v0.1.0 h1:CFG1UdESneORglEsnimhUjf33Rwjubwj6xfiOXBa3mA=