ZLMediaKit/server
xia-chu 81aef25583 整理startSendRtp相关接口,新增支持udp被动模式
startSendPassive接口指定is_udp为1时则为开启udp被动模式, 被动模式下需要对方先发数据给zlmediakit,然后才能回复rtp数据;
同时在被动模式指定src_port时,不再等待对方连接成功后再返回(而是直接返回成功和端口号,失败通知请监听on_send_rtp_stopped hook)。
2024-07-28 23:37:13 +08:00
..
CMakeLists.txt 避免清空库列表导致 test 编译失败 (#2677) 2023-07-19 23:36:03 +08:00
FFmpegSource.cpp Add snapshot cmd parameter to ignore audio (#3246) 2024-01-26 10:19:19 +08:00
FFmpegSource.h release 8.0 2023-12-09 16:23:51 +08:00
main.cpp BugFix: fix the issue where modifying the default secret resulted in HTTP api authentication failures 2024-03-30 14:04:32 +08:00
Process.cpp release 8.0 2023-12-09 16:23:51 +08:00
Process.h release 8.0 2023-12-09 16:23:51 +08:00
System.cpp Demangle backtrace function binary symbols when generated crash logs 2024-05-25 21:16:57 +08:00
System.h release 8.0 2023-12-09 16:23:51 +08:00
VideoStack.cpp perf: 调整VideoStack相关代码 (#3642) 2024-06-19 14:06:02 +08:00
VideoStack.h perf: 调整VideoStack相关代码 (#3642) 2024-06-19 14:06:02 +08:00
WebApi.cpp 整理startSendRtp相关接口,新增支持udp被动模式 2024-07-28 23:37:13 +08:00
WebApi.h Media tuple refactor (#3715) 2024-07-14 09:32:41 +08:00
WebHook.cpp Media tuple refactor (#3715) 2024-07-14 09:32:41 +08:00
WebHook.h release 8.0 2023-12-09 16:23:51 +08:00