Search results

  1. Max

    Screen share video with mixer

    Good day. Please check the screen share stream metrics using /stream/find REST API query: Stream parameters monitoring with REST API, or just play in in Medai Devices example to check a WebRTC statistics. If lost video frames and NACK counters are grow, it means the channel is not good enough to...
  2. Max

    Custom mixer layout

    Good day. Seems you've missed a second participants video. Please use Custom layout displaying tool to check your layouts displaying.
  3. Max

    Replace Audio of existing stream and send via WebRTC or RTMP

    Good day. You should use additional mixer to replace an audio: 1. Add video from existing stream to a new mixer: POST /rest-api/mixer/add HTTP/1.1 Host: localhost:8081 Content-Type: application/json { "uri": "mixer://m1", "remoteStreamName": "stream1", "hasVideo": "true", "hasAudio"...
  4. Max

    Hello! there are any way to integrate WCS with a React native app ?

    Seems like React Native WebRTC implementation does not support TCP transport. To investigate a DTLS error, please collect a report on your server instance as described here including the traffic dump using report.sh script: Getting logs with report.sh script. Traffic dump must be started to...
  5. Max

    Conference recorded video dimensions

    Good day. We reproduced the issue in the latest WCS build and created the ticket WCS-3607 to fix. Will inform about progress. As workaround, please rollback to build 5.2.1383 (like on demo server), in this build conference recording should work.
  6. Max

    Некорректное воспроизведение в embed player

    Воспроизвели проблему в Safari 16 (при первом переходе в полноэкранный режим видео прекращает играть, но аудио играть продолжает, на Вашем потоке этого не видно, т.к. нет аудио). Создали тикет WCS-3606, отпишем по прогрессу.
  7. Max

    Некорректное воспроизведение в embed player

    Да, проверили RTSP поток, сам по себе он не проблемный. Воспроизведем поведение в браузере, отпишем о результатах.
  8. Max

    Некорректное воспроизведение в embed player

    Уточните, пожалуйста, каким именно REST API запросом публикуется поток: /rtsp/startup, /pull/rtmp/pull? Можете ли предоставить доступ к URL потока через эту форму? Новая мажорная версия Safari всегда может нести новые проблемы. Попытаемся воспроизвести описанное поведение в Safari 16.
  9. Max

    Некорректное воспроизведение в embed player

    Добрый день. Данная проблема не воспроизводится на сборке WebSDK 2.0.223 в связке с WCS 5.2.1413 (тестовый сервер) и WCS 5.2.1383 (сервер demo.flashphoner.com) в примерах Embed Player и Player (в котором также есть кнопка переключения в полноэкранный режим) в MacOS Safari 15.6: при переключении...
  10. Max

    Unable to Initialize Flashphoner SDK in ReactJs Application

    No, we have not encountered the issue in test applications. Usually, there are two main reasons for such issues: 1. Incorrect application flow. In this case, code debugging should solve the problem. Enabling debug logs from Web SDK may also help: Log level adjusting 2. Network issues if a WCS...
  11. Max

    Unable to Initialize Flashphoner SDK in ReactJs Application

    Good day. Is the problem reproducing in Two Way Streaming React example using the latest Web SDK NPM package (version 2.0.223)? If yes, please provide a full browser console log. Also, please provide an access to a webpage to test using this form.
  12. Max

    Head tracking

    The examples show how to use custom camera capturing (in WebSDK, canvas is used for that purpose). So you can try to integrate this library in WebSDK application, the Vision framework to iOS SDK application and some of Android libraries to Android SDK application.
  13. Max

    Head tracking

    Good day. Maybe you can use a custom filter to implement a head tracking: - WebSDK: Stream Filter - iOS SDK: iOS GPUImageDemo Swift - Android SDK: Android GPUImage
  14. Max

    Problem when rotating the phone (90 degrees to the left) in Safari on iPhone (iOS16)

    It's ok. Stream should be published again to apply a new publishing options. Seems like Safari 16 now requires to add orientation parameter to SDP (that the cvoExtension: true option actually does). Glad to hear it's working.
  15. Max

    Play pause functionality in room api

    You can use multiple streams recording feature: Multiple stream recording to one file with subsequent mixing In this case, all the streams in a room can be added to multiple recorder, then a certain stream can be removed from recording by /multipleRecorder/remove and then can be added again by...
  16. Max

    Problem when rotating the phone (90 degrees to the left) in Safari on iPhone (iOS16)

    Unfortunately we can't reproduce the issue on iOS 15.7 with latest WCS build 5.2.1408. Perhaps something is broken in iOS Safari 16. The example shows local (publishing) video only. There were some orientation issues in earlier Safari versions, but the problem was with media traffic, video was...
  17. Max

    Hello! there are any way to integrate WCS with a React native app ?

    1. Did you try TCP https://docs.flashphoner.com/display/WCS52EN/Publishing+and+playing+stream+via+WebRTC+over+TCP Test 1) Open Media Devices sample https://demo.flashphoner.com/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html 2) Choose transport TCP 2) What is...
  18. Max

    Failed by DTLS error

    Hello This issue has been closed on May 2020. Please create a new thread with new set of logs and reports if you have similar issue.
  19. Max

    Problem when rotating the phone (90 degrees to the left) in Safari on iPhone (iOS16)

    Hello Take a look at this doc https://docs.flashphoner.com/display/WCS52EN/WebRTC+stream+picture+rotation Could you try to enable CVO Extension https://demo.flashphoner.com/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html Label: CVO We will make few test on iOS...
  20. Max

    Play pause functionality in room api

    Hello Play pause is not currently supported. You can add a stream to mixer or remove a stream from mixer. You can stop playback of a stream then start playback again. If you describe in detail how the play/pause should work (expected behavior), we will be able to issue this as a feature request.
Top