Enable RTSP Digest Authentication With Gstreamer
James
jam at tigger.ws
Mon Aug 30 22:43:15 UTC 2021
> On 31 Aug 2021, at 4:09 am, Dwight Kulkarni via gstreamer-devel <gstreamer-devel at lists.freedesktop.org> wrote:
>
> Hi All,
>
> I have got Gstreamer working with my C++ program and I am using the RTSP server in Gstreamer to work with my pipeline.
>
> When I visit the network address: rtsp://192.168.0.20/myserviceurl <http://192.168.0.20/myserviceurl>
>
> It is showing the network stream correctly in VLC Client.
>
> 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:
>
> rtsp://username:password@192.168.0.20/myserviceurl <http://username:password@192.168.0.20/myserviceurl>
>
> If my program has a list of users and passwords, how can I register them with the Gstreamer RTSP server and require digest authentication
Dwight I spent a couple of days trying to get vlc working with a live stream. I do not need any AUTH.
Can you and would you share what you've done. You may mail me directly if you choose: jam <at> tigger <dot> ws
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210831/10d69c67/attachment.htm>
More information about the gstreamer-devel
mailing list