Description of Media parameter in SIP "m=audio 12548 RTP/AVP 0 8 101"
Asked Answered
sip
J

1

8

Can anyone describe each parameter in following media information

m=audio 12548 RTP/AVP 0 8 101

Thanks

Jesselyn answered 9/1, 2015 at 21:27 Comment(0)
P
14

It's a field from SDP protocol, describing parameters of media ("m" is for "media"). Next, type of media is "audio", not video, for example. (m=audio). 12548 is a port address for streaming media. "RTP/AVP" means "RTP Audio/Video Profile" and representing one of RTP profiles, which are coded by 0, 8 and 101. 0 is PCMU 8000 Hz, 8 is PCMA 8000 Hz, and 101 is payload type for DTMF digits sending. There are some links that can be useful:

Patchouli answered 11/1, 2015 at 7:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.