RTSP Server Windows

Jose M. Alvarez josema.alvarez at gmail.com
Mon Aug 1 01:44:59 PDT 2011


Hi,

The problem is in GPoolFD (readfd) of GstRTSPWatch from object
GstRTSPConnection. 
The watch's checks fails(revents of the pool is not set) and the event
doesn't dispatched.

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.

Are there other way to try to solve this more easy?


El jue, 28-07-2011 a las 08:46 -0500, William Metcalf escribió: 

> 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
> >> gstreamer-devel at lists.freedesktop.org
> >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> >>
> > _______________________________________________
> > gstreamer-devel mailing list
> > gstreamer-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> 
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110801/8071abfa/attachment.html>


More information about the gstreamer-devel mailing list