| | |
| | | |
| | | public class StreamInfo { |
| | | |
| | | private String app; |
| | | private String streamId; |
| | | private String deviceID; |
| | | private String cahnnelId; |
| | | private String channelId; |
| | | private String flv; |
| | | private String ws_flv; |
| | | private String fmp4; |
| | |
| | | private String ws_ts; |
| | | private String rtmp; |
| | | private String rtsp; |
| | | private String rtc; |
| | | private JSONArray tracks; |
| | | |
| | | public String getApp() { |
| | | return app; |
| | | } |
| | | |
| | | public void setApp(String app) { |
| | | this.app = app; |
| | | } |
| | | |
| | | public String getDeviceID() { |
| | | return deviceID; |
| | |
| | | this.deviceID = deviceID; |
| | | } |
| | | |
| | | public String getCahnnelId() { |
| | | return cahnnelId; |
| | | public String getChannelId() { |
| | | return channelId; |
| | | } |
| | | |
| | | public void setCahnnelId(String cahnnelId) { |
| | | this.cahnnelId = cahnnelId; |
| | | public void setChannelId(String channelId) { |
| | | this.channelId = channelId; |
| | | } |
| | | |
| | | public String getFlv() { |
| | |
| | | public void setStreamId(String streamId) { |
| | | this.streamId = streamId; |
| | | } |
| | | |
| | | public String getRtc() { |
| | | return rtc; |
| | | } |
| | | |
| | | public void setRtc(String rtc) { |
| | | this.rtc = rtc; |
| | | } |
| | | } |