Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试了解 WebRTC API,尽管在 SDP blob(也称为 RTCSessionDescription)中似乎有一个连接主机的 IP 地址字段,但没有 API 可以从 JS 设置它。
是否可以通过 IP 地址连接到特定主机?
是的,您可以连接到特定主机,因为您可以在将 SDP blob 注入浏览器之前对其进行编辑。但是SDP除了IP地址之外还有很多其他的字段。您应该知道,SDP 应该来自另一方,拥有正确的 ICE 用户/通行证和候选人,以及对流进行编码的正确密钥,以便对方可以与您建立连接。