|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String deviceId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 直播流的应用名 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String app; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 通道id | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private int status = 0; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 设备推流的app | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String app = "rtp"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 设备推流的streamId | 
|---|
|  |  |  | 
|---|
|  |  |  | * 自己推流使用的端口 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private int localPort; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 使用的流媒体 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String mediaServerId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getIp() { | 
|---|
|  |  |  | return ip; | 
|---|
|  |  |  | 
|---|
|  |  |  | public void setTcpActive(boolean tcpActive) { | 
|---|
|  |  |  | this.tcpActive = tcpActive; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getMediaServerId() { | 
|---|
|  |  |  | return mediaServerId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setMediaServerId(String mediaServerId) { | 
|---|
|  |  |  | this.mediaServerId = mediaServerId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|