I am trying to make a simple rtsp streaming server in java. The server is able to stream the video properly to the custom written player.
The problem I that I am not abl
try to keep as close as possible to the rfc. http://www.ietf.org/rfc/rfc2326.txt
try to remove the Supported: and Server: lines.