Ok, So if I remove the authentication manager from the server using
gst_rtsp_server_set_auth(server, NULL), it works like a charm. However, if I
keep the authentication manager attached with server, it always asks for
username and password.
Also I have tried using the default token:
token = gst_rtsp_token_new(GST_RTSP_TOKEN_MEDIA_FACTORY_ROLE,
G_TYPE_STRING, "anonymous", NULL);
gst_rtsp_auth_set_default_token(auth, token);
But whenever I try to set default token, I cannot connect with rtsp stream
anymore! Seems like a bug to me.
Any help is appreciated.
--
Sent from:
http://gstreamer-devel.966125.n4.nabble.com/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel