Search results

  1. Max

    configure rest hook in config file

    You should activate one license key on two containers. In this case, two instances will be billed in the scope of one license. Please read here about billing.
  2. Max

    configure rest hook in config file

    Yes, REST hook applications may be configured in the database.yml file. Changes are applied after restarting the WCS. We have an article about Docker usage, see if it might be helpful. https://flashphoner.com/load-webrtc-with-containers-or-how-i-ran-wcs-in-docker/
  3. Max

    Republishing edited video stream

    Please provide us SSH access to the server using this form, we will check
  4. Max

    Type com.google.gson.ExclusionStrategy is defined multiple times

    Please check if the problem reproduced while building Streaming-min example application. If not, please modify the Streaming-min source code minimally to reproduce the problem, and send the code archive using this form, we will check.
  5. Max

    Firefox on iPhone

    Good day. Unfortunately, WebRTC (with related media DOM elements) is not supported in third party browsers on iOS. This is Apple policy. You can play HLS only in Firefox or Chrome on iOS device, and cannot publish anything. So, please use iOS Safari.
  6. Max

    Republishing edited video stream

    Have you restarted the WCS after making settings in the flashpfoner.properties file? Command to restart the server: systemctl restart webcallserver
  7. Max

    Type com.google.gson.ExclusionStrategy is defined multiple times

    This is the only solution. WCS Android SDK does not use the type com.google.gson.ExclusionStrategy, so you must check other dependencies.
  8. Max

    Поддержка basic auth авторизации в Android SDK

    Добрый день. В сборке Android SDK 1.1.0.16 добавлена возможность передачи дополнительных HTTP заголовков при установке Websocket соединения с сервером при помощи функции Session.connect(Connection connection, java.util.Map<java.lang.String,java.lang.String> customHeaders) Вы можете...
  9. Max

    Republishing edited video stream

    Settings in flashphoner.properties file for test: rtmp_transponder_stream_name_prefix = rtmp_transponder_full_url = true Using the Two-Way Streaming example, a WebRTC stream has been published on WCS. The screenshot shows a stream named "a2db". Using the ffmpeg command, we capture the...
  10. Max

    Ошибка в файле flashphoner.js

    Эта ошибка возникает, когда в системе нет микрофона или браузер не получил разрешения на использование микрофона. Пожалуйста, проверьте, доступен ли выбор микрофона в примере Media Devices? Пришлите для анализа лог консоли браузера на момент ошибки. Пожалуйста, уточните, в каком именно примере...
  11. Max

    Republishing edited video stream

    Raised internal ticket WCS-2979 Checking.
  12. Max

    Rest hook validation on version 5.2.791 broken WebRTC in iPhone

    Good day. We checked the server. There is some issue with DTLS handshaking using DTLS 1.0 which appears if backend response does not contain all request fields. We raised the ticket WCS-2879 to prevent DTLS 1.0 usage by default in this case. As workaround, you should not only return custom...
  13. Max

    Ограничено количество подключений

    Добрый день! Скорее всего ваше тестирование упирается в пропускную способность сети. Измерить пропускную способность канала можно при помощи утилиты iperf. Эта программа выпущена под все основные операционные системы: Windows, MacOS, Ubuntu/Debian, CentOS. iperf в режиме сервера может быть...
  14. Max

    Ошибка в файле flashphoner.js

    Добрый день! Мы ограничили доступ к demo.flashphoner.com со сторонних доменов. Часто наш демо сервер использовался не только для тестирования, но и для трансляций в продакшене, что приводило к большим нагрузкам. По этой причине нами было принято решение ограничить доступ. Подскажите, возникает...
  15. Max

    Republishing edited video stream

    DO NOT use webrtc-as-rtmp.html demo page because this demo uses direct re-publishing of unmodified stream. Use better Two Way Streaming and REST API /push/startup to re-publish modified stream: stream1-modified. Two Way Streaming...
  16. Max

    Republishing edited video stream

    This is what you do if you want to play modified stream from WCS server and Facebook simultaneously 1. Publish stream1 using WebRTC Two Way Streaming demo sample. wss://127.0.0.1:8443 stream1 2. Capture (play) the stream using FFMPEG over RTMP, process it and publish using another streamName...
  17. Max

    Republishing edited video stream

    In fact two features used. 1. WebRTC publish. https://docs.flashphoner.com/display/WCS52EN/From+a+web+camera+in+a+browser+via+WebRTC 2. RTMP playback. https://docs.flashphoner.com/display/WCS52EN/In+a+player+via+RTMP
  18. Max

    Republishing edited video stream

    It seems you do something incorrect. Try this way: 1. Publish stream1 using WebRTC Two Way Streaming demo sample. wss://127.0.0.1:8443 stream1 2. Capture (play) the stream using FFMPEG over RTMP, process it and publish directly to Facebook using RTMPS ffmpeg -i...
  19. Max

    can't access with admin user

    Try to drop admin password and perform server restart service webcallserver restart If you have any troubles please submit SSH access using this form. We will check.
  20. Max

    can't access with admin user

    Hello! By default, the administrator login and password are admin: admin If you are using AWS, before resetting your administrator password, try using the AWS instanceId as your password. The administrator password is stored encrypted in the database.yml file...
Top