- Modified to stream camera immediately after open app, without pressing any button or monitor
- Work well on embedded android devices
- Access camera via mpv:
sudo add-apt-repository ppa:mc3man/mpv-tests
sudo apt update && sudo apt install mpv
mpv rtsp:\\your.android.ip.address:1935
- Editor:
bluelul
https://github.com/pedroSG94/RTSP-Server
Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
To use this library in your project with gradle add this to your build.gradle:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.pedroSG94:RTSP-Server:1.0.8'
implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:2.0.2'
}