<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
Hallo Mat,<BR>
<BR>
I just fire a bug about this.<BR>
<BR>
<A HREF="https://bugzilla.gnome.org/show_bug.cgi?id=661530">https://bugzilla.gnome.org/show_bug.cgi?id=661530</A><BR>
<BR>
Regards,<BR>
<BR>
Jose<BR>
<BR>
El mi&#233;, 12-10-2011 a las 09:20 +0200, Matthias Dodt escribi&#243;:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hola Jose;-)!
 
Did you submit a bug report for the RTSPServer about this? I guess this means a lot of code-changes for the RTSP Server. Probably it wouldn't make sense to wait for GLib to get updated because the error got reported in 2006 and still is not fixed.
 
Cheers,
 
Mat

________________________________

Von: <A HREF="mailto:gstreamer-devel-bounces+mdodt=xion-medical.com@lists.freedesktop.org">gstreamer-devel-bounces+mdodt=xion-medical.com@lists.freedesktop.org</A> [<A HREF="mailto:gstreamer-devel-bounces+mdodt=xion-medical.com@lists.freedesktop.org">mailto:gstreamer-devel-bounces+mdodt=xion-medical.com@lists.freedesktop.org</A>] Im Auftrag von listas
Gesendet: 11 October 2011 19:47
An: <A HREF="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</A>
Betreff: Re: Latest RTSPServer broken on windows


The problem is in glib. Don't allow multiple watches on the same socket and we have one for the server and another for each client.

<A HREF="https://bugzilla.gnome.org/show_bug.cgi?id=338943">https://bugzilla.gnome.org/show_bug.cgi?id=338943</A>

Cheers,

Jose



El mar, 11-10-2011 a las 18:12 +0200, Matthias Dodt escribi&#243;: 

        Hi guys!
        
        It seems there is a problem with the latest GSTRTSPServer. It doesn't
        listen on a socket or establish a connection. Firstly in rtsp-server.c
        there is an ifdef missing (line 615...):
        
        gst_rtsp_server_get_io_channel(...){
        ...
        /* create IO channel for the socket */
        #ifdef G_OS_WIN32
          channel = g_io_channel_win32_new_socket (sockfd);
        #else
          channel = g_io_channel_unix_new (sockfd);
        #endif
        ...
        
        Then the client connects but the server doesn't react on the client's
        OPTIONS request. Any ideas? I guess it must be something with polling
        the socket.
        
        Cheers,
        
        mat
        _______________________________________________
        gstreamer-devel mailing list
        <A HREF="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</A>
        <A HREF="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</A>
        


_______________________________________________
gstreamer-devel mailing list
<A HREF="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</A>
<A HREF="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>