josephnhtam / live-streaming-server-net

A .NET implementation of RTMP live streaming server, supporting HTTP-FLV, WebSocket-FLV, HLS, Kubernetes, cloud storage services integration and more.
https://josephnhtam.github.io/live-streaming-server-net/
MIT License
74 stars 11 forks source link

User password authentication #35

Closed kirikoglu closed 2 weeks ago

kirikoglu commented 3 weeks ago

Hi,

Can you implement RTMP source authentication by using user password?

josephnhtam commented 3 weeks ago

Hi @kirikoglu You can implement your authorization handler to check the user password. Please refer to custom authorization demo