Search results

  1. Max

    playFirstVideo error

    There's no such command, you should use stream.stop() then createStream() and stream.play() calls in this case.
  2. Max

    playFirstVideo error

    Good day. You can pass your own video page element to createStream function. Let's tweak Two Way Streaming example: 1. Set video tag for player on two_way_streaming.html page ... <div class="text-center text-muted">Player</div> <div class="fp-Video">...
  3. Max

    Problem with docker

    Good day. The port 8444 is used for HTTPS, so please make sure you're accessing the container webinterface by HTTPS https://address:8444/admin/ You can also check if WCS is started inthe container using: - ps command inside the container - WCS statistics page http://address:8081/?action=stat...
  4. Max

    Не публикуется видео поток

    Добрый день. Пожалуйста, уберите из файла flashphoner.properties параметр dtls_force_version_0=true и обновите WCS до последней сборки. С момента выхода используемой Вами сборки было несколько фиксов по DTLS, в том числе для определения устаревших браузеров, поддерживающих только DTLS 1.0, по...
  5. Max

    Two-way Streaming - Purchased AWS WCS 5 issue

    Good day. Please make sure you have opened media ports as described here. The security group setup example is shown here, point 5
  6. Max

    Не публикуется видео поток

    Такая проблема может быть со старыми версиями Firefox, использующими DTLS 1.0. Добавьте в WCS_HOME/conf/flashphoner.properties настройку dtls_force_version_0=true и перезапустите WCS. Про поддержку DTLS и настройки - здесь.
  7. Max

    Не публикуется видео поток

    "LicensePeriodIsExpired" - истекла лицензия. Напишите, пожалуйста, на sales@flashphoner.com с указанием номера лицензии, чтобы уточнить ее статус. Поверить статус подписок можно в личном кабинете платежной системы https://secure.2co.com/myaccount. Способы проверить статус лицензии: 1. Через...
  8. Max

    Трансляция через XSplitBroadcaster - ошибки на сервере

    Добрый день. Да, в наших тестах проблема не воспроизводится. Скорее всего, есть какие-то различия в параметрах публикации. Запросили почтой TeamViewer доступ, чтобы пытаться воспроизвести проблему целиком в Вашем окружении.
  9. Max

    playFirstVideo error

    Good day. This message is displayed if unmuted video cannot be played. Current autoplay policy allows only muted video to play, so playFirstVideo() tries to mute video element and play preloader again. Then, if onsuspend event is raised (that means Low Power Mode is enabled), playFirstVideo()...
  10. Max

    Screen Sharing throws errors in log

    Hello, This is a known logging issue (internal ticket WCS-1206), can't be disabled by a parameter. It does not affect the screen sharing functionality.
  11. Max

    playFirstVideo error

    With which iOS version? Autoplay is enabled for the player? (Autoplay does not work when Low Power Mode is enabled.) Audio constraint for the played stream can be set to false (Web SDK example Media Devices) stream = session.createStream({ name: streamName, display: remoteVideo...
  12. Max

    Трансляция через XSplitBroadcaster - ошибки на сервере

    Добрый день. По логам есть различие в аудиопотоке. Рекомендуем явно прописать SDP для публикации и републикации RTMP. Для этого создайте в каталоге /usr/local/FlashphonerWebCallServer/conf файл flash_handler_publish.sdp со следующим содержимым: v=0 o=- 1988962254 1988962254 IN IP4 0.0.0.0 c=IN...
  13. Max

    Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALI

    Please create a new topic for a new question. Also please don't duplicate topics in several forum sections.
  14. Max

    Предупреждение об ограниченности "демо" прав.

    Добрый день. В документации написано: "Войдите в веб-интерфейс WCS с доступным по умолчанию пользователем admin (пароль admin)" (см скриншот) Мы создали тикет WCS-2618, чтобы добавить предупреждение на страницу вывода сертификатов, о готовности сообщим в этой теме. Кроме того, просим в...
  15. Max

    Audio issues, video chat

    Good day. Do you hear noisy audio (as described in this post) or echo on mobile device (as described in this post)? If yes, please use speech detection to automatically mute the local audio while other side is speaking. If no, please create a separate topic and describe your problem in details.
  16. Max

    Трансляция через XSplitBroadcaster - ошибки на сервере

    Добрый день, Мы провели от себя следующие тесты: - републикация RTMP через WCS на кодировщик - прямая публикация на кодировщик - проигрывание потоков на входе и выходе кодировщика Заметной разницы между републикацией через WCS и прямой публикацией при проигрывании HLS в VLC не увидели, в обоих...
  17. Max

    Audio issues, video chat

    Good day. We cannot reproduce the issue on demo.flashphoner.com in Video Chat example https://demo.flashphoner.com:8888/client2/examples/demo/streaming/video-chat/video-chat.html between Chrome 80.0.3987.149 (Windows 10) and Safari (iOS 13.4), both sides sounds clear. But if you're using...
  18. Max

    Audio issues, video chat

    Hello, Do the participants use headsets? Please check audio from the participants when using AppRTC.
  19. Max

    rtmp republishing artifacts replay issues

    If the issue is reproducible, please gather logs as described here and send to support@flashphoner.com.
  20. Max

    rtmp republishing artifacts replay issues

    Hello, The behavior has not been reproduced with WebRTC stream from iOS Safari pushed as RTMP to Wowza. Please clarify - how stream is published (device, browser version, codec) - how it is republished (rtmpUrl is specified when stream is published, or rest-api/push/startup request is used) -...
Top