diff --git a/conn-client.go b/conn-client.go index 2f44385f..1b8645a8 100644 --- a/conn-client.go +++ b/conn-client.go @@ -16,7 +16,7 @@ import ( "strings" "time" - "github.com/aler9/sdp/v3" + "github.com/aler9/sdp-dirty/v3" ) const ( diff --git a/go.mod b/go.mod index c4004352..a1beccb1 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index ab654523..665405a0 100644 --- a/go.sum +++ b/go.sum @@ -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=