From 6c8f4904d3f2b7942ad76dc0d2a7edc7daf14c58 Mon Sep 17 00:00:00 2001 From: David Laban Date: Tue, 25 Jan 2011 16:23:51 +0000 Subject: Update to spec master (Stream_Component enum) --- spec/Call_Stream_Interface_Media.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/Call_Stream_Interface_Media.xml b/spec/Call_Stream_Interface_Media.xml index 21255ab..dffb0a4 100644 --- a/spec/Call_Stream_Interface_Media.xml +++ b/spec/Call_Stream_Interface_Media.xml @@ -110,9 +110,35 @@ + + + RTP streams can use more than one UDP socket: one for RTP (data) + and one for RTCP (control). Most of the time, they are adjacent + to each other, but some protocols (xmpp) signal each port separately. + + + + The stream transport type is unknown or not applicable + (should not appear over dbus). + + + + + This is the high-traffic data socket, containing the audio/video + data for the stream. + + + + + This is the low-traffic control socket, usually containing feedback + about packet loss etc. + + + + A Stream Candidate. - + The component number. -- cgit v1.2.3