Prerequisites
You have activated the CSS service.
In the CSS console, generate a playback address in CSS Toolkit > Address Generator as instructed in Address Generator. Then, implement live playback in your own business based on your business scenarios as follows: Integration into an application
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);
More
Was this page helpful?