Search results

  1. Max

    Черный экран

    Добрый день. Судя по логам на скриншоте, используется камера HP TrueVision HD, встроенная в ноутбук HP Pavilion. 1. Попробуйте с нашим примером https://demo.flashphoner.com/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html 2. Попробуйте выставить разрешение в...
  2. Max

    Conference(Room API) function as ASG

    This statistics is not enough. It allows to collect stream publishing/playback and CDN state events only. The server load statistics is avalable only at this page. You can also collect server statistics using Prometheus. Please read this article about server resources monitoring with Prometheus...
  3. Max

    https//:localhost:8444/ not opening

    The problem is in your dashboard/widget editor as we supposed above. You've defined the button invoking call() function on click: But when you're clicking the button in widget editor your code does not receive this event because widget editor captures it. Then, editors code tries to invoke...
  4. Max

    CentOS 8 EOL

    Good day. We've tested latest WCS build 5.2.971 on Centos Stream, it's working successfully. Added Centos Stream to the supported packages list
  5. Max

    Stream from Zoom

    You don't need to create RTMP session before publishing RTMP to WCS. Just use such URL rtmp://wcs:1935/live/test and stream test will be published to WCS. Please read details here.
  6. Max

    Stream from Zoom

    You should establish websocket session before publishing a stream because websocket is used for SDP excahnge to establish a WebRTC connection A browser uses local HTML5 video tag to capture video from web camera. So you can't do without local video as source in case of WebRTC streaming. But you...
  7. Max

    Stream black screen on safari mobile

    Please make a test with AppRTC: - join a conference - play a stream - make an incoming call to the device If the behaviour is the same, this means we also cannot handle this event. In this case, user action is required to restart stream playback. If the problem is reproduced on one model only...
  8. Max

    https//:localhost:8444/ not opening

    Please test your code as standalone HTML+JS file, not in dashboard. In this case, you'll see if something wrong with the code in Chrome Dev Tools Source tab. If the code works correctly without the dashboard, it'is definitely dashboard issue, so it should be fixed by dashboard developer.
  9. Max

    Stream from Zoom

    I guess it is RTMP URL Example: Stream URL rtmp://demo.flashphoner.com:1935/live Stream key test12345 Live streaming page URL https://demo.flashphoner.com/client2/examples/demo/streaming/player/player.html?streamName=test12345
  10. Max

    How to regularly get the number of connected clients?

    Hello Examples: HTTP All stats http://host:8081/?action=stat Number of websocket connections http://host:8081/?action=stat&params=connections Number of publishing streams http://host:8081/?action=stat&params=streams_webrtc_in The same for port 8444 https https://host:8444/?action=stat...
  11. Max

    Color issue - broadcasting black & white

    Hello We reproduced issue with webcam: logitech brio 4k pro Fixed if we set resolution 800 x 450 Please note. If you set resolution 854 x 480, it does not fit 16:9 format. So webrtc endpoints like Chrome can handle such resolution inproperly. Make sure constraints fit 16:9 800 x 450 832 x...
  12. Max

    Черный экран при воспроизведении удалённого потока (android)

    Да, необходимо использовать Flashphoner.context, который создается WebRTC библиотекой.
  13. Max

    AWS CloudFormation template

    Good day. We added the example CloudFormation template to the docs.
  14. Max

    Черный экран при воспроизведении удалённого потока (android)

    Добрый день. Обновите, пожалуйста, сервер до 5.2.971 и проверьте, воспроизводится ли проблема. Также уточните, воспроизводится ли проблема в примере Streaming-min-debug.apk из архива сборки на Ваших устройствах 1.1.0.28 Если проблема не воспроизводится, возьмите исходный код примера...
  15. Max

    https//:localhost:8444/ not opening

    WEbRTC will not work without HTTPS, so SIP call may be establihed, but media traffic between browser and server will not flow. Consider to use HTTPS
  16. Max

    https//:localhost:8444/ not opening

    Well, we can see the code. But how we should test it? Please provide a HTTPS link to a test page where the exception mentioned here is reproducing.
  17. Max

    https//:localhost:8444/ not opening

    Please provide a detailed step by step instruction how do you test. What exactly should be done to reproduce the problem? Anyway, the link is HTTP. WebRTC will not work via HTTP in browser. Please use HTTPS instead.
  18. Max

    https//:localhost:8444/ not opening

    Please test HTML+JS example just like here. No proprietary JSON which we cannot even run to test, no frameworks, just a plain code. If this doesn't work, provide the code using this form. Or provide the link to your test page, we will test in browser directly.
  19. Max

    Не могу подключиться к настроенному серверу.

    Проверили Ваш сервер. WCS работает, но порты закрыты файрволом: Видимо, проблема в этом правиле: Рекомендуем настроить iptables по инструкции с этой страницы (п 5).
  20. Max

    Color issue - broadcasting black & white

    We tested WebRTC publishing from Logitech C615HD camera, using Media Devices example with constraints you mentioned above, from Windows 10 Pro build 20H2. The problem described is not reproducing while playing WebRTC or HLS (according to your settings, HLS is transcoded to 480p). But we met some...
Top