[webkit-changes] [WebKit/WebKit] 529710: [GStreamer][WebRTC] Set MTU to 1200 on RTP payloaders

Philippe Normand noreply at github.com
Thu Oct 6 01:32:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5297100c5cb8bf57b174f32728d0916470339ce9
      https://github.com/WebKit/WebKit/commit/5297100c5cb8bf57b174f32728d0916470339ce9
  Author: Philippe Normand <philn at igalia.com>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingAudioSourceGStreamer.cpp
    M Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingVideoSourceGStreamer.cpp

  Log Message:
  -----------
  [GStreamer][WebRTC] Set MTU to 1200 on RTP payloaders
https://bugs.webkit.org/show_bug.cgi?id=246012

Reviewed by Xabier Rodriguez-Calvar.

Align RTP MTU with libwebrtc implementation, also helping to reduce packet fragmentation.

* Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingAudioSourceGStreamer.cpp:
(WebCore::RealtimeOutgoingAudioSourceGStreamer::setPayloadType):
* Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingVideoSourceGStreamer.cpp:
(WebCore::RealtimeOutgoingVideoSourceGStreamer::setPayloadType):

Canonical link: https://commits.webkit.org/255211@main




More information about the webkit-changes mailing list