mutaphore / RTSP-Client-Server

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)
522 stars 191 forks source link

Client example deosn't work #15

Open fricoepolenta opened 4 years ago

fricoepolenta commented 4 years ago

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