An Android TV app that receives SRT video streams via SRTDroid and plays them in real time using ExoPlayer. Point an SRT source (e.g. OBS) at your TV and it mirrors the stream full-screen.
- Android TV device or emulator with ARM support (x86 emulators are not supported)
- Android 7.0 (API 24) or higher
./gradlew assembleDebug./gradlew assembleReleaseRequires JDK 21.
- Install the APK on your Android TV device
- Open SRT Mirror — it will display the device's local IP and the listen port
- In OBS (or any SRT-capable tool), set the output to SRT with the URL:
srt://<tv_ip>:<port_number>?mode=caller
- Start streaming — the TV will automatically connect and display the feed full-screen
To change the listen port, navigate to Settings from the waiting screen.

