<!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>
Hi,<BR>
<BR>
The problem is in GPoolFD (readfd) of GstRTSPWatch from object GstRTSPConnection. <BR>
The watch's checks fails(revents of the pool is not set) and the event doesn't dispatched.<BR>
<BR>
If I use g_io_add_watch() with the socket I can detect when data arrives, but I must change GstRTSPConnection class. I think that is not a good idea.<BR>
<BR>
Are there other way to try to solve this more easy?<BR>
<BR>
<BR>
El jue, 28-07-2011 a las 08:46 -0500, William Metcalf escribi&#243;: 
<BLOCKQUOTE TYPE=CITE>
<PRE>
Matteo,

That sounds very great! If the RTSP guys do not mind, it would be great 
if you could send the package directly to this email address.  I will 
test it out with my current project and I will let you know of any bugs 
or errors I see when testing, and I will help you make any changes that 
I can.

Thank you very much for sharing your code with me!

William

On 7/28/2011 1:44 AM, Pampolini Matteo wrote:
&gt; Hi William,
&gt;
&gt; I have your same need, I tried to find something already done without
&gt; success, so I managed to do all the changes by myself and just yesterday
&gt; I was able to see RTSP server working fine on Windows.
&gt;
&gt; Unfortunately RTSP server architecture doesn't seem to fit Windows
&gt; constraints (in particular RTSP source is not woken up when an RTSP
&gt; packet is received, though the socket is connected) so I had to insert a
&gt; completely different code in case of Windows only. I'm aware that
&gt; probably it's not the best solution, but it works and it took me not so
&gt; much time to achieve this.
&gt;
&gt; I can send the package directly to you or, if RTSP guys prefer, I can
&gt; put it in a public place, warning again that has to be tested a little
&gt; bit more, and surely you can help me on this.
&gt;
&gt; Please let me know,
&gt;
&gt; Matteo
&gt;
&gt; On 07/27/2011 05:08 PM, William Metcalf wrote:
&gt;&gt; Hello all,
&gt;&gt;
&gt;&gt; Has anybody been successful in getting the gst rtsp server to build in
&gt;&gt; Windows?  I am currently working on converting it myself, but I just
&gt;&gt; wanted to make sure there was not a working version already available
&gt;&gt; out there.  Having the RTSP server on Windows would be very helpful for
&gt;&gt; forwarding a stream through a streaming media server like WOWZA.
&gt;&gt;
&gt;&gt; Thank you,
&gt;&gt; William
&gt;&gt; _______________________________________________
&gt;&gt; gstreamer-devel mailing list
&gt;&gt; <A HREF="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</A>
&gt;&gt; <A HREF="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</A>
&gt;&gt;
&gt; _______________________________________________
&gt; gstreamer-devel mailing list
&gt; <A HREF="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</A>
&gt; <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>
<BR>
</BODY>
</HTML>