<div dir="ltr"><div>Hi James,</div><div><br></div><div>I am not able to share the entire code as it contains some references to other parts of our project, however I am attaching the following functions you can look at.</div><div><br></div><div>int rtsp_server_thread(run *runner)  -> entry point for the thread</div><div>string generate_pipeline_config(server_thread_args *args) -> setup the pipeline that you should test with gst-launch-1.0 prior</div><div>void *rtsp_server_start(void *args) -> start the rtsp server which handles the main gstreamer code</div><div><br></div><div>Best regards.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 30, 2021 at 6:43 PM James via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><br><div><br><blockquote type="cite"><div>On 31 Aug 2021, at 4:09 am, Dwight Kulkarni via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>> wrote:</div><br><div><div dir="ltr">Hi All,<div><br></div><div>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><br></div><div>When I visit the network address: rtsp://<a href="http://192.168.0.20/myserviceurl" target="_blank">192.168.0.20/myserviceurl</a></div><div><br></div><div>It is showing the network stream correctly in VLC Client.</div><div><br></div><div>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><br></div><div>rtsp://<a href="http://username:password@192.168.0.20/myserviceurl" target="_blank">username:password@192.168.0.20/myserviceurl</a></div><div><br></div><div>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"></div></div></div></blockquote><br></div><div>Dwight I spent a couple of days trying to get vlc working with a live stream. I do not need any AUTH.</div><div>Can you and would you share what you've done. You may mail me directly if you choose: jam <at> tigger <dot> ws</div>James</div></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><span style="font-size:12.8px">Sincerely,</span><div><br></div><div>Dwight Kulkarni    <br></div></div></div></div></div></div></div></div>