1 |
#?SuikaWiki/0.9
|
2 |
[1] Conference identififer は、 [[RTSP]] で使われる識別子です。
|
3 |
[[#comment]]
|
4 |
|
5 |
* RFC2326 (RTSP) 3.3 Conference Identifiers
|
6 |
>Conference identifiers are opaque to RTSP and are encoded using
|
7 |
standard URI encoding methods (i.e., LWS is escaped with %). They can
|
8 |
contain any octet value. The conference identifier MUST be globally
|
9 |
unique. For H.323, the conferenceID value is to be used.
|
10 |
|
11 |
Conference 識別子は、 RTSP に対しては不透明で、
|
12 |
標準 [[URI符号化]]方式 (つまり、 [[LWS]] は
|
13 |
[CODE(URI)[[[%]]]] によって escape される。)
|
14 |
を使って符号化します。これはどんなオクテット値をも含めることが出来ます。
|
15 |
Conference 識別子は大域的に固有でなければなりません。
|
16 |
[[H.323]] では、 [CODE[[[conferenceID]]]] 値が使われます。
|
17 |
|
18 |
>
|
19 |
- conference-id = 1*[[xchar]]
|
20 |
|
21 |
>Conference identifiers are used to allow RTSP sessions to obtain
|
22 |
parameters from multimedia conferences the media server is
|
23 |
participating in. These conferences are created by protocols
|
24 |
outside the scope of this specification, e.g., H.323 [13] or SIP
|
25 |
[12]. Instead of the RTSP client explicitly providing transport
|
26 |
information, for example, it asks the media server to use the
|
27 |
values in the conference description instead.
|
28 |
|
29 |
Conference 識別子は、媒体サーバーが処理しているマルチメディア
|
30 |
conference から RTSP [[セッション]]が引数を得るのに使います。
|
31 |
そのような conference はこの仕様書の適用範囲外のプロトコル、
|
32 |
例えば H.323 や [[SIP]] により作成されます。
|
33 |
RTSP クライアントが陽に転送情報を提供する代わりに、
|
34 |
例えば、媒体サーバーに代わりに conference
|
35 |
記述中の値を使うように頼みます。
|
36 |
|
37 |
* RFC の部分の License
|
38 |
[[RFCのライセンス]]
|
39 |
* メモ
|