PioLing
7b1f8fedac
Add network traffic statistics ( #4239 )
...
Co-authored-by: xiongguangjie <xiong_panda@163.com >
Co-authored-by: xia-chu <771730766@qq.com >
2025-05-02 16:23:25 +08:00
baigao-X
c0a93f3c8f
Fix SrtCaller Crash problem ( #4171 )
...
1.Fix the crash problem when SrtPlayer reveives an Ack packet
2.Remove SrtCaller's Check on streamid format to make it compatible with
other SRT streaming service。
3.Modify the coding format: replace tab to space
2025-02-28 12:46:43 +08:00
PioLing
aa160c6aa8
Add IPv4/6 bind() check for srt client. ( #4157 )
2025-02-21 19:58:26 +08:00
baigao-X
1c8ed1c55a
Add srt caller mode and stream encryption support. ( #4088 )
...
Add srt caller mode and stream encryption support.
1. Support srt caller mode, realize srt proxy pull stream proxy push
stream;
url parameter format such as: srt://127.0.0.1:9000?streamid=#!
::r=live/test11
2. Support srt stream encrypted transmission in caller and listener
mode.
---------
Co-authored-by: xiongguangjie <xiong_panda@163.com >
2024-12-28 20:21:29 +08:00