Search results

  1. Max

    CORB

    Hello CORB is not related to video relay. It is Cross-Origin Read Blocking (CORB). You are trying to insert cross-domain URL into your web page. As we can see you are using Vue framework and the framework raises this error. As a solution you can fix cross-domain using i.e. Nginx as a reverse...
  2. Max

    скачивание записи

    Добрый день. Мы проверим, какие заголовки отдает сервер. Посмотрим как исправить. Внутренний тикет WCS-2415. Прямо сейчас вы можете сделать следующее: 1) Настроить nginx и проксировать записи, добавляя нужные заголовки настройками веб-сервера (nginx) или 2) Использовать скрипт on_record_hook.sh...
  3. Max

    Включение вспышки

    В SDK метода нет - создали внутренний тикет WCS-2413. По результатам дадим знать.
  4. Max

    scrObject Error (Disconnect)

    Good day. We cannot reproduce the problem in Canvas Streaming example. Note that both localVideo and remoteVideo elements are created dinamically in this example: function init_page() { ... //local and remote displays localVideo = document.createElement("localVideo")...
  5. Max

    В Web SDK при запросе списка устройств пользователя возникает ошибка "Could not start audio source"

    Добрый день. Пока не получилось воспроизвести указанную вами проблему (провели тестирование с вашими данными - операционная система и браузер). Возможно в момент возникновения ошибки, один из подключенных микрофонов был не разрешен к использованию (например, к нему получил доступ другой процесс...
  6. Max

    I want realtime streaming from rtmp link.. 0 latency video

    Good day. You have provided insufficient information on iOS issue. In previous posts, we indicated what we needed. Please describe how you are testing and tell us how to repeat your test. About question for streaming in any region. You need to determine, what stage you are having problems...
  7. Max

    About createStream method

    Good day. 'display' is required parameter passed to createStream(). If you don’t want to display video, you can edit the CSS file to hide this object or determine div size with the video elements in 1x1 pixel
  8. Max

    I want realtime streaming from rtmp link.. 0 latency video

    Good day. Please collect a report as decribed here and send to support@flashphoner.com, we will check.
  9. Max

    Recording with Episode Marking

    Good day. We think your case can be described in a few steps: Capture stream from Camera on the WCS server. You can do this using examples from the documentation (depending on the technology, e.g. RTMP or RTSP). Record this captured stream. Determine recording name according to your conditions...
  10. Max

    I want realtime streaming from rtmp link.. 0 latency video

    Good day. Please indicate which version WCS and WebSDK you are using? cat /usr/local/FlashphonerWebCallServer/conf/WCS.version cat /usr/local/FlashphonerWebCallServer/client2/client.version There may be several reasons for this: 1. WebRTC supported since iOS 11 in Safari browser. 2. To play on...
  11. Max

    canvas stream - fail event

    Good day. We've checked your code and found the reason for this issue. There ia the following code in FPStream.js: sunny.startCanvasStream = async function(stream) { FPStream.initialize(); FPStream.connect(sunny.MEDIASERVER); document.addEventListener('onMediaServerConnected'...
  12. Max

    screen sharing quality is very very poor

    Good day. We checked your logs and we have a few comments: 1. We not see that you applied settings that we recommended. They should help. Please add these settings to /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties file: webrtc_cc_min_bitrate=1000000...
  13. Max

    canvas stream - fail event

    Good day. Thank you, we received code example from you. We will check.
  14. Max

    screen sharing quality is very very poor

    Good day. Please send the collected logs archive to email support@flashphoner.com: /usr/local/FlashphonerWebCallServer/report/report-2019-12-06-13-33-06.tar.gz You can use WinSCP to copy this file from server to your local computer (if you're using Windows).
  15. Max

    canvas stream - fail event

    Good day. Unfortunately, we cannot reproduce the issue you describe, so please clarify the following: 1) Your test environment: OS, browser 2) WCS version, WebSDK version (probably the latest with Canvas Streaming example fix) 3) Does the issue occurs using Canvas Streaming example without any...
  16. Max

    I want realtime streaming from rtmp link.. 0 latency video

    Good day. Please check if you establish Websocket connection to the right port (wss://your_server_ip:8443 for HTTPS and ws://your_server_ip:8080 for HTTP). Note that you should prefer HTTPS connection, there may be various playback issues using HTTP in latest iOS Safari builds. Also please...
  17. Max

    Разрешение стрима и записи

    Добрый день Скорее всего, не хватает пропускной способности канала от телефона до сервера. В этом случае необходимо либо менять канал (использовать другую точку доступа Wi-Fi, переключиться на 4G и т.п., также проверьте, не используется ли 3G в тестах), либо снижать разрешение/битрейт до...
  18. Max

    canvas stream - fail event

    We raised ticket WCS-2402. Will will let you know once we have any news.
  19. Max

    Разрешение стрима и записи

    Задать можно только максимальное разрешение. Т.е. разрешение гарантировано не пойдет выше того, что вы задали. А ниже может пойти и от битрейта это не зависит. Если вы дадите больше полосы, это всего лишь увеличит вероятность того, что разрешение не будет падать, но не гарантирует. В случае с...
  20. Max

    Не применяется значение mixer_layout_class

    В записи видно, что входящие в микшер потоки имеют соотношение сторон 4:3. Попробуйте проиграть входящий поток микшера в примере Media Devices, он отобразит текущее разрешение потока в статистике. Вебкамера, например, может просто не поддерживать 720p при требуемом FPS, либо для 720p может не...
Top