10.6 Protocolos para la transmisión de audio y vídeo

10.6.1 Real-Time Protocol (RTP)

  7 bits    16 bits   32 bits       32 bits  
+---------+----------+-------+-------------------+---------------+  
| Payload | Sequence | Time  |  Synchronization  | Miscellaneous |  
|  type   |  number  | stamp | source identifier |    fields     |  
+---------+----------+-------+-------------------+---------------+

10.6.2 Real-Time Control Protocol (RTCP)

10.6.3 Real-Time Streaming Protocol (RTSP)

  

C: SETUP rtsp://audio.example.com/twister/audio RTSP/1.0  
   Transport: rtp/udp; compression; port=3056; mode=PLAY  
S: RTSP/1.0 200 1 OK  
   Session 4231  
C: PLAY rtsp://audio.example.com/twister/audio.en/lofi RTSP/1.0  
   Session: 4231  
   Range: npt=0-  
S: RTSP/1.0 200 1 OK  
   Session 4231  
C: PAUSE rtsp://audio.example.com/twister/audio.en/lofi RTSP/1.0  
   Session: 4231  
   Range: npt=37  
S: RTSP/1.0 200 1 OK  
   Session 4231  
C: TEARDOWN rtsp://audio.example.com/twister/audio.en/lofi RTSP/1.0  
   Session: 4231  
S: 200 3 OK