AgoraRtmpStreamingEvent Constants Reference
Declared in | AgoraEnumerates.h |
---|
AgoraRtmpStreamingEvent
Events during the RTMP or RTMPS streaming.
Definition
typedef NS_ENUM(NSUInteger, AgoraRtmpStreamingEvent ) {
AgoraRtmpStreamingEventFailedLoadImage = 1,
AgoraRtmpStreamingEventUrlAlreadyInUse = 2,
};
Constants
AgoraRtmpStreamingEventFailedLoadImage
-
1: An error occurs when you add a background image or a watermark image to the RTMP stream.
Declared In
AgoraEnumerates.h
. AgoraRtmpStreamingEventUrlAlreadyInUse
-
2: The streaming URL is already being used for CDN live streaming. If you want to start new streaming, use a new streaming URL.
Available in v3.4.5
Declared In
AgoraEnumerates.h
.
Declared In
AgoraEnumerates.h