<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello Dwight<div class=""><br class=""></div><div class="">Here's a working example from the server repo itself:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/GStreamer/gst-rtsp-server/blob/master/examples/test-auth-digest.c" class="">https://github.com/GStreamer/gst-rtsp-server/blob/master/examples/test-auth-digest.c</a></div><div class=""><br class=""></div><div class="">Michael</div><div class=""><a href="http://www.ridgerun.com" class="">www.ridgerun.com</a></div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 30 Aug 2021, at 14:09, Dwight Kulkarni via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi All,<div class=""><br class=""></div><div class="">I have got Gstreamer working with my C++ program and I am using the RTSP server in Gstreamer to work with my pipeline.</div><div class=""><br class=""></div><div class="">When I visit the network address: rtsp://<a href="http://192.168.0.20/myserviceurl" class="">192.168.0.20/myserviceurl</a></div><div class=""><br class=""></div><div class="">It is showing the network stream correctly in VLC Client.</div><div class=""><br class=""></div><div class="">However, now I want to turn on digest authentication so that we can secure the stream, and it can only be seen when the username and password is supplied in VLC like so:</div><div class=""><br class=""></div><div class="">rtsp://<a href="http://username:password@192.168.0.20/myserviceurl" class="">username:password@192.168.0.20/myserviceurl</a></div><div class=""><br class=""></div><div class="">If my program has a list of users and passwords, how can I register them with the Gstreamer RTSP server and require digest authentication?<br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><span style="font-size:12.8px" class="">Sincerely,</span><div class=""><br class=""></div><div class="">Dwight Kulkarni      </div></div></div></div></div></div></div></div></div>
</div></blockquote></div><br class=""></div></body></html>