mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-06 10:57:50 +08:00
startSendPassive接口指定is_udp为1时则为开启udp被动模式, 被动模式下需要对方先发数据给zlmediakit,然后才能回复rtp数据; 同时在被动模式指定src_port时,不再等待对方连接成功后再返回(而是直接返回成功和端口号,失败通知请监听on_send_rtp_stopped hook)。 |
||
|---|---|---|
| .. | ||
| 127.0.0.1.postman_environment.json | ||
| readme.md | ||
| ZLMediaKit.postman_collection.json | ||
把这两个json文件导入postman就可以愉快的测试ZLMediaKit的restful接口了