I have to build an android app that can stream video from phone to server using RTSP. What is the best method to implement this?
Asked
Active
Viewed 2,768 times
0
-
Vlc media player,exo player.... – Shivam Oberoi Jun 24 '19 at 05:36
-
@ShivamOberoi actually I want to stream live video from the camera to server, not to play video on phone – Akhil Sudha Jun 24 '19 at 06:08
-
https://stackoverflow.com/questions/36294158/what-is-a-faster-way-of-uploading-video-to-server-using-android-app check this – Shivam Oberoi Jun 24 '19 at 06:41
-
@ShivamOberoi thank you. But this says about uploading a video after saving it. what i need is live streaming directly from camera. – Akhil Sudha Jun 24 '19 at 06:55
-
Possible duplicate of [Streaming video from Android camera to server](https://stackoverflow.com/questions/2550847/streaming-video-from-android-camera-to-server) – Morrison Chang Jun 24 '19 at 07:24