Download and integrate the MLVB SDK as instructed in the iOS and Android integration guides.
Note:Enable stream pull and playback. Below is the configuration for iOS and Android:
- iOS
V2TXLivePlayer *_txLivePlayer = [[V2TXLivePlayer alloc] init]; >
- Android
V2TXLivePlayer mLivePlayer = new V2TXLivePlayerImpl(mContext);
Was this page helpful?