[Bug 645707] New: multifdsink: timeout property improperly disconnect clients

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 24 08:54:03 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=645707
  GStreamer | gst-plugins-base | 0.10.32

           Summary: multifdsink: timeout property improperly disconnect
                    clients
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.32
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lists at svrinformatica.it
         QAContact: gstreamer-bugs at lists.freedesktop.org
      GNOME target: ---
     GNOME version: ---


Hi,

I'm testing multifdsink with these settings:

g_object_set(G_OBJECT (multisink),"resend-streamheader",FALSE,NULL);
g_object_set(G_OBJECT (multisink),"sync-method",2,NULL);
g_object_set(G_OBJECT (multisink),"recover-policy",3,NULL);
g_object_set(G_OBJECT (multisink),"buffers-soft-max",48,NULL);
g_object_set(G_OBJECT (multisink),"sync",FALSE,NULL);
g_object_set(G_OBJECT (multisink),"timeout",10000000000,NULL);

after a short while I get:

gstmultifdsink.c:2329:gst_multi_fd_sink_queue_buffer:<multisink> [fd    14]
client 0x7f3c18002540 is too slow, removing
0:01:36.295588709 18128      0x2113230 INFO             multifdsink
gstmultifdsink.c:1157:gst_multi_fd_sink_remove_client_link:<multisink> [fd   
14] removing client 0x7f3c18002540 because it was too slow
0:02:19.051654249 18128      0x2113230 WARN             multifdsink
gstmultifdsink.c:2329:gst_multi_fd_sink_queue_buffer:<multisink> [fd    34]
client 0x21c6690 is too slow, removing
0:02:19.051676947 18128      0x2113230 INFO             multifdsink
gstmultifdsink.c:1157:gst_multi_fd_sink_remove_client_link:<multisink> [fd   
34] removing client 0x21c6690 because it was too slow

in the same test condition if I remove the timeout property I can see the
stream for hours, please note that when the client is disconnected the video is
not freezed

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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