yuhongqi пре 3 недеља
родитељ
комит
1a7c77b61e

+ 1 - 1
fs-service/src/main/java/com/fs/live/service/impl/LiveServiceImpl.java

@@ -487,7 +487,7 @@ public class LiveServiceImpl extends ServiceImpl<LiveMapper, Live> implements IL
             return R.error("直播已下架");
         }
         String rtmpPushUrl = generateRtmpPushUrl("rtmp://204600.push.tlivecloud.com", "live", exist.getLiveId().toString());
-        String hlvPlayUrl = generateHlvPlayUrl("http://fbylive.hyljcourse.com", "live", exist.getLiveId().toString());
+        String hlvPlayUrl = generateHlvPlayUrl("https://fbylive.hyljcourse.com", "live", exist.getLiveId().toString());
         Date now = new Date();
         exist.setRtmpUrl(rtmpPushUrl);
         exist.setFlvHlsUrl(hlvPlayUrl);