修复级联点播

This commit is contained in:
648540858
2021-09-10 11:37:54 +08:00
parent 407a5b77c3
commit 21eef022b5
2 changed files with 7 additions and 2 deletions

View File

@@ -229,6 +229,7 @@ public class ZLMRTPServerFactory {
*/
public int totalReaderCount(MediaServerItem mediaServerItem, String app, String streamId) {
JSONObject mediaInfo = zlmresTfulUtils.getMediaInfo(mediaServerItem, app, "rtmp", streamId);
if (mediaInfo == null) return 0;
return mediaInfo.getInteger("totalReaderCount");
}