floe / surfacecast

SurfaceCast: merge and distribute surface streams and webcam chat via WebRTC
GNU Lesser General Public License v3.0
11 stars 3 forks source link

IPv6 can b0rk streaming #39

Closed floe closed 1 year ago

floe commented 1 year ago

If SDP negotiation completes, but streaming doesn't start or hangs at the front stream, then it's worth trying to disable IPv6 on the client (e.g. if both server and client have IPv6 addresses, but no reachable route in between). Apparently only a problem on GStreamer 1.18.

floe commented 1 year ago

Discussion at https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1749

floe commented 1 year ago

Actually fixed by d65a0ba10d715eac84d078ea2ddbdc9bb4199c49 🤷