Browse Source

武汉电站webrtc修改

master
WangGuangYuan 8 months ago
parent
commit
6f8f02394e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      inspect-ivs/src/main/java/com/inspect/ivs/domain/ZlmConvertUrl.java

+ 2
- 1
inspect-ivs/src/main/java/com/inspect/ivs/domain/ZlmConvertUrl.java View File

@ -11,7 +11,8 @@ public class ZlmConvertUrl {
this.flv = String.format("%s/live/%s.live.flv", new Object[]{baseAddress, streamId}); this.flv = String.format("%s/live/%s.live.flv", new Object[]{baseAddress, streamId});
this.m3u8 = String.format("%s/live/%s.m3u8", new Object[]{baseAddress, streamId}); this.m3u8 = String.format("%s/live/%s.m3u8", new Object[]{baseAddress, streamId});
this.mp4 = String.format("%s/live/%s.live.mp4", new Object[]{baseAddress, streamId}); this.mp4 = String.format("%s/live/%s.live.mp4", new Object[]{baseAddress, streamId});
this.webrtc = String.format("%s/index/api/webrtc?app=live&stream=%s&type=play", new Object[]{baseAddress, streamId});
// this.webrtc = String.format("%s/index/api/webrtc?app=live&stream=%s&type=play", new Object[]{baseAddress, streamId});
this.webrtc = String.format("/wuhan/videoMonitor2/index/api/webrtc?app=live&stream=%s&type=play", new Object[]{streamId});
} }
public String getFlv() { public String getFlv() {


Loading…
Cancel
Save