Search results

  1. Max

    pull WebRTC Failed (Session does not exist)

    В вашем случае подходит реализация схемы CDN (один из серверов Origin, другой Edge). Для авторизации в этом случае используются ключи, организованные в списки контроля доступа (ACL) для каждого из потоков. Подписчик может запросить поток для воспроизведения, только указав правильный ключ.
  2. Max

    pull WebRTC Failed (Session does not exist)

    Добрый день. Pull с другим appKey по REST выполнить нельзя. Вы можете обрабатывать события на вашем backend, заменив стандартные App в WCS. Примеры обработки REST hook вы можете увидеть в этой теме на форуме. Утоните, пожалуйста, примерную логику вашего примера при работе с двумя серверами WCS...
  3. Max

    screen sharing stream custom

    Good day. To specify stream name - enter its custom name in the field, indicated on the picture (before stream is published). In the example, we specified name of the stream: "testStream":
  4. Max

    iOS / WebRTC Unified Plan

    Good day. We tested on the latest version WCS, no problems with "WebRTC Unified Plan". Please update to new version WCS and retest. Regardless of the Unified Plan setting, stream should work on user phone.
  5. Max

    pull WebRTC Failed (Session does not exist)

    По-умолчанию wss выключен для агентов (работа между нодами). wcs_agent_ssl=true чтобы включить Другой способ - делать pull через ws ws://wcs.com:8080 Еще один способ - настроить wcs1.com как Edge сервер в CDN В этом случае pulling будет работать автоматически при попытке проиграть стрим...
  6. Max

    Docker

    Добрый день. В зависимости от типа лицензии, деактивация может требоваться или нет. Лицензию с помесячной оплатой деактивировать не требуется, но если с этой лицензией в течение месяца был обнаружен интервал (1 час), где с ней работало несколько WCS серверов, в конце месяца будет выставлен счет...
  7. Max

    WebRTC issues - Safari and iOS

    Good day. We tested WebRTC stream playing on iPhone with "low power mode" enabled and problem not found. Please send your code to support@flashphoner.com. We will check.
  8. Max

    Docker

    Добрый день. Установка WCS в Docker контейнер возможна. На данный момент готового образа для это решения нет, но мы занимаемся этим вопросом (создан внутренний тикет WCS-2352). Рекомендуем вам использовать Ubuntu (последнюю LTS сборку) для развертывания Docker и обратить внимание на сетевую...
  9. Max

    Ошибка WebRTC в Chrome Canary.

    Добрый день. Начиная с версии WCS 5.2.175 добавлена поддержка DTLS 1.2: dtls_force_version_0=false Эта опция включена по умолчанию и разрешает в клиентских подключениях только DTLS 1.2. Для принудительного включения DTLS версии 1.0, установите данный параметр в true в файле конфигурации...
  10. Max

    in android Studio WebView, Camera is not open

    Good day. Please create a new thread with your question.
  11. Max

    WSS stream working but WS not

    Good day. 1. Please note, you open the HTML page (ws connection): HTTPS or HTTP? 2. What version of the WCS cat <WCS home directory>/conf/WCS.version and WebSDK cat <WCS home directory>/client2/client.version are you using?
  12. Max

    Video not displaying

    Good day. Thank you for sending configuration file, but not enough information to verify your case and help you. Please, collect information as we wrote in the previous post. But in any case, you can try updating WCS (and WebSDK), apparently you are using the old version.
  13. Max

    Will WCS Support Low Latency HLS ?

    Good day. We are working on this feature (internal ticket WCS-2242) and will inform you once we have any progress.
  14. Max

    WebRTC issues - Safari and iOS

    Good day. Thanks for the information. We will check it. Low power mode throttles iPhone’s CPU slightly, lowers brightness, stops apps from refreshing in the background, but this does not affect the general functions. Besides, you must add parameter PRELOADER_URL in your code. This is an...
  15. Max

    WSS stream working but WS not

    Good day. Please attach screenshot of the case ("when i want to access it through ws then video displayed only for 2,3 seconds after that its stops") on your WCS page.
  16. Max

    screen capturing close after rdp sesison closed window server 12 r2

    Good day. Please check this answer to your question in another topic.
  17. Max

    video url not working in webview

    Good day. Please specify, which version you're using: Android SDK, Android mobile devices, WCS, WebSDK. Perhaps the problem is this. Application build with Android SDK 1.1 will run on Android 8 and higher. To support previous Android versions use Android SDK 1.0.
  18. Max

    Video not displaying

    Good day. Thank you for contacting us, but not enough information (how do you check video playback, stream source, WCS version, etc.) to verify your case and help you. Please collect logs and configuration files as described here and send to support@flashphoner.com. We will check.
  19. Max

    Stream IP Cam (RTSP) on facebook through WCS

    Good day. The issue with push RTSP stream to RTMP URL has been fixed in WCS 5.2.393 and later versions. Please update your WCS. For push RTSP stream to RTMP: 1. Follow step in the previous post. 2. You can capture RTSP by REST: /rest-api/rtsp/startup { "uri":"rtsp://<your RTSP stream>" }...
  20. Max

    WebRTC issues - Safari and iOS

    Good day. We looked your code again, you're right (different naming). if (Browser.isSafariWebRTC()) { Flashphoner .playFirstVideo(remoteVideo, false) .then(() => createSession()); return; } The parameter PRELOADER_URL is not passed in your code to the...
Top