PHZ76 / RtspServer

RTSP Server , RTSP Pusher
MIT License
991 stars 356 forks source link

不带用户名密码认证 #13

Closed lilei-John closed 4 years ago

lilei-John commented 5 years ago

没看到支持

PHZ76 commented 5 years ago

是的,目前还没支持。这几天是假期,我抽空加一下这个功能,完成以后我在这里回复你。

PHZ76 commented 5 years ago

RTSP服务器已经支持摘要认证。

example: ... server.setAuthConfig("-_-", "admin", "12345"); ...

lilei-John commented 5 years ago

厉害👍🏻

---原始邮件--- 发件人: "PHZ"<notifications@github.com> 发送时间: 2019年10月9日(星期三) 下午2:55 收件人: "PHZ76/RtspServer"<RtspServer@noreply.github.com>; 抄送: "Author"<author@noreply.github.com>;"David.Li"<foxmaillu@qq.com>; 主题: Re: [PHZ76/RtspServer] 不带用户名密码认证 (#13)

RTSP服务器已经支持摘要认证。

example: ... server.setAuthConfig("-_-", "admin", "12345"); ...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.