[Bug 794800] New: GstDtlsConnection throws a warning every minute

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 29 10:22:09 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=794800

            Bug ID: 794800
           Summary: GstDtlsConnection throws a warning every minute
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gnome-bugzilla at dreambox.guru
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

During a WebRTC session, we've encountered

dtlsconnection
gstdtlsconnection.c:747:openssl_poll:<GstDtlsConnection at 0x7fb63c0aa160>
do_handshake encountered BIO error

after 15, 30, 60 seconds and then every minute.

further digging shows that the BIO read gets an EOF and the SSL syscall errno
is actually 0 (success) and the error queue is empty.

it may indicate that the peer simply terminated the TCP connection.
maybe something goes wrong with rtcp here, or is this intentional behaviour?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list