Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Exception
- vuepress
- kotlin
- fabic
- web3js
- C
- 다윈
- Hyperledger
- Android
- Gradle
- log
- hardwareacceleration
- coroutines
- porterduff
- LAYER_TYPE_SOFTWARE
- test
- Glide
- firebase
- fabric-sdk-java
- quick-start
- error
- Realm
- 스트리밍
- convert
- dataginding
- 컴파일
- null safety
- bigquery
- 안드로이드
- ethereum
Archives
- Today
- Total
날마다 새롭게 또 날마다 새롭게
SDP(Session Description Protocol) 정리 본문
출처 : 위키, RFC4566
다음은 SDP의 구문이다. [1]
Session description v= (protocol version) o= (originator and session identifier) s= (session name) i=* (session information) u=* (URI of description) e=* (email address) p=* (phone number) c=* (connection information -- not required if included in all media) b=* (zero or more bandwidth information lines) One or more time descriptions ("t=" and "r=" lines; see below) z=* (time zone adjustments) k=* (encryption key) a=* (zero or more session attribute lines) Zero or more media descriptions
Time description t= (time the session is active) r=* (zero or more repeat times)
Media description, if present m= (media name and transport address) i=* (media title) c=* (connection information -- optional if included at session level) b=* (zero or more bandwidth information lines) k=* (encryption key) a=* (zero or more media attribute lines)
Comments