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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 26 06:41:25 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=645745
  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,

with this settings in my app:

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);

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

while with this 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-max",96,NULL);
g_object_set(G_OBJECT (multisink),"buffers-soft-max",48,NULL);
g_object_set(G_OBJECT (multisink),"sync",FALSE,NULL);

in the same test environment I can see the stream for hours, so timeout
property seems broken, please note that when multifdsink disconnect the client
the video is not freezed (and the date/time overlay show no delay) so the
client is properly reading the stream

-- 
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