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 | 31 |
Tags
- error
- convert
- Gradle
- 카톡입력중표시없애기
- 카카오톡입력중없애기
- C
- 갤럭시s25엣지후기
- 갤럭시s225엣지리뷰
- 다윈
- 갤러시s25엣지디자인
- 컴파일
- 카톡입력중표시끄기
- 카카오톡입력중끄기
- ethereum
- log
- Realm
- 카톡입력중끄기
- Glide
- 스트리밍
- Android
- 카카오톡입력중표시끄기
- 해외여행데이터
- eSIM
- test
- firebase
- 안드로이드
- Exception
- kotlin
- 카카오톡입력중
- 카톡입력중
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