Search results

  1. Max

    WCS service issue with AWS Markekplace AMI

    Please clarify from what version you've updated, and to what one (for example, from 5.2.780 to 5.2.993). We well check. Please note that current webcallserver script instance exits right after starts a new one. And, if you're running it as a service (normally), a new instance will start as...
  2. Max

    WCS service issue with AWS Markekplace AMI

    The server is working, but you occasionally disabled healt checking endpoint, so it returns 404. Please replace the parameter in config http_enable_paths=rest,action,shared,embed_player,empty to http_enable_paths=rest,action,shared,embed_player,empty,health-check then restart WCS. In this case...
  3. Max

    no sound in recordings

    It may be issue on WCS side. Please provide 24/7 access to the RTSP stream using this form, so we could test and debug it on our servers. Yes, it can cause sync shift. But debug is needed, and we cannot do it on your server only. So we need an access to the stream.
  4. Max

    Возможность отслеживания ивентов mute (video/audio)

    В том, что в 1.0 более старая версия WebRTC библиотеки, которая хуже работает с новыми API. А в более новых версиях библиотеки Google повысили требования к Level API, потому и пришлось разделить Android SDK. Мы не разрабатываем и не поддерживаем WebRTC библиотеку сами, а используем готовые...
  5. Max

    Получить данные о просмотре трансляции

    Уточните, пожалуйста: при каком количестве подписчиков начинаются проблемы? Если на одном потоке было много подписчиков, и у части из них воспроизводилась эта проблема при подключении, а при массовом переподключении не воспроизвелась, похоже, что требуется оптимизация раздачи потока подписчикам...
  6. Max

    WCS service issue with AWS Markekplace AMI

    This message is displayed if WCS did not respond to health check query http://wcs:8081/health-check. Please check if WCS listens to all the ports necessary and web admin dashboard is accessible. Ports can be checked by the following command: sudo netstat -nlp | grep java Also you can check if...
  7. Max

    WCS service issue with AWS Markekplace AMI

    We checked your server. Seems like WCS is successfully updated to 5.2.983 and running: Unfortunately we cannot test streaming because web interface ports 8444 and 8888 seems to be closed by security group, but server listens them
  8. Max

    Launching Flashphoner server in AWS Auto Scaling Group

    You can add 1935/TCP port forwarding to load balancer too. But, if you want to know on which server the stream is published, you have to set up a separate backend server and use REST hook /publishStream to detect this. Then, you should pass to playing client the server address to connect.
  9. Max

    Возможность отслеживания ивентов mute (video/audio)

    Это будут два разных apk, каждый со своей библиотекой, см здесь, шаг 3. Для того, чтобы опубликовать несколько APK в зависимости от требований Level API, Google Play поддерживает multiple APK.
  10. Max

    WCS service issue with AWS Markekplace AMI

    Please see at this page (hidden by spoiler).
  11. Max

    WCS service issue with AWS Markekplace AMI

    We cannot reproduce the issue starting a new instance from latest Marketplace AMI (5.2.944-systemd246) with your userdata script: WCS is started successfully without any permission fixes. Please provide SSH acceess to the problem instance using this form, we will check
  12. Max

    Возможность отслеживания ивентов mute (video/audio)

    Завели тикет WCS-3245 по бэкпорту данной функции в Android SDK 1.0. Сообщим здесь о готовности. Обращаем внимание, что на устройствах с Android 8 и выше необходимо использовать Android SDK 1.1.
  13. Max

    WebRTC Video not getting pushed

    No. There were some fixes affecting CDN subscribers, but you have problem on publisher side. There were also some H264 parsing fixes which affects streams publishing and recording, may be this helps.
  14. Max

    Fatal Exception: java.lang.NullPointerException

    Good day. We fixed a possible race condition in Android SDK build 1.0.1.78. Please update and check.
  15. Max

    no sound in recordings

    The problem is definitely in RTSP stream. But we cannot detect from logs on your server, does the synchronization value grows monotonically while playing the strem during a 36 hours, or does it jumps up occasionaly. So please provide access to the stream from outside networks for us to play it...
  16. Max

    WCS service issue with AWS Markekplace AMI

    Good day. Please try the following sudo /usr/local/FlashphonerWebCallServer/webcallserver set-permissions sudo systemctl restart webcallserver
  17. Max

    WebRTC Video not getting pushed

    Good day. Perhaps this is publisher channel issue. Please try to use more stable network for publishing (Wi-Fi instead of 4G, wired connection instead of Wi-Fi etc). WebRTC over TCP publishing may also help: session.createStream({ name: streamName, display: localVideo, ...
  18. Max

    Получить данные о просмотре трансляции

    Добрый день. Статус PLAYING выставляется потоку, когда установлено WebRTC соединение и поднята медиасессия для этого подписчика. При этом видео начнет играть на клиенте не раньше, чем будет получен первый ключевой кадр, содержащий основную информацию о видео на данный момент времени...
  19. Max

    Intermittently failed to play audio over webrtc/turn

    Please provide SSH access to the server using this form.
  20. Max

    Launching Flashphoner server in AWS Auto Scaling Group

    Yes. Yes, as described in the article. In the doc (p 2.3) just HTTP ports are shown. If you plan to use HTTPS, you should provide SSL certificates for load balancer domain name.
Top