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
- C
- Glide
- 스탠바이미2세대
- 스트리밍
- 스탠바이미2단점
- Realm
- 스탠바이미2리뷰
- 닌텐도스위치2출시
- 컴파일
- 가벼운갤럭시
- test
- firebase
- kotlin
- Android
- Gradle
- Exception
- 스탠바이미2실사용
- error
- 스탠바이미2후기
- 안드로이드
- 닌텐도2
- 닌텐도스위치2게임
- log
- 다윈
- convert
- 스탠바이미2출시
- 스탠바이미2사용후기
- 스탠바이미2장점
- ethereum
- 스탠바이미2총평
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