Latest RTSPServer broken on windows
listas
listas at maiavideo.es
Tue Oct 11 10:46:40 PDT 2011
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.
https://bugzilla.gnome.org/show_bug.cgi?id=338943
Cheers,
Jose
El mar, 11-10-2011 a las 18:12 +0200, Matthias Dodt escribió:
> 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
> 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/20111011/2ee58e2e/attachment.htm>
More information about the gstreamer-devel
mailing list