SRS2.0 HTTP-FLV, can it also forward the client IP?
RTMP requests have the client's requested IP,
but FLV does not.
RTMP
{"action":"on_play","client_id":116,"ip":"172.17.0.1","vhost":"defaultVhost","app":"live","stream":"livestream","param":"?token=123&salt=456","pageUrl":""}
FLV
{"action":"on_play","client_id":113,"ip":"","vhost":"defaultVhost","app":"live","stream":"livestream","param":"?token=123&salt=456","pageUrl":""}
TRANS_BY_GPT3