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