修改on_rtsp_auth

夏楚
2023-08-28 11:29:02 +08:00
parent 9bf6161f74
commit 88adfcbe62

@@ -614,8 +614,8 @@ on_rtp_server_timeout=https://127.0.0.1/index/hook/on_rtp_server_timeout
| :---------: | :------: | :----------------------: |
| `code` | `int` | 错误代码0代表允许播放 |
| `msg` | `string` | 播放鉴权失败时的错误提示 |
| `encrypted` | `bool` | 用户密码是否已加密 |
| `passwd` | `string` | 用户密码 |
| `encrypted` | `bool` | 用户密码是明文还是摘要 |
| `passwd` | `string` | 用户密码明文或摘要(md5(username:realm:password)) |