Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging webrtc statistics on host received over datachannel #141

Merged
merged 17 commits into from
Apr 15, 2024
Prev Previous commit
Next Next commit
Minor source edit
  • Loading branch information
ehfd authored Apr 14, 2024
commit 735083b6fe8f66df0f961b49668018ccdfbee55c
1 change: 0 additions & 1 deletion src/selkies_gstreamer/gstwebrtc_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def build_video_pipeline(self):
self.encoder = "vah264lpenc"
vah264enc.set_property("aud", True)
vah264enc.set_property("b-frames", 0)
vah264enc.set_property("dct8x8", False)
vah264enc.set_property("key-int-max", 0 if self.keyframe_distance == -1.0 else int(self.framerate * self.keyframe_distance))
vah264enc.set_property("rate-control", "cbr")
vah264enc.set_property("target-usage", 6)
Expand Down