peerconnection



POST/message?peer_id=36&to=35

Line-based text data: text/plain (4 lines)

{\n

... \t"sdp" : "v=0\r\no=- 2564865274678976581 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS stream_id\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 9 0 8 13 110 126\r\nc=IN IP4 0.0.0.0\r

\t"type" : "offer"\n

}

POST/message?peer_id=36&to=35

Line-based text data: text/plain (5 lines)

{\n

\t"candidate" : "candidate:3324087323 1 udp 2122260223 172.25.238.91 42768 typ host generation 0 ufrag r9EX network-id 1",\n

\t"sdpMLineIndex" : 0,\n

\t"sdpMid" : "0"\n

}

POST/message?peer_id=36&to=35

Line-based text data: text/plain (5 lines)

{\n

\t"candidate" : "candidate:3324087323 1 udp 2122260223 172.25.238.91 54102 typ host generation 0 ufrag r9EX network-id 1",\n

\t"sdpMLineIndex" : 1,\n

\t"sdpMid" : "1"\n

}

POST/message?peer_id=36&to=35

Line-based text data: text/plain (5 lines)

{\n

\t"candidate" : "candidate:3814212593 1 udp 1686052607 112.10.137.109 6418 typ srflx raddr 172.25.238.91 rport 54102 generation 0 ufrag r9EX network-id 1",\n

\t"sdpMLineIndex" : 1,\n

\t"sdpMid" : "1"\n

}

POST/message?peer_id=35&to=36

Line-based text data: text/plain (4 lines)

{\n

... \t"sdp" : "v=0\r\no=- 4096626779029335130 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS stream_id\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 9 0 8 13 110 126\r\nc=IN IP4 0.0.0.0\r

\t"type" : "answer"\n

}

POST/message?peer_id=35&to=36

Line-based text data: text/plain (5 lines)

{\n

\t"candidate" : "candidate:1101861550 1 udp 2122260223 172.25.238.91 41457 typ host generation 0 ufrag uY/5 network-id 1",\n

\t"sdpMLineIndex" : 0,\n

\t"sdpMid" : "0"\n

}

toDO...

相关推荐
wuminyu3 分钟前
JUC包的AQS与JVM的ObjectMonitor机制对比分析
java·linux·c语言·jvm·c++
闲云自留地43 分钟前
课后作业-20260806-Linux iSCSI服务器
linux·运维·服务器
.冰块.1 小时前
P-SAN 实战:CentOS7 搭建 iSCSI Target 共享块存储
linux·服务器·iscsi
Kina_C1 小时前
Keepalived 单播模式实战:跨网络高可用的关键配置
linux·服务器·网络·keepalived
m0_743697592 小时前
磁盘管理的相关知识
linux
先知后行。2 小时前
内核中的侵入式链表,slub对象池,CAS
linux
艾莉丝努力练剑2 小时前
Mac 远程桌面体验:6 个工具的 macOS 适配情况整理
linux·运维·服务器·macos·面试
酷可达拉斯3 小时前
Linux操作系统-tcpdump抓包定位网络问题实战
linux·运维·服务器·网络·tcpdump
byte轻骑兵3 小时前
BlueZ 5.x 整体架构总览:用户态 + 内核态分层设计核心逻辑
linux·架构·bluez·电脑蓝牙·嵌入式蓝牙
ltl11 小时前
大多数「无锁」代码其实不是无锁的
linux