怎么向Ant Media Server查询当前观看人数
How can I ask from Ant Media Server the number of current viewers
我这样试过:
netstat -a | grep EST|grep -v localhost| grep \:5080| cut -d' ' -f 16-17|cut -d':' -f1|sort|uniq|wc -l
但显然无法显示来自同一ip 的观众。
当然有更好的方法来做到这一点...
谢谢!
你想访问你的观众总数吗?
您可以使用 REST 服务访问观众人数。你能检查一下吗https://antmedia.io/rest/#/BroadcastRestService/getBroadcastStatistics
我这样试过:
netstat -a | grep EST|grep -v localhost| grep \:5080| cut -d' ' -f 16-17|cut -d':' -f1|sort|uniq|wc -l
但显然无法显示来自同一ip 的观众。 当然有更好的方法来做到这一点...
谢谢!
你想访问你的观众总数吗?
您可以使用 REST 服务访问观众人数。你能检查一下吗https://antmedia.io/rest/#/BroadcastRestService/getBroadcastStatistics