增加hookip设置, 是否开启自动配置设置

This commit is contained in:
648540858
2020-12-02 15:33:19 +08:00
parent fe09511aed
commit 3c8507daee
3 changed files with 66 additions and 25 deletions

View File

@@ -93,6 +93,7 @@ public class PlayController {
lockFlag = false;
logger.info("流编码信息已获取");
JSONArray tracks = mediaInfo.getJSONArray("tracks");
logger.info(tracks.toJSONString());
streamInfo.setTracks(tracks);
storager.startPlay(streamInfo);
} else {