Recent content by snon

  1. S

    Echo in latest Android 10 on Pixel phones

    I can confirm that the echo is not present when on bluetooth headset. So something with the pixel2 internal mic/speaker combination.
  2. S

    Echo in latest Android 10 on Pixel phones

    Thanks Max, this was what we expected, but better to ask than spend more time on it. We'll try to reach out to Google somehow. Related, just to confirm: right now there is no way to perform server-side audio processing in Flashphoner right? Is this something that has/is being considered...
  3. S

    Echo in latest Android 10 on Pixel phones

    Hi, starting from the Aug 5 update to Pixel phone (2 in this case, running QQ3A.200805.001) we are getting echo from these phones. I.e. a remote peer (in a person to person chat) hear his/her own voice after roundtrip, and looking at the voice activity of the mixed feeds we store, we can be...
  4. S

    Docker windows problem

    Update: bridge mode caused all kinds of problems (packet loss, windows firewall etc) so we ended up with two interfaces, one NAT for internet access and one host-only with fixed IP that we can access FP from the host. We still use Docker on the same host and that poses another set of issues...
  5. S

    Best way to allow player to connect no matter what and then change stream content serverside?

    Many thanks for this - pointed us in the right direction. Have now implemented webhooks and renaming of streams.
  6. S

    Docker windows problem

    Thanks! We ended up running VirtualBox (with a small CentOS install with FP) on the dev machines. Using bridge mode we can connect from the host to FP perfectly!
  7. S

    Best way to allow player to connect no matter what and then change stream content serverside?

    The use-case is this: - Clients should be able to connect ahead of time to a "meeting" (so we can see that the user is "ready") - Until the meeting starts we would like to be able to "push" video i.e. instructions, ads etc - When the meeting begins we want to connect another stream (i.e. 2-way...
  8. S

    Docker windows problem

    Many thanks for the tip! I guess some progress was made. When setting both LOCAL_IP and EXTERNAL_IP to 127.0.0.1 it does look like the candidate is correct: o=Flashphoner 0 1592215009019 IN IP4 127.0.0.1 s=Flashphoner/1.0 c=IN IP4 127.0.0.1 t=0 0 m=audio 31006 RTP/SAVPF 111 8 9 c=IN IP4...
  9. S

    Docker windows problem

    Hi, new to the product, but has successfully installed and worked with it on CentOS servers. However, we want to run development locally and use Docker for this. Created a simple docker compose: image: flashphoner/webcallserver:latest ports: - "22:22" - "8443:8443" - "8444:8444" -...
Top