RTSP-Camera-for-Android icon indicating copy to clipboard operation
RTSP-Camera-for-Android copied to clipboard

Android based RTSP Server which is able to serve live camera view to multiple RTSP clients, such as VLC.

Results 15 RTSP-Camera-for-Android issues
Sort by recently updated
recently updated
newest added

I just import the project and setup the rtsp camera but I can't recieve with vlc in pc . The error is java.net.SocketException: sendto failed: EPIPE (Broken pipe) can you...

I tested this app on my nexus 7 and i got NetworkOnMainThreadException. What do you think about it? Did you test app on android >3.0?

I've downloaded and installed the application as is. However, I can't get the stream to play. I tried using the hardcoded rtspConnect string "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov" in RtspViewerActivity.java and I've used the...

Hi masters I have succesfully build RtspCamera. But when i run RtspNativeCodecsCamera it shows camera. But if i connect to the server from browser(http://IP:8080/) i can not see camera capture.

UPDATED Actually, I am kind of a newbie on android. As I am trying to find an rtsp server implementation for android, I figured out that your work is great!...