mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 17:53:48 +00:00
webrtc-api: Set default bundle policy to max-bundle
Otherwise the default is "balanced" and GstWebRTC-based browser engines don't support this very well. Max bundle is already un-conditionally enabled by default in webrtcsink. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2352>
This commit is contained in:
parent
b305102a28
commit
ad027bd05d
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ const defaultConfig = Object.freeze({
|
|||
"stun:stun1.l.google.com:19302"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
bundlePolicy: "max-bundle"
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue