winshining / nginx-http-flv-module

A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are supported now.
BSD 2-Clause "Simplified" License
2.71k stars 567 forks source link

[question] Address name in live statistics #233

Closed moonlightes closed 1 year ago

moonlightes commented 1 year ago

Is it possible to somehow change the name of the stream, in the statistics? Change the address field to text or somehow add text for differences. Снимок

winshining commented 1 year ago

No. The field is Address, not the name of stream and it is on the upper left, which is stream.

moonlightes commented 1 year ago

In nginx rtmp, in the address field, the domain was written which was specified for the push directive, which made it clear where the problem occurs (for example, frame loss). By ip addresses it is difficult to distinguish rtmp services where restream is conducted. Isn't there some way to name the client?