Search results

  1. Max

    issue with watermark application via transcoder on a VOD stream

    It was the bug. The watermark must be applied to transcoder output stream, not to the transcoder source stream. The bug was fixed, so you should change your flow: a viewers should play transcoder output stream, but not the original stream.
  2. Max

    Inject Video into stream or change video in stream, stream gets blink

    We checked the server. You have an issues with server settings 1. Server CPU load is too high for a couple of streams The server has 24 cores (actually it is 12c/24t). But you've set a twice more threads in all the thread pools: So you really have 48 threads which are just consume CPU but does...
  3. Max

    Video Chat application taking time while receiving audio stream, iOS, Web Call Server

    The better channel quailty and bandwidth between publisher and server, the less its stream latency. It's applcable to player too. The longer the channel, the worse quality and bandwidth. in this case you should have US origin and Indian edge.
  4. Max

    Inject Video into stream or change video in stream, stream gets blink

    Please provide SSH access to the server using this form for our engineers to test.
  5. Max

    BUG: check_update

    Good day. We confirm the issue. The ticker WCS-4370 is raised. But webcallserver update command still works.
  6. Max

    Video Chat application taking time while receiving audio stream, iOS, Web Call Server

    You can't achive an equal latency via a different publisher channels. So you will have a 1.5-2 secinds latency when publishing form India to US. Please consider a CDN with origin closer to publishers and edges closer to players. A simple configuration explained in this article, a technical...
  7. Max

    Video Chat application taking time while receiving audio stream, iOS, Web Call Server

    We checked the server by credentials provided. Seems like the server too far from a clients. The instanse is in us-west AWS region, but you`re probably testing from India. In this case a minimal server ping will be 200 ms and more (from our test PC ping is 222 ms to intermediate hosts)...
  8. Max

    Inject Video into stream or change video in stream, stream gets blink

    Seems like you are continiously injecting the same file to the same stream: when file reaches the end (every 30 seconds), you make another /stream/inject2/startup call with the same parameters. According to video attached, the original stream has static picture. So when injected stream ends, and...
  9. Max

    Video Chat application taking time while receiving audio stream, iOS, Web Call Server

    Please see the IP address to allow SSH connections here: Providing support engineer access to your server We do not arrange any remote sessions.
  10. Max

    issue with watermark application via transcoder on a VOD stream

    Good day. Watermark may be applied to the transcoded stream only. It can't be applied to an original stream. Please read the docs:
  11. Max

    Video Chat application taking time while receiving audio stream, iOS, Web Call Server

    Please provide SSH access to the server where issue is reproducing. Use this form to send a credentials.
  12. Max

    Inject Video into stream or change video in stream, stream gets blink

    Please reproduce the issue, collect a report using a special script Getting logs with report.sh script (preferable) and send using this form.
  13. Max

    Inject Video into stream or change video in stream, stream gets blink

    We can't reproduce the issue in the latest build 5.2.2201. Please check if both streams have a same audio and video codecs: Known limits. Please check also if you set all the parameters needed in the REST APi query /stream/inject2/startup If the issue still persists, reproduce the issue, then...
  14. Max

    Inject Video into stream or change video in stream, stream gets blink

    Good day. Please provide a more detaled description: 1. WCS version used 2. Stream publishing method: WebSDK (browser), Android/iOS SDK (mobile), RTMP (OBS), etc 3. How do you change video: switch source at publisher side, publish two streams and inject one into another using REST API, etc
  15. Max

    When application is in background and in lock state and i receive a call, not able to have remote stream or voice

    Good day. You can't capture audio or video when application is in background. This is iOS limitation.
  16. Max

    Video Chat application taking time while receiving audio stream, iOS, Web Call Server

    Good day. Please set the following parameters in /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties file periodic_fir_request=true periodic_fir_request_interval=2000 The initial delay should be no more than 2 seconds in this case.
  17. Max

    IPv4 & IPv6 at same time

    Yes, IPv6 does not work with WebRTC TCP transport now. That's the issue. We already testing the fix.
  18. Max

    Error republishing RTMP stream

    We fixed the issue in WCS build 5.2.2197. Please update and check.
  19. Max

    Не получается обновить Android SDK с 1.1.0.59 до 1.1.0.68

    Добрый день. Выглядит так, что не проходит DTLS соединение Проверьте, что сервер также обновлен до последней сборки 5.2.2197. Также проверьте, воспроизводится ли проблема с примерами Android SDK из архива сборки 1.1.0.68. К сожалению, нет, поддержка ARM32 процессоров убрана Google из WebRTC...
  20. Max

    Updated CentOS

    You don't need external internet while using the software under Standalone License. However you would need internet connection at least one time during activation. Once license is activated, conf/flashphoner.license will be recorded. Then you will be able to disable external internet connection...
Top