Recent content by Max

  1. Max

    I can't hear the sound on Google TV (Google Streamer TV).

    There is no official announce, but actually there is no support anymore, WebRTC native library cannot be built for ARM32. Unfortunately, this is the documentation issue only.
  2. Max

    I can't hear the sound on Google TV (Google Streamer TV).

    The issue may be in a newer Android version. Google dropped ARM32 devices support in WebRTC library, so we do not support them too in newer Android SDK builds. Webview seems the only way to solve the issue. You can also play HLS instead of WebRTC on Google TV box as workaround.
  3. Max

    I can't hear the sound on Google TV (Google Streamer TV).

    Good day. Please check if sound is playing on both the devices in browser using WebSDK. If yes, using Webview could be a workaround for such devices.
  4. Max

    WCS License deactivation and activation on other server

    Hello Please check this doc https://docs.flashphoner.com/static/WCS52/Installing_and_testing/WCS_installation_and_activation/#deactivation_using_command_line 1. Configure your proxy server in wcs-core.properties # Proxy configuration -Dhttp.proxyHost=proxy1.flashphoner.com...
  5. Max

    IOS 18.4.1 webrtc video and audio out of sync

    Our developers have investigated the issue and concluded that this is a bug in iOS Safari version 18.4.1. The problem stems from the fact that the server expects incoming video streams using the H.264 codec with a standard RTP timestamp clock rate (timebase) of 90000. However, Safari 18.4.1 is...
  6. Max

    Demo Server

    The demo server is working now.
  7. Max

    IPv4 & IPv6 at same time

    Good day. We fixed the issue with WebRTC over TCP via IPv6 in build 5.2.2209.
  8. Max

    Demo Server

    Good day. The demo server is temporary down. We're working on it. Please be patient.
  9. Max

    IOS 18.4.1 webrtc video and audio out of sync

    We reproduced the issue and raised the ticket WCS-4432 to investigate it. We'll let you know about progress in this topic.
  10. Max

    IOS 18.4.1 webrtc video and audio out of sync

    Hello Do you mean iOS 18.4.1 Safari Browser? or Chrome (version) ? And Two Way Streaming Demo: https://demo.flashphoner.com/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html
  11. Max

    Delayed disconnect after unPublishStream and WebSocket timeout handling in Flashphoner WCS

    This is correct flow: 1. >> Flashphoner.createSession() Websocket message: connection 2. << ConnectionStatusEvent.ESTABLISHED Websocket message: getUserData 3. >> stream.publish() Websocket message: publishStream 4. << StreamStatusEvent.PUBLISHING Websocket message: notifyStreamStatusEvent...
  12. Max

    Delayed disconnect after unPublishStream and WebSocket timeout handling in Flashphoner WCS

    Hello WCS will send REST Hook upon Websocket connection lost: ConnectionStatusEvent { status: "DISCONNECTED" } https://docs.flashphoner.com/static/WCS52/REST_Hooks/The_list_of_methods_and_their_parameters/ It will look like: http://localhost:8081/EchoApp/ConnectionStatusEvent or custom...
  13. Max

    Production down with message "com.flashphoner.server.B.A.G: No free ports available"

    We can't reproduce the issue with build 5.2.2192 using your configs and supposed test case. So you should do the following: 1. Enable server logs INFO level as mentioned above 2. Enable RTSP port manager DEBUG logs as mentioned above 3. Let the server work for a few hours 4. Collect a report as...
  14. Max

    No chance to resolve the permissions issue

    Yes, if a stream is mixed at Asterisk side, WCS receives the mixed audio. So it should be solved at Asterisk side.
  15. Max

    No chance to resolve the permissions issue

    As mentioned above, we can't reproduce the issue in build 5.2.1921 on our staging server with your settings. Please update to 5.2.1921 and test recording again.
Top