chornenky
Results
2
comments of
chornenky
Try this hack https://github.com/chornenky/livego/commit/16fd6ed90bf91c8da5b41be0a309814a82d746d8
Hi! I had the same issue, so I've solved it in this way: https://github.com/chornenky/livego/blob/relay-with-auth/protocol/rtmp/relay.go You need to implement interface Authorizer. Method Authorize must return an endpoint. The method is called...