Are there any hints or other mechanisms with RTSP to make it only show the most recent frame, instead of buffering? I.e. if there is no smooth motion in the video but need only the most recent frames? Stuttering is fine, just need frames to be as up to date as possible. I can add fields to the RTP SDP or other headers. Just trying to hint to clients like VLC or WMPlayer that it should just play frames up to the most recent one received.
Right now, it accumulates approximately 5 seconds of data, and follows the RTP timestamps.