默认媒体流 改为 TCP_PASSIVE

This commit is contained in:
shikong 2023-10-06 13:59:35 +08:00
parent f36ed68607
commit 91b488d9a6
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ public class ProxySipConfig {
private String transport = ListeningPoint.UDP;
private StreamMode streamMode = StreamMode.TCP_ACTIVE;
private StreamMode streamMode = StreamMode.TCP_PASSIVE;
@Bean
public SipConfig sipConfig(){

View File

@ -56,7 +56,7 @@ proxy:
port: 5063
ip:
- 10.10.10.20
stream-mode: tcp_active
stream-mode: tcp_passive
# - 192.168.1.241
ffmpeg-support:
ffmpeg: D:\Soft\Captura\ffmpeg\ffmpeg.exe

View File

@ -64,7 +64,7 @@ proxy:
- 192.168.0.195
# - 192.168.3.10
# - 192.168.1.241
stream-mode: tcp_active
stream-mode: tcp_passive
ffmpeg-support:
ffmpeg: /usr/bin/ffmpeg/ffmpeg