LiveEventStream Android App
Privacy Policy for for LiveEventStream
Last updated: February 27, 2026
This Privacy Policy describes how Technodrome ("we", "us", or "our") handles information when you use the LiveEventStream Android application.
Information We Collect
LiveEventStream does not collect or store any personal data on our servers.
All data you enter — stream settings, platform credentials, overlay configurations — is stored locally on your device using an encrypted local database.
Permissions Used
Camera (android.permission.CAMERA) The app uses your device camera to capture live video for streaming and local recording. Video is either streamed directly to your chosen platform (YouTube, Twitch, Facebook) via RTMP protocol, or saved as an MP4 file on your device. We do not upload or store your camera footage anywhere.
Microphone (android.permission.RECORD_AUDIO) The app uses your microphone to capture audio during live streams and recordings. Audio is streamed or saved locally, identical to the camera usage above.
Internet (android.permission.INTERNET) Required to send your video stream to external platforms (YouTube, Twitch, Facebook) and to load live chat messages from those platforms during a stream.
Third-Party Services
YouTube Live API If you connect a YouTube channel, the app reads live chat messages using the YouTube Data API v3. We only read public chat messages visible during your stream. No data from YouTube is stored on our servers.
Twitch Chat (IRC WebSocket) If you connect a Twitch channel, the app connects to Twitch's IRC WebSocket to display live chat. We only read public chat messages. No data from Twitch is stored on our servers.
RTMP Streaming When you stream, your video and audio are sent directly from your device to the streaming platform's servers (YouTube, Twitch, Facebook) using the RTMP protocol. We have no access to this data.
Local Storage
The following data is stored only on your device:
- Stream platform configurations (RTMP URLs, stream keys)
- Overlay element settings (text, images, positions)
- Stream session history (start time, duration, status)
- App preferences (dark/light theme, default settings)
This data never leaves your device unless you manually export it.
Local Recordings
If you use the local recording feature, MP4 files are saved to your device's media storage. These files remain on your device only and are not uploaded anywhere.
Data Sharing
We do not sell, trade, or share any data with third parties. The app operates entirely locally, communicating only with the streaming platforms you explicitly configure.
Children's Privacy
LiveEventStream is not directed at children under 13. We do not knowingly collect information from children.
Changes to This Policy
We may update this Privacy Policy from time to time. Changes will be posted at this page with an updated date.
Contact
If you have any questions about this Privacy Policy, contact us at:
Email:
Website: https://technodrome.nasrpskom.com
- Details
- Written by: Admin
- Parent Category: Android aplications
- Category: LiveEventStream Android App
- Hits: 74
LiveEventStream Android Application
LiveEventStream is a modern Android application for mobile live streaming production. Stream simultaneously to YouTube, Twitch, Facebook, Instagram, and TikTok with real-time overlay elements (scoreboards, text, images, chat) and dual-mode interface (Admin/Viewer).
📋 GENERAL INFORMATION
What is LiveEventStream?
The application serves as a mobile production studio for live streaming. Users can manage overlay elements in real-time, configure multiple streaming platforms simultaneously, and use the Dress Rehearsal mode to test everything before going live.
Main Purpose:
- Sports teams for live streaming matches with scoreboard overlays
- Event organizers for multi-platform simultaneous streaming
- Content creators for YouTube/Twitch streaming with chat integration
- Schools and universities for educational streaming with annotations
- Fitness centers and gaming streamers with live statistics
Key Features:
- ✅ Multi-platform RTMP - YouTube, Twitch, Facebook, Instagram, TikTok simultaneously
- ✅ Live Chat Integration - Twitch IRC WebSocket + YouTube Live Chat API polling
- ✅ Local Recording - MP4 recording parallel to live stream (MediaMuxer)
- ✅ 5 Overlay Templates - Sport, Gaming, News, Event, Minimal presets
- ✅ Dress Rehearsal Mode - Test setup before going live
- ✅ Dual-Mode Interface - Admin controls + clean Viewer mode
- ✅ Dark/Light Theme - Persistent theme preference
- ✅ Open-source - All components Apache 2.0
- ✅ Modern UI - Material Design 3 + Jetpack Compose
- ✅ Crash Reporting - Automatic ACRA crash reports
🔧 TECHNICAL STACK
Used Libraries:
- Jetpack Compose - Modern UI framework (BOM 2025.02.00)
- Material3 - Design system
- Media3 / ExoPlayer - Video streaming (1.9.2)
- CameraX - Camera recording (1.5.3)
- Koin - Dependency injection (4.0.0)
- Room - Local database v4 with migrations (2.8.4)
- Ktor - WebSocket client for Twitch IRC (3.0.3)
- OkHttp / Retrofit - YouTube Chat API polling (4.12.0 / 2.10.0)
- Coil 3 - Image loading (3.3.0)
- Firebase Firestore - Real-time chat (BOM 33.0.0)
- DataStore Preferences - Theme persistence (1.1.0)
- Timber - Logging (5.0.1)
- ACRA - Crash reporting (5.11.3)
Architecture:
- MVVM - Model-View-ViewModel
- Clean Architecture - Data / Domain / Presentation layers
- Repository Pattern - Data layer with @Transaction support
- Dependency Injection - Koin 4.0 (4 modules)
- Kotlin Coroutines + Flow - Reactive state management
📱 COMPATIBILITY
- Minimum version: Android 7.0 (API 24)
- Target version: Android 15 (API 35)
- Kotlin: 2.2.10
- AGP: 9.0.1
- Architecture: ARM64, ARMv7, x86_64
- RAM minimum: 2GB
- Storage: 100MB + additional space for local recordings
🚀 GETTING STARTED
1. Prerequisites
- Android Studio (Ladybug 2024.2+)
- Java JDK 17+
- Android SDK 35+
- Android SDK Build-Tools 35.0.0+
- Details
- Written by: Admin
- Parent Category: Android aplications
- Category: LiveEventStream Android App
- Hits: 244