Winlin

Results 378 comments of Winlin

If you look at the example provided by Prometheus, [Use Labels](https://prometheus.io/docs/practices/instrumentation/#do-not-overuse-labels) ``` To give you a better idea of the underlying numbers, let's look at node_exporter. node_exporter exposes metrics for...

The metrics of Prometheus are generally suitable for aggregation, such as start time and end time, which are not suitable to be stored in Prometheus. These are suitable to be...

This is a problem that should be consistent. If there is no disconnection, the client will not be aware when the anchor starts streaming again, which provides a better user...

@matclayton I reopened this issue, and changed the issue description.

Seems Brava is a tool like OBS, you could record the stream output by Brave to file. Then use FFmpeg to covert file to RTMP. If it replay the glitches,...

What is the stack of coredump like? Can you execute `bt` to check? How high is the video bitrate? `TRANS_BY_GPT3`

You have enabled the origin cluster `origin_cluster on;`, but did not follow the configuration of the origin cluster, so there are issues. Of course, there should not be a coredump...

Confirming that it is a configuration issue, enabling the origin server cluster `origin_cluster on;` without configuring `cluster.coworkers` will cause a crash, and it happens consistently. ```cpp vector SrsConfig::get_vhost_coworkers(string vhost) {...