"I was wondering if anyone has successfully extracted audio from a voice call in order to process the RTP stream. I'm not sure whether WebCallServer makes this easier compared to other solutions."
Thanks in advance
Thanks a lot for your quick answer.
Before doing all the report process we have upgrade the beta version of one app to the release 2.6.120 and now we don't reproduce the issue.
We are testing it in more detail to be sure that it fixs the issue. We'll keep you informed
Thanks again
Additional information: We have upgraded the iPhone 15 to version 1.7.2, but the issue still persists.
Today, we've had more than 50 calls with this problem. :-(
server_logs$ grep "No RTP" flash* | wc -l
53
Hi everyone,
We've been successfully running a couple of apps (iOS and Android) for the last 2-3 years using WCS.
We utilize WCS as a wss-SIP gateway connected to Asterisk. Asterisk forwards outgoing calls to our providers via SIP.
However, over the past month, we've started receiving some...
Thnaks a lot!
It seems that now is OK.
tcp 0 0 10.121.120.26:9443 0.0.0.0:* LISTEN 3923212/java
r# netstat -tulpn | grep 9080
tcp 0 0 10.121.120.26:9080 0.0.0.0:* LISTEN 3923212/java
Thanks a lot.
We always restart the service after any config change:
root@jj:/# grep ws /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
ws.address=10.121.120.26
wss.address=10.121.120.26
ws.port =9080
wss.port =9443
ws.map_custom_headers=true...
I think I may have explained it incorrectly earlier.
I want WCS to only listen in 10.121.120.26 and wss port 9443 and ws port 98080, How should I configure the system?
I configured it as I pasted before:
https.address=10.121.120.26
ws.address=10.121.120.26
wss.address=10.121.120.26...
Thanks a lot for your quick answer.
We've just tried with this config:
https.address=10.121.120.26
ws.address=10.121.120.26
wss.address=10.121.120.26
client_mode=true
outbound_proxy =127.0.0.1
outbound_port =5060
#webrtc ports range
media_port_from =31001
media_port_to...
"Hi, we are trying to configure Flashphoner to only listen on our local network. Our plan is to connect to wss via HAPROXY, which is in the same local network as our WCS.
The current configuration of our flashphoner.properties file is as follows:
ip = 10.121.120.26
ip_local = 10.121.120.26...
Hello,
I'd like to know if WCS is able to get a http stream and broadcastt it.
We'd use something like ffmpeg:
ffmpeg -re -i BigBuckBunny.mp4 -preset ultrafast -acodec aac -vcodec h264 -strict -2 -f flv rtmp://test1.flashphoner.com:1935/live/stream_ffmpeg
But instead of use a file, to use a...