Package io.antmedia.datastore.db.types
Class Endpoint
java.lang.Object
io.antmedia.datastore.db.types.Endpoint
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
Endpoint service id, this field holds the id of the endpointprivate String
RTMP URL of the endpointprivate String
Keeps track of the RTMP endpoint status if it is writing or not {@link IAntMediaStreamHandler#BROADCAST_STATUS_*}private String
Service name like facebook, periscope, youtube or generic it should match the VideoServiceEndpoint names or it can be generic -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setEndpointServiceId
(String endpointServiceId) void
setRtmpUrl
(String rtmpUrl) void
void
-
Field Details
-
status
Keeps track of the RTMP endpoint status if it is writing or not {@link IAntMediaStreamHandler#BROADCAST_STATUS_*} -
type
Service name like facebook, periscope, youtube or generic it should match the VideoServiceEndpoint names or it can be generic -
rtmpUrl
RTMP URL of the endpoint -
endpointServiceId
Endpoint service id, this field holds the id of the endpoint
-
-
Constructor Details
-
Endpoint
public Endpoint()Default constructor used in BroadcastRestService.addEndpoint -
Endpoint
-
-
Method Details
-
getRtmpUrl
-
setRtmpUrl
-
getEndpointServiceId
-
setEndpointServiceId
-
getType
-
setType
-
getStatus
-
setStatus
-