Build Real-time Streaming Apps for Android

ConoStream SDK gives you everything you need to add live audio and video streaming to your Android apps. Crystal-clear quality, ultra-low latency.

// Connect to a room and start streaming in 3 lines
ConoStreamManager manager = new ConoStreamManager(context);
manager.connect(serverUrl, token, listener);
manager.publishMicrophone();
<100ms
Ultra-low Latency
HD
Video Quality
Scalable Users

Powerful Features

Everything you need for professional live streaming

🎙️

Audio Streaming

Crystal clear audio with automatic noise cancellation and echo reduction. Perfect for audio rooms.

📹

Video Streaming

HD video streaming with adaptive bitrate and ultra-low latency. Smooth on any network.

👥

Multi-participant

Support for hosts, co-hosts, and unlimited audience. Built for social apps.

⚔️

PK Battles

Split-screen battles between hosts. Built-in support for competitive streaming.

🎵

Background Music

Mix background music with live audio. Perfect for entertainment apps.

Beauty Filters

Built-in beauty effects with skin smoothing, face slimming, and filters.

Quick Start

Get streaming in minutes

1

Add the SDK

// app/build.gradle
implementation files('libs/conostream-android-sdk-release.aar')
implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.05'
2

Initialize Manager

public class MyApp extends Application {
    private ConoStreamManager manager;

    public void onCreate() {
        manager = new ConoStreamManager(this);
    }
}
3

Connect & Stream

manager.connect(serverUrl, token, new Listener() {
    @Override
    public void onConnected() {
        manager.publishMicrophone(); // You're live!
    }
});

Ready to build your streaming app?

Read Full Documentation →

Built For

🎤 Live Streaming

Build apps like Bigo Live, TikTok Live with audio/video rooms and gifts.

🎧 Audio Social

Create Clubhouse-style audio rooms with multiple speakers and listeners.

📚 E-Learning

Live classes with teacher video, student interaction, and screen sharing.

🏥 Telemedicine

Secure doctor-patient video consultations with HD quality.

SDK Components

Modular architecture for your needs

📦 ConoStreamManager

Core room management, connection, and basic audio/video publishing.

🎙️ ConoStreamAudioHelper

Audio room features - host, co-host, audience, upgrade/downgrade.

📹 ConoStreamVideoHelper

Video streaming with camera control, PK battles, and beauty filters.

🎵 ConoStreamMusicMixer

Background music mixing with volume control and playback.