Search results

  1. Max

    SRT протокол для CDN

    Добрый день. Мы воспроизвели проблему и создали тикет WCS-3442 для ее решения. Отпишем здесь по результатам.
  2. Max

    How to setup load balancing?

    There is no difference. Either if you balance publishers or players, the Publisher or Player should establish Websocket connection first (i.e. when you connect to wss://demo.flashphoner.com:8443). This is the point of balancing. Flow: Publish 1. Establish Websocket connection to LB > to...
  3. Max

    Page Unresponsive

    Hello Please provide a bit of context. - What is the page? - How this page is linked with WCS server? - How do you test and reproduce unresponsive behavior?
  4. Max

    How to setup load balancing?

    Hello Actually you balance Websocket connection between two or more servers. Once Websocket session is established, all further interactions work directly with connected server. Here you can find the docs how to setup load balancing using HA Proxy...
  5. Max

    H265 codec support

    Hello Internal ticket is already raised WCS-3106. We will report into this thread once we have any progress. Please note. We do not provide any ETA on forum-support level. Similar voting thread. Regarding H.265 implementation. Please tell us more about your case. For example, browsers do not...
  6. Max

    Javascript Error during reload after disconnection

    Good day. Please take a look to the Player and Embed Player samples with automatic reconnect (since WebSDK build 2.0.189). You can also try Streaming Auto Restore example (since WebSDK build 2.0.209).
  7. Max

    attempt to insert nil object from objects

    Hello, Please provide more information - iOS version - is there an issue with publishing using one of the iOS SDK demo examples If the issue is not reproducible with a demo example (e.g., TwoWayStreaming), please modify an example to reproduce it and send using this form.
  8. Max

    Install on Huawei Cloud (Elastic Cloud Server)

    Seems like Huawei Cloud exposes AWS-like API. In this case, admin password is set to instanceId, which can be retrieved as follows curl http://169.254.169.254/latest/meta-data/instance-id Also, it can be displayed somewhere in cloud console. Example fow AWS:
  9. Max

    Install on Huawei Cloud (Elastic Cloud Server)

    We've checked your server. Seems like license server connection was broken occasionally. We restarted the server systemctl restart webcallserver then it works correctly:
  10. Max

    Install on Huawei Cloud (Elastic Cloud Server)

    Good day. We have not tested WCS in Huawei Elastic Cloud yet. Please provide SSH access to the instance using this form.
  11. Max

    Huge bandwidth usage when distributing only-audio stream

    Good day. Seem like some streams are publishing with video. To chek how streams are publishing on server side, please set up Prometheus and Grafana to collect server monitoring data as described in this article 10 Important WebRTC Streaming Metrics and Configuring Prometheus + Grafana...
  12. Max

    RPSystemBroadcastPickerView

    Возможно, ответ есть в документации по ReplayKit.
  13. Max

    Could not initialize class com.flashphoner.persistence.service.UserService

    Please download latest build 5.2.1133, then unpack it. The default database.yml file is in FlashphonerWebCallServer-5.2.1133/server/conf folder.
  14. Max

    Conference runs connects then disconnects with Internal Server Error

    We checked your server. Seems you have an instance in DO, with build 5.2.780 out-of-the-box So the examples opened directly from server are working, but a newer examples may not. We recommend you to update WCS (with WebSDK included) to the latest build 5.2.1133 as described here.
  15. Max

    Conference runs connects then disconnects with Internal Server Error

    Hello What is your server version? Example: Our demo server: https://demo.flashphoner.com Server: 5.2.1131 Web SDK: 2.0.212 view-source:https://demo.flashphoner.com/client2/examples/demo/streaming/video-chat/video-chat.html flashphoner-room-api.js used You can download latest server...
  16. Max

    Flashphoner Latency During Screen Sharing

    Good day. Screen sharing with a native screen resolution (1080p and above) requires a good channel quality like for 4K broadcasting: 20 Mbps bandwidth with a zero loss. If the user has such a good channel, you can use UDP transport which reduces a latency. Otherwise, you have to use TCP...
  17. Max

    Conference runs connects then disconnects with Internal Server Error

    Good day. Seem like your server does not respond on port 8443. Please provide SSH access to the server using this private form.
  18. Max

    RPSystemBroadcastPickerView

    Добрый день. Чтобы определить, начался ли захват экрана, можно использовать событие UIScreen.capturedDidChangeNotification. Посмотрите этот код: NotificationCenter.default.addObserver(forName: UIScreen.capturedDidChangeNotification, object: UIScreen.main, queue: OperationQueue.main) {...
  19. Max

    Playing recorded mp4 file using VLC

    Hello Could you share recorded file and RTSP URL You can do that privately using this form or post this information right here Recorded file can be uploaded on google drive or any storage resource. We need just a download link. How do you record the stream? Using REST API or settings? Please...
  20. Max

    Recording RTSP stream

    No, there is no such example because it is a little more complex task. If you've set the server option record_rtsp_streams=true and play an RTSP stream in Player example, you should use REST API /recorder/find_all POST /rest-api/recorder/find_all HTTP/1.1 HOST: wcs:8081 content-type...
Top