|
|
|
@ -11,7 +11,8 @@ public class ZlmConvertUrl { |
|
|
|
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.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() { |
|
|
|
|