Search results

  1. Max

    The createSession "custom" param gets issues to subscriber play video

    Good day. We've tested the latest build 5.2.1070 on our test server, and cannot reproduce the issue both with defaultApp and custom backend. We've tweaked Two Way Streaming code to send custom token: Flashphoner.createSession({urlServer: url, custom: {token...
  2. Max

    h264 hardware acceleration problem.

    Good day. Don't worry, it's good enough to explain. We cannot reproduce the problem in Media Devices example on demo server: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz 1.80 GHz, GPU Intel UHD 620, Windows 10 Pro, Chrome 95.0.4638.54, hardware acceleration is enabled. Please clarify what...
  3. Max

    Не запускаются WCS Android SDK

    Попробуйте собрать примеры с помощью Gradle из командной строки, указав одну из опций при запуске Gradle, которые он советует: --stacktrace. --info или --debug
  4. Max

    Click to call

    Неверно. К демо серверу можно устанавливать соединения с любого адреса. Мы блокируем только конкретные домены, о которых известно, что клиенты с этих доменов пытаются использовать демо сервер в продакшне. Если тот же пример устанавливает websocket соединение с демо сервером, но не устанавливает...
  5. Max

    Click to call

    WSS (Websocket SSL) соединение с портом 8443 не будет установлено в одном из следующих случаев: 1. Сервер не слушает порт. Проверка: netstat -nlp | grep java Сервер может быть не запущен либо при запуске не смог захватить порт. 2. Сервер слушает порт, но порт закрыт на firewall или NAT...
  6. Max

    https//:localhost:8444/ not opening

    Good day. You should set div elements sizes through CSS as needed, for example: /* Remote Video*/ .fp-remoteVideo { border: 1px double black; position: absolute; background: #c0c0c0; width: 320px; height: 240px; text-align: center; margin: 0 auto 0 auto; } /* Local...
  7. Max

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Good day. Since build 5.2.1069 it is possible to pass authentication parameters after stream name rtmp://server:1935/live/streamKey?user=username&password=password Also, WCS supports Adobe authentication on RTMP server while capturing a stream from it using RTMP URL parameters...
  8. Max

    Video Streaming Corruption

    Good day. This seems like publisher channel issue. For all the corrupted recordings duration is shown 0 or 1 second, and file size is too small for corresponding publishing time. This means packets loss, or audio-video synchronization problems, or both reasons leading to a small amount of media...
  9. Max

    не сохранилось видео микшированного потока.

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

    Web call server down suddenly

    We tested publishing from iOS Safari. Seems like Secure Websocket connection cannot be established because SSL certificate is expired: Desktop browsers allow connection is this case, but mobile browsers not. So you should get a new SSL certificate for mobile clients to work again.
  11. Max

    Web call server down suddenly

    There are no connections from iOS in logs provided: ... "clientOSVersion" : "5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", "clientBrowserVersion" : "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like...
  12. Max

    Web call server down suddenly

    We received you report. In the logs we see connections only from Chrome 94 on Windows, and all the connections with FAILED status are finished by client session disconnection: 2021-10-25 08:36:48;WebRTC;gns01577_1;a0ec0150-352b-11ec-8a63-cd4b4abcbf95;00:19:31;FAILED;Stopped by session...
  13. Max

    Web call server down suddenly

    Please reproduce the problem, collect a report as described here and send using this form.
  14. Max

    limit the calls from origin

    Good day. You can use the following parameter allow_domains=mydomain.com In this case, only connections from mydomain.com will be allowed Please read details about this option here Websocket connections restriction by domain
  15. Max

    Publish error

    In the latest build 5.2.1064 mixer works correctly. Mixer output stream is a usual stream at recording point. So mixer stream will be recording since /recorder/startup query until either mixer is stopped or /recorder/terminate query is received. You can also enable all the mixers recording by...
  16. Max

    Параметр для задержки видео

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

    iOS 14.x

    Добрый день. Проверили на примере Two Way Streaming на нашем демо сервере https://demo.flashphoner.com:8888/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html на iPhone 7, iOS 14.8 Поток нормально публикуется и играет Проверьте в данном примере на своем устройстве. Также...
  18. Max

    Не запускаются WCS Android SDK

    Путь в конфигурации запуска должен выглядеть как ...wcs_android_sdk_samples/export/output/build.gradle Попробуйте установить по этой инструкции.
  19. Max

    Setup SIP with FlashPhoner

    If the call itself is successfully established, this seems like SIP codecs negotiation issue. SDP may be cut during negotiation when using SIP UDP signaling because it does not fit to one standard network packet (1400 bytes). Please set SIP signaging to use TCP if your PBX supports this...
  20. Max

    Проблема с chat rooms

    Please update to the latest NPM package build 2.0.203 @flashphoner/websdk If this does not help, go to English section of the forum and create a topic about it, our engineers will answer.
Top