Skip to content

Commit

Permalink
password should be the hex of md5(original password)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookpro committed Jan 12, 2019
1 parent ae5d79e commit 565aaff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easydarwin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ timeout=28800
; 是否使能gop cache。如果使能,服务器会缓存最后一个I帧以及其后的非I帧,以提高播放速度。但是可能在高并发的情况下带来内存压力。
gop_cache_enable=1

; 是否使能向服务器推流或者从服务器播放时验证用户名密码
; 是否使能向服务器推流或者从服务器播放时验证用户名密码. [注意] 因为服务器端并不保存明文密码,所以推送或者播放时,客户端应该输入密码的md5后的值。
; password should be the hex of md5(original password)
authorization_enable=0

; 是否使能推送的同事进行本地存储,使能后则可以进行录像查询与回放。
Expand Down

0 comments on commit 565aaff

Please sign in to comment.