TXLivePusher
object and set V2TXLiveMode
to _RTMP
when initializing the V2TXLivePusher
component. Below is the configuration for iOS and Android:V2TXLivePusher *pusher = [[V2TXLivePusher alloc] initWithLiveMode:V2TXLiveMode_RTMP];
V2TXLivePusher mLivePusher = new V2TXLivePusherImpl(this, V2TXLiveDef.V2TXLiveMode.TXLiveMode_RTMP);
Was this page helpful?