Skip to content

Commit

Permalink
enhancement #36: set latency buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Jan 29, 2024
1 parent 4d0dd22 commit f10a6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gst_signalling/gst_abstract_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def init_webrtc(self, session_id: str) -> Gst.Element:
assert webrtc

webrtc.set_property("bundle-policy", "max-bundle")
webrtc.set_property("latency", 0)
# webrtc.set_property("stun-server", None)
# webrtc.set_property("turn-server", None)

Expand Down

0 comments on commit f10a6a3

Please sign in to comment.