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
- 글라이드로앱만들기
- 컴파일
- kotlin
- 안드로이드
- Glide
- 데이터해석능력
- 해외여행데이터
- eSIM
- 앱기획자
- firebase
- 데이터분석
- convert
- log
- error
- Exception
- 기획자역량
- 웹기획자
- 앱기능설명
- 노코드활용
- Gradle
- test
- Android
- 다윈
- C
- 기획자
- Realm
- 데이터활용능력
- 스트리밍
- 사용자중심기획
- 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