RTSP-Client-Server icon indicating copy to clipboard operation
RTSP-Client-Server copied to clipboard

Implementation of a streaming video server and client that communicate using the Real-Time Streaming Protocol (RTSP) and send data using the Realtime Transfer Protocol (RTP)

Results 8 RTSP-Client-Server issues
Sort by recently updated
recently updated
newest added

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException : Index 1 out of bounds for length 0 at Server.main(Server.java:138) The above given error is showing up and I'm not able to figure out...

how can I use this in eclipse or in idea cause my system is win,I use a whole day to search how to download make but no result.Hope you could...

Hi! I think in the constructor of an RTPpacket object from the packet bistream, the Ssrc needs to be built. As I am working on a protocal called GB28181, I...

I want to try specify other video and I use FFmpeg to convert a `.mp4` file to `.mpeg` using `ffmpeg -i rhino.mp4 -c:v mjpeg -q:v 3 -huffman optimal -an output.Mjpeg`,...

In Client.java, method sendRequest, you should add an extra "RTSPBufferedWriter.write(CRLF);" before flushing the stream in order to get the example work

I'm not able to connect with VLC to the java server.

Hi, I like the semplicity of the demo code but when I play the video it's very slow. I also deactivated all output in console but it's still slow. How...

enhancement