culyzhao

Results 2 issues of culyzhao

I found something wrong with https://github.com/riltech/streamer/blob/master/process.go > if p.audio { > processCommands` = append(processCommands, "-an") > } -an means disable audio, so by default, the hls video has no audio,...

使用场景是有上百个摄像头通过ffmpeg 转rtsp 到rtmp推流到pingos,通过hls查看直播流,查看请求非常少,个位数。 通过实验发现worker_processes默认4会有大量推流不能生成hls文件,扩到到12(和cpu核匹配)有改善,但还是不能满足全部推流的转发,但其实cpu使用率并不高,12%左右。这种情况下如何配置才比较合理呢?