Search results

  1. Max

    Получение данных видеопотока

    Добрый день. Как правило, возможностей объекта Stream достаточно для управления потоком. Если Вам необходимо использовать собственный видео тэг, посмотрите здесь: Использование собственного HTML5 video элемента для публикации Использование собственного HTML5 video элемента при воспроизведении
  2. Max

    Video freeze

    We found in dump a bad timestamp sent by device: the sequence number of packet is correct, but timestamp is less than previous one This device behaviour does not seem to be normal. However, on our test server with latest release build 5.2.1174 such streams playing from the dump are not freeze...
  3. Max

    Call Kit and Flashphoner

    We investigated the issue. Seems like no changes needed on server side or in iOS SDK. There is a method in CXProvideDelegate protocol func provider(_ provider: CXProvider, didActivate audioSession: AVAudioSession) We implemented it to answer the SIP call, see ProviderDelegate.swift module...
  4. Max

    Call Kit and Flashphoner

    Thanks for clarification. It seems possible to implement without SIP, but this requires changes a WCS server side. We'll let you know in this topic when release the feature.
  5. Max

    Swift Package Manager support

    We prefer not to fork any third party solutions and use them as is (except WebRTC library which often needs to be patched to work correctly).
  6. Max

    Call Kit and Flashphoner

    As mentioned in official docs, CallKit is intended for VoIP calls handling, so SIP logic seems to be required. We raised the ticket WCS-3473 to investigate it. Please also clarify how do you sending a push notification? We implemented it on WCS side by receiving an incoming SIP call. What is...
  7. Max

    Swift Package Manager support

    Unfortunately, we use JSONModel and SocketRocket. Both of them supports only CocoaPods or Carthage. So we cannot migrate iOS SDK to Swift Package Manager until both packets supporters merge a corresponding pull requests.
  8. Max

    Swift Package Manager support

    Still have no news. We'll let you know in this topic.
  9. Max

    Call Kit and Flashphoner

    Please clarify the following: 1. Did you update both SDK and WCS? 2. Is the issue reproducing in Call Kit Demo example built from the source? If not, please change the example source code to reproduce this and send the code using this form
  10. Max

    Мерцание в начале трансляции

    Добрый день. По логам видно, что в одной из клиентских сессий поток 183FlhTIxWnTNy79Hm (видимо, поток ведущего, т.к. он один добавлялся в микшер) периодически публиковался со страницы с остановкой публикации через 2 секунды. Это может выглядеть, как мерцание, если подписчик смотрит поток...
  11. Max

    After stream recording, the video rotates 270 degrees

    Unfortunately, current version data file was occasionally deleted from web server. We fixed this, please try again.
  12. Max

    After stream recording, the video rotates 270 degrees

    Good day. We fixed rotation and display matrix issue in MP4 recordings in WCS build 5.2.1165, so Chrome versions without bug fix should play a new recordings correctly. For old recordings, waiting for Chrome fix.
  13. Max

    Playback Issue on Chrome for Recorded Videos

    Good day. We fixed rotation and display matrix issue in MP4 recordings in WCS build 5.2.1165, so Chrome versions without bug fix should play a new recordings correctly. For old recordings, waiting for Chrome fix.
  14. Max

    Android app freeze on some devices after stop stream

    Добрый день. Мы сделали пример на две Websocket сессии в одном приложении: Android 2 Sessions В этом примере описанная проблема не воспроизводится в наших тестах на Redmi 9 (MIUI 12.5). Проверьте, воспроизводится ли проблема у Вас в этом примере из сборки 1.1.0.57
  15. Max

    Call Kit and Flashphoner

    Good day. We added iOS Call Kit Demo Swift example using Call Kit and push notifications to receive incoming SIP calls. Note that this example works with iOS SDK build 2.6.80 and WCS build 5.2.1164. Also, it cannot be tested with our demo server because APNs credentials should be set on the...
  16. Max

    Video freeze

    Seems this is hardware setup issue. In traffic dump we see big packets for all the streams every 30-40 seconds Perhaps it is keyframe. If this cannot be assembled, a stream will freeze. Please check the device settings: can keyframes be sent more often (every 5 seconds for example)? In this...
  17. Max

    Audio mixing with canvas streaming using Flashphoner

    To capture audio from canvas, use AudioContext. See Canvas Streaming example on GitHub: function createCanvasStream() { var canvasContext = canvas.getContext("2d"); var canvasStream = canvas.captureStream(30); mockVideoElement = document.createElement("video")...
  18. Max

    Video freeze

    Seems like issue is reproduced on your server after 4 hours of testing. We downloading the traffic dump and will check it.
  19. Max

    Video freeze

    We successfully started to collect traffic dump and restarted all the streams capturing using private IP. Will check a bitrate periodically to detect the issue.
  20. Max

    Video freeze

    We tried to start traffic dump collection tcpdump -npi any -B 10240 -w log.pcap tcp port 554 But seems like tcpdump is not installed, and we have no sudo rights to install and launch this. Please add user to sudoers.
Top