Search results

  1. Max

    RTMP Pull video's Audio/Video breaking when added to mixer

    We checked the stream. It has B-frames and AV synchronization problems: Even in Player example it's jerking. Also, bitrate and FPS are jumping: WCS does not support B-frames because Chrome still cannot play them smoothly. So the problem is in stream itself, not in mixer. You should reencode...
  2. Max

    Can't terminate streams using name

    We fixed a stream termination by name (and other parameters, see Stream filtering by parameters) in WCS build 5.2.1386.
  3. Max

    RTMP Pull video's Audio/Video breaking when added to mixer

    Good day. We can't reprtoduce the issue in WCS latest build 5.2.1386: a pulled RTMP stream is playing with the same quality in mixer as directly played. So try to update WCS, then please check if the pulled RTMP stream is playing smoothly directly from WCS. Please test in Media Devices example...
  4. Max

    Passing & Parsing URL Parameters when playing with LocalStreamName

    We fixed the issue with some RTMP streams pulling (ticket WCS-3587) in build 5.2.1383 (also available on demo server).
  5. Max

    Mixer recording Layout

    Futher, please create a your own topic rather than bump up an old one.
  6. Max

    Рестрим по RTMP (ошибка битрейта)

    Разница в том, что при стриминге с OBS битрейт будет стабильным, а при републикации WebRTC стрима как RTMP битрейт будет зависеть от битрейта источника. По приведенным Вами ранее метрикам, у Вас плохой канал от ПК до WCS, которого не хватает на заданный битрейт. Либо, другой вариант. Вы...
  7. Max

    Issue with playback on edge server.

    Good day. We recommend to test as follows: 1. Check if a stream can be played from origin directly 2. Only if yes, check if the stream can be played from edge This should filter all the publishing problems and split them from CDN problems. If the stream is always published correctly (100% of...
  8. Max

    How to configure "SFU functions with Simulcast"

    There is also a more preferrable solution to switch WCS launching mode: Switching launch mode sudo ./webcallserver set-root-mode enable
  9. Max

    How to configure "SFU functions with Simulcast"

    Please remove package-lock.json file before npm install. Another option is to use npm to get the examples as supposed in this doc NPM: npm init npm install @flashphoner/sfusdk-examples cd node_modules/@flashphoner/sfusdk-examples nvm use 16 npm install && npm run build
  10. Max

    How to configure "SFU functions with Simulcast"

    Please check if you have installed the latest WCS build (5.2.1374 for now). If yes, and the page still is not avalable, seems you've deleted it eventually. In this case, you have to build the examples Building the examples and copy dist folder contents to...
  11. Max

    Flash NetStream.play connection drop

    Electron based aplications are working om MacOS, so you can wrap website to Electron and use it on Win and Mac. Also, PWA (Progressive Web Application) may be used on desktop. REST hook /StreamStatusEvent seems to be a workaround: when stream becomes unpublished ("status":"UNPUBLISHED"), send a...
  12. Max

    Flash NetStream.play connection drop

    Please clarify: what exactly does not work in WebSDK in latest Safari browser? If there is a problem, can it be reproduced in latest WebSDK 2.0.223 examples? You can test it in Safari from our demo server https://demo.flashphoner.com:8444/admin/demo.html# Consider to use REST hook...
  13. Max

    Flash NetStream.play connection drop

    No, there is no other desktop SDK unless WebSDK in browser. On desktop, it is more suitable to use ffmpeg based streamer for RTMP publishing or browser for WebRTC publishing.
  14. Max

    Flash NetStream.play connection drop

    Good day. Adobe Flash is obsoleted and not supported by the most browsers. We do not recommend to use it, in the latest WebSDK builds it is disabled by default and may be enabled only in custom build. On mobile platforms, we also strongly recommend to use native application instead of AIR.
  15. Max

    How to configure "SFU functions with Simulcast"

    Hello, Please clarify: https://WCS:8888/client2/sfu/client/main.html page is not available?
  16. Max

    Dynamic MCU mixer layout

    We raised the ticket WCS-3592 to implement REST API to change mixer layout dynamically without streams readdition. Will inform about a progress. This may take a time.
  17. Max

    sip problems

    In the post above, you've mentioned 50 calls, so we checked the server configuration to conform the requirement. According to logs and dump, PCMU (G711u) audio codec is used by PBX, so audio transcoding is not needed if Chrome browser is used to make a call and play the SIP stream because...
  18. Max

    Dynamic MCU mixer layout

    Suppose there are 2 participants in mixer (2.mix layout is used). You can update layout for a certain number of participants by the following way: 1. Change the content of 2.mix as needed (background, watermark, picture positions etc) 2. Remove one participant from mixer (without stopping the...
  19. Max

    CDN pull audio is lost.

    Even for testing purposes, it is recommended to have at least 1 Gb of heap. Usually, WCS uses ~200 M of heap when no publishers and players on server. Constraints cannot be changed on-the-fly, so stream has to be restarted. If you need to publish audio only, then switch to audio+video, the...
  20. Max

    Dynamic MCU mixer layout

    So following your question No. The layout will be switched between files 1.mix 2.mix, etc., depending on number of streams in the Mixer.
Top