[Bug 765312] player: Handle authentication

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 25 12:15:22 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=765312

Guillaume Desmottes <gdesmott at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdesmott at gnome.org

--- Comment #1 from Guillaume Desmottes <gdesmott at gnome.org> ---
What's our plan for this?

Adding user-id and user-pw options to the new config object is trivial but
doesn't solve the "ask user about credentials" part.

We could also have this kind of interface implemented by GstPlayer:

gboolean (GstAuthenticationCallBack *) (GstObject *self,
    gchar **user,
    gchar **password,
    gpointer user_data);

void gst_authentication_register_callback (GstObject * self,
    GstAuthenticationCallBack cb,
    gpointer user_data);


What do you mean about "API improvements in the lower layers"? Like having
messages and events asking/providing credentials?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list