mdn/content

SDP glossary page not informative enough

Open

#36,500 建立於 2024年10月25日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Markdown (22,427 fork)batch import
Content:Glossaryhelp wanted

倉庫指標

Star
 (8,900 star)
PR 合併指標
 (平均合併 7天 3小時) (30 天內合併 147 個 PR)

描述

MDN URL

https://developer.mozilla.org/en-US/docs/Glossary/SDP

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

SDP (Session Description Protocol) is the standard describing a peer-to-peer connection. SDP contains the codec, source address, and timing information of audio and video.

What did you expect to see?

Unique id is important, I guess?

I was trying to figure out if cache for signaling is possible, and I found information unique or always changes so far is just sess-id. Is this correct?

Do you have any supporting links, references, or citations?

<sess-id> is a numeric string such that the tuple of <username>, <sess-id>, <nettype>, <addrtype>, and <unicast-address> forms a globally unique identifier for the session. The method of <sess-id> allocation is up to the creating tool, but a timestamp, in seconds since January 1, 1900 UTC, is recommended to ensure uniqueness. https://www.rfc-editor.org/rfc/rfc8866.html

Do you have anything more you want to share?

No response

MDN metadata

貢獻者指南