mirror of
https://github.com/pion/mediadevices.git
synced 2025-10-05 08:36:55 +08:00
Fix broken vpx example
This commit is contained in:
@@ -48,7 +48,7 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
vp8Params.BitRate = 300_000 // 300kbps
|
vp8Params.BitRate = 100_000 // 100kbps
|
||||||
|
|
||||||
opusParams, err := opus.NewParams()
|
opusParams, err := opus.NewParams()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user