sxfman

Results 6 issues of sxfman

设置限速的时候单位是:KB/S 显示的时候单位是:kb/s 真实的数值到底在哪个为准?

bug

运行过程中发现客户端总是不定期地自动与服务器断开连接,提示就是普通的检测超时: 2024/07/04 17:26:08 mux: read session unpack from connection err read tcp 10.0.8.4:8024->120.245.78.111:24254: use of closed network connection 2024/07/04 17:28:00 mux: ping time out, checktime 3 threshold 2 我使用的云服务器总上行带宽只有10Mbps,如果不针对客户端限速,断的频率会非常高。为了避免频繁断连,我给NPC客户端设置限速1MBps: 但当穿越访问客户端的流量持续跑满时,隧道就会断开。...

bug

root@OpenWrt:/tmp# uname -a Linux OpenWrt 5.10.146 #0 SMP Fri Oct 14 22:44:41 2022 aarch64 GNU/Linux root@OpenWrt:/tmp# file ./npc ./npc: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked,...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

cmd_ffmpeg = [ 'ffmpeg_core_' + self.camType, '-hwaccel', 'rkmpp', '-f', 'mjpeg', '-r', '30', '-i', '-', '-c:v', 'h264_rkmpp', '-flags', '+low_delay', '-video_size', '1920x1080', '-r', '30', '-vbsf', 'h264_mp4toannexb', '-b:v', '2M', '-profile:v', "high", '-level', '4.1',...

question

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement