Overview of MLVB API-Example Scenarios
masterThe MLVB-API-Example project provides implementation examples for various live streaming scenarios. The project is organized into Basic and Advanced features:
Basic Features
- Camera Push: Streaming via device camera (
LivePushCamera). - Screen Recording Push: Streaming the device screen (
LivePushScreen). - Live Playback: Playing a live stream (
LivePlay). - Interactive Link: Real-time interaction/connection (
LiveLink). - Link PK: PK battles/interactivity (
LinkPK).
Advanced Features
- Dynamic Render Switching: Switching rendering components on the fly (
SwitchRenderView). - Custom Video Capture: Using custom video sources (
CustomVideoCapture). - Third-party Beauty: Integrating external beauty/makeup filters (
ThirdBeauty). - RTC Push & Play: Combining RTC connection with ultra-low latency playback (
RTCPushAndPlay).