Android - RTSP Streaming from Camera and view from remote location

30 Views Asked by At

I Want to create an Android app that will have the functionality to stream camera over the RTSP on my public IP address, and it can be viewed by anyone with whom I'll share my IP address using the RTSP URL.

RTSP Stream URL: "rtsp://${ANDROID_DEVICE_PUBLIC_IP_ADDRESS}:${PORT}/"

I've tried numerous solution that are being offered by all the libraries:

0

There are 0 best solutions below