Skip to content

Commit

Permalink
Merge pull request #161 from screego/framerate
Browse files Browse the repository at this point in the history
Add framerate setting
  • Loading branch information
jmattheis committed Jul 26, 2023
2 parents c652513 + 6ead47b commit 1f417a1
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 511 deletions.
27 changes: 14 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ require (
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/pion/randutil v0.1.0
github.com/pion/turn/v2 v2.1.0
github.com/prometheus/client_golang v1.15.1
github.com/pion/turn/v2 v2.1.3
github.com/prometheus/client_golang v1.16.0
github.com/rs/xid v1.5.0
github.com/rs/zerolog v1.29.1
github.com/stretchr/testify v1.8.3
github.com/urfave/cli v1.22.13
golang.org/x/crypto v0.9.0
golang.org/x/term v0.8.0
golang.org/x/text v0.9.0
github.com/stretchr/testify v1.8.4
github.com/urfave/cli v1.22.14
golang.org/x/crypto v0.11.0
golang.org/x/term v0.10.0
golang.org/x/text v0.11.0
)

require (
Expand All @@ -29,20 +29,21 @@ require (
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/pion/dtls/v2 v2.2.7 // indirect
github.com/pion/logging v0.2.2 // indirect
github.com/pion/stun v0.4.0 // indirect
github.com/pion/transport/v2 v2.0.0 // indirect
github.com/pion/stun v0.6.1 // indirect
github.com/pion/transport/v2 v2.2.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/sys v0.10.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 1f417a1

Please sign in to comment.