Search results

  1. Max

    Conference room - Is it possible to close room when owner exits?

    Good day. Chat room is closed after last participant leaves it. You can stop any stream recording using REST API.
  2. Max

    How to start a recording conference after Publish buttom clicked?

    Good day. A stream from every conference participant is written separately to its own recording file. You can merge all the files later as described here. Also. you can use REST API to record participants streams as follows: 1. Find participant stream by name using REST API query POST...
  3. Max

    UDP How to Peer-to-Peer?

    Good day. No, P2P mode still is not supported.
  4. Max

    CDN transcoder load balancing

    Добрый день Сейчас работает так: если профили одинаковые у двух транскодеров в одной группе, то Edge заберет поток либо с того транскодера, где этот поток уже есть, либо с первого по списку в группе. В данный момент мы работаем над реализацией полноценной балансировки нагрузки между транскодерами.
  5. Max

    WebRTC as RTMP re-publishing Not Working in Google Chrome

    Good day. You can set streaming resolution in constraints. Please look at Media Devices example source code on GitHub and its description on this page. Note that WebRTC streaming resolution can change on the fly depending on channel quality.
  6. Max

    Unhandled promise rejection iPhone, iOS 12.2

    Please clarify, when the error occurs and if it is reproducible with the latest Web SDK version.
  7. Max

    WebRTC as RTMP re-publishing Not Working in Google Chrome

    Yes, you should manually download Web SDK archive then unpack and upload it contents to server over previuos version that resides in WCS_HOME/client2 folder The latest Chrome versions are more obsessed with safety, this is false positive on JavaScript inside the archive.
  8. Max

    Failed by ICE timeout - Server behind NAT

    We think about it, but not in near future
  9. Max

    Unhandled promise rejection iPhone, iOS 12.2

    We will check this issue.
  10. Max

    Failed by ICE timeout - Server behind NAT

    Please chek your ip and ip_local settings in flashphoner.properties. ip should be set to external IP address, and ip_local should be set to WCS server LAN IP address, for example ip=172.24.223.11 ip_local=192.168.1.5
  11. Max

    WebRTC as RTMP re-publishing Not Working in Google Chrome

    Please update Web SDK to latest build 0.5.28.2753.79. Check if problem persists with Chrome on another PC. Also check if you try to stream from two browsers on the same PC simultaneously, in that case Media Devices example will show "Failed to get media devices" in one of browsers because only...
  12. Max

    Unhandled promise rejection iPhone, iOS 12.2

    On demo server we have not updated WCS and WebSDK yet. The problem concerns WebSDK only, so you should download WebSDK build separately 0.5.28.2753.79
  13. Max

    WebRTC as RTMP re-publishing Not Working in Google Chrome

    Good day Please update Chrome to latest release version. We can not reproduce this issue with Chrome 73.0.3683.103 on Windows 7. Please clarify your environment. Also check if your camera and microphone are attached correctly to PC and are working in some other application.
  14. Max

    Server crashes on rest-call start-recording in Edge

    Good day. We fixed the problem with recording stream from MS Edge when VP8 priority is higher then H264. Please update to build 5.2.68 and check.
  15. Max

    Delay in playing stream

    Good day Please update WCS to latest version from this page and check if stream is displayed faster. If not, please reduce stream resolution and bitrate for stream playback. Also please clarify what do you use in your application: iOS SDK (for native application) or Web SDK (for React application)?
  16. Max

    RSTP ip cameras stream dont work

    Good day. We implemented dynamic RTSP interleaved channels setting in build 5.2.67. Now you can remove rtsp_interleaved_channels parameter from config, and your stream will be played as so as other RTSP streams. Please update and check.
  17. Max

    WebRTC as RTMP re-publishing Not Working in Google Chrome

    Good day. We have just checked your server, and we see license is activated and streaming is working. Browser can return Empty Response Error when you try to access HTTP port via HTTPS or vice versa. But now your site looks accessible via HTTPS with valid certificates. License key cannot be...
  18. Max

    Unhandled promise rejection iPhone, iOS 12.2

    Good day. We fixed iOS Safari 12.1 issue, streaming is working in WebSDK build 0.5.28.2753.79. Please update WebSDK to this build.
  19. Max

    WCS 5.2

    Добрый день. Основные изменения перечислены здесь: https://docs.flashphoner.com/pages/viewpage.action?pageId=9241025 Немного поменялась архитектура. Убрали тяжеловесный модуль админки WCS manager, сервер стал быстрее стартовать. В остальном, все фиксы и улучшения из 5.1 были портированы в 5.2...
  20. Max

    Failed by ICE timeout - Server behind NAT

    Hello Make sure UDP ports reachable https://docs.flashphoner.com/display/WCS52EN/Accessory+tools#Accessorytools-Portroutingchecking As an option you can try to switch to TCP and check ports using telnet...
Top