Search results

  1. Max

    v5.2 monitoring

    Good day. Stream monitoring functions are moved to separate application that we plan to release soon. You can use server statistic page http://wcs:8081/?action=stat (see details here) to get load and resource usage information and REST API (/stream/find for example) to obtain stream details from...
  2. Max

    iOS App Crashed after using the demo "Player"

    Please collect a report as described here and send to support@flashphoner.com. We will check.
  3. Max

    iOS App Crashed after using the demo "Player"

    Good day. Please clarify: 1. You build Player example application from GitHub sources with latest iOS SDK from this page not using any third side libraries? 2. What XCode version do you use? 3. What iOS version do you use for test? 4. What WCS version do you use and how do you publish stream to...
  4. Max

    Stream not playing at UAE region

    Good day. Build-in TURN server setup is described here.
  5. Max

    Updated to latest version lost from AWS upload

    Good day. Yes, all content of WCS_HOME/bin folder is overwritten while updating to another version. You can place your script in any other place (to /opt folder for example) and set the following parameter on_record_hook_script=/opt/on_record.sh
  6. Max

    Easiest way to collect a list of stream parts with start/end timestamps

    Fixed. Under verification. Should be released as soon as completely verified.
  7. Max

    Stream not playing at UAE region

    Hello Most likely ports are blocked in Dubai region. 1. Find a host in the Dubai region. 2. Make TCP test from this host: telnet eventmaster.net.in 8443 to check if default websocket port 8443 is available 3. Make UDP test from this host...
  8. Max

    Не удется сменить стандартный wss порт

    Да, если настройка указана дважды, будет применено последнее значение.
  9. Max

    Не удется сменить стандартный wss порт

    Добрый день. Уточните, пожалуйста, версию сервера, она расположена в файле WCS_HOME/conf/WCS.version Также прикрепите сюда, пожалуйста, файл flashphoner.properties
  10. Max

    web sdk player not working correctly on mse and webrtc

    Good day. We have checked your logs and streams playback. Seems like your RTMP stream contains B-frames that may cause picture flickering and freezes. So you should set up your streaming device to exclude B-frames: try to select ultrafast preset and lower encoding profile. Also, you can enable...
  11. Max

    Audio Only Streams

    Good day. You can set constraints for publishing media in chat room here, see Conference example on GitHub: var constraints = { audio: true, video: false }; In this case, audio only is published, so you can check audio stats object only. Please update to latest WCS...
  12. Max

    IOS 12.2 media device error during phone call

    Good day. We have reproduced this issue (internal ticket WCS-2010) and will inform you when fix it. As workaround, you can reset constraints on each publishing as Media Devices example.
  13. Max

    web sdk player not working correctly on mse and webrtc

    Please collect a report as described here while video gets flickering and send to support@flashphoner.com. We will check.
  14. Max

    Invalid Constraint when publishing stream, Safari 12.1

    Good day. You can update WCS to latest version from this page by downloading and installing new version over previous one as described here
  15. Max

    web sdk player not working correctly on mse and webrtc

    Good day. Please clarify: 1) How do you streaming to WCS: stream is published to WCS with WebRTC/RTMP, or stream is pulled from RTSP/RTMP source? What is the stream parameters (resolution, bitrate)? 2) What browsers on what platforms you are using for stream playback?
  16. Max

    Jave issue

    Good day. WCS does not support Apache Flink. This product is for distribute computing, not for media streaming case. You can use streaming video CDN functions to distribute server load.
  17. Max

    Audio Only Streams

    You can try Media Devices demo and test audio-only stream. https://demo.flashphoner.com/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html As you can see you can uncheck "Video" both for publisher (left) and for player (right) to have audio only stream test. Latency...
  18. Max

    Support for 302 - Moved Temporarily

    Hello We raised internal ticket WCS-2006 Will inform once we have any progress on this issue.
  19. Max

    Android SDK

    Good day. Seems like your developer missed point 3 on step Preparing examples for building, it should be done before building examples with Gradle or Android Studio. Developer should check if he did all this step point by point as described.
  20. Max

    Incoming call hangup issue

    Good day. Please prepare a report as described here and send it to support@flashphoner.com, we will check. Also, check your PBX SIP signaling logs for BYE message from WCS.
Top