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();
Everything you need for professional live streaming
Crystal clear audio with automatic noise cancellation and echo reduction. Perfect for audio rooms.
HD video streaming with adaptive bitrate and ultra-low latency. Smooth on any network.
Support for hosts, co-hosts, and unlimited audience. Built for social apps.
Split-screen battles between hosts. Built-in support for competitive streaming.
Mix background music with live audio. Perfect for entertainment apps.
Built-in beauty effects with skin smoothing, face slimming, and filters.
Get streaming in minutes
// app/build.gradle
implementation files('libs/conostream-android-sdk-release.aar')
implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.05'
public class MyApp extends Application {
private ConoStreamManager manager;
public void onCreate() {
manager = new ConoStreamManager(this);
}
}
manager.connect(serverUrl, token, new Listener() {
@Override
public void onConnected() {
manager.publishMicrophone(); // You're live!
}
});
Ready to build your streaming app?
Read Full Documentation →Build apps like Bigo Live, TikTok Live with audio/video rooms and gifts.
Create Clubhouse-style audio rooms with multiple speakers and listeners.
Live classes with teacher video, student interaction, and screen sharing.
Secure doctor-patient video consultations with HD quality.
Modular architecture for your needs
Core room management, connection, and basic audio/video publishing.
Audio room features - host, co-host, audience, upgrade/downgrade.
Video streaming with camera control, PK battles, and beauty filters.
Background music mixing with volume control and playback.