Search results

  1. Max

    Trouble with make connect to WCS

    This is described in Conference React application example: Analyzing example code
  2. Max

    Trouble with make connect to WCS

    You should open web page via HTTPS for WebRTC to work in browser.
  3. Max

    Setup SIP with FlashPhoner

    Good day. Since iOS SDK build 2.6.76, it is possible to connect to an existing websocket session on the server to accept an incoming call when push notification is received. Please read details here: Connection to an existing session We're still working on CallKit example in ticket WCS-3420.
  4. Max

    Possible Media Server Impacts

    Good day. We are international company. So we do not expect sanctions to be applied to us. Anyway, our AWS customers should not be impacted. If, however, Amazon decide to limit WCS Marketplace image due to political reasons, WCS instances can be deployed in other cloud servers: WCS on Digital...
  5. Max

    Trouble with make connect to WCS

    There is Two Way Streaming Vue example. You can modify its code as you need.
  6. Max

    Install on Huawei Cloud (Elastic Cloud Server)

    Good day. You've sent a report in another topic. Please use your own topic for further requests, or they may be ignored. About the certificates issue. Seems you've imported private key in pem format. Please do the following: 1. Get private key fro your domain in *.key format. The content should...
  7. Max

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

    Проблема исправлена в сборке 5.2.1140. Обратите внимание, что установка дополнительных пакетов не требуется, все нужные библиотеки идут в комплекте WCS.
  8. Max

    Trouble with make connect to WCS

    1. Download build 2.0.212 2. Unpack the archive folder @flashphoner/websdk to /usr/local/FlashphonberWebCallServer/client2 folder Please modify Conference examplke source code to reproduce the problem and send the code using this private form.
  9. Max

    Trouble with make connect to WCS

    Good day. Please clarify: 1. What WCS build do you use? 2. What WebSDK build do you use? 3. Is the problem reproducing in Conference example? Please also try to update WebSDK to the latest build 2.0.212 and test Conference example (read its description here: Video Conference)
  10. Max

    Audio mixing with canvas streaming using Flashphoner

    Good day. There are two options: 1. Publish two separate audio only streams from microphone and from mp3 (playing in canvas), then play them on client side separately, or mix them on server side 2. Publish two audio tracks in one WebRTC connection using SFU functions. In this case, you can...
  11. Max

    H265 codec support

    So you need to capture RTSP stream in codec H265 and play it as WebRTC in H264 codec (because H265 is not supported for WebRTC). In this case, transcoding H265->H264 will need on server. Please note that transcoding requires a lot of server CPU resources (1 CPU core to encode 2 720p streams, or...
  12. Max

    Renegotiation

    Good day. In latest WCS builds, we've added publishing/playback support for a multiple audio/video tracks in one WebRTC connection: SFU functions with Simulcast We've allso added some example applications to use SFU SDK in browser: SFU Player SFU Two Way Streaming This may help to publish a...
  13. Max

    Микширование видеопотока и аудио

    Добрый день. В последних сборках WCS мы добавили функции публикации/проигрывания нескольких потоков в одном WebRTC соединении: Функции SFU с поддержкой Simulcast Также мы добавили несколько примеров использования SFU SDK в браузере: SFU Player SFU Two Way Streaming Этот функционал позволяет...
  14. Max

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

    Добрый день. Мы воспроизвели проблему и создали тикет WCS-3442 для ее решения. Отпишем здесь по результатам.
  15. 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...
  16. 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?
  17. 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...
  18. 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...
  19. 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).
  20. 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.
Top