Methods: PAUSE
direction: Client to Server
requirenment: recommended
目的: 讓整個 steam 暫時的停止. 配合 Range header 使用, 但要告知 Server 的不再是 time range, 而是一個 point. 若沒有Range header, 則當作 Client 在這個 point 停止播放, 而下一次的 PLAY 則從這個 point 開始.
Example:
C -> S:
PAUSE rtsp://example.com/fizzle/foo RTSP/1.0
CSeq: 834
Session: 1234
S -> C:
RTSP/1.0 200 OK
CSeq: 834
Date: 23 Jan 1997 15:35:06 GMT