Skip to content

Android app to stream camera to RTSP player (mpv or OBS) seamlessly after opening app, without pressing any button

License

Notifications You must be signed in to change notification settings

bluelul/RTSP_Camera_Stream

Repository files navigation

RTSP-Server

  • 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

Original repo

https://github.com/pedroSG94/RTSP-Server

Release

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.

Compile

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'
}

About

Android app to stream camera to RTSP player (mpv or OBS) seamlessly after opening app, without pressing any button

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages