Recent content by mbedial

  1. M

    "Is it possible to extract audio from a WebRTC voice call and apply real-time effects to the audio stream?"

    Thanks a lot for your answer. That server audio proccesiing would also apply to SIP calls?
  2. M

    "Is it possible to extract audio from a WebRTC voice call and apply real-time effects to the audio stream?"

    "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
  3. M

    iOS "No RTP activity" for voice calls

    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
  4. M

    iOS "No RTP activity" for voice calls

    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
  5. M

    iOS "No RTP activity" for voice calls

    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...
  6. M

    Flashphoner to listen only in local IP

    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
  7. M

    Flashphoner to listen only in local IP

    Please use the password I sent with “_” at the end Thanks a lot
  8. M

    Flashphoner to listen only in local IP

    Thanks, I've just sent the form with the access. Please let me know when ou have finished in order to remove the temporal ssh account
  9. M

    Flashphoner to listen only in local IP

    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...
  10. M

    Flashphoner to listen only in local IP

    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...
  11. M

    Flashphoner to listen only in local IP

    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...
  12. M

    Flashphoner to listen only in local IP

    "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...
  13. M

    Can WCS broadcast an incoming http stream?

    Sorry for my explanation that was wrong. Sorry, I meant a HTTP video input, not a file.
  14. M

    Can WCS broadcast an incoming http stream?

    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...
  15. M

    IOS SDK doesn't disconnect calls terminated by the called party

    Thanks a lot Finally it seems that we had a bug with the navigation controller. We fixed it and it works now. BR
Top