Search results

  1. 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.
  2. Max

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

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

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

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

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

    Уточните, пожалуйста, каким именно REST API запросом публикуется поток: /rtsp/startup, /pull/rtmp/pull? Можете ли предоставить доступ к URL потока через эту форму? Новая мажорная версия Safari всегда может нести новые проблемы. Попытаемся воспроизвести описанное поведение в Safari 16.
  5. 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: при переключении...
  6. 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...
  7. 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.
  8. 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.
  9. 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
  10. 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.
  11. 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...
  12. 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...
  13. 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...
  14. 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.
  15. 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...
  16. 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.
  17. Max

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

    No, there are no any restrictions at server side (but your provider may apply them). Please check if publishing/playback is working in browser on the same device using Two Way Streaming example.
  18. Max

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

    Please check if UDP media ports (31001-32000) are available on server from client: Port routing checking Also you can try to use TCP transport for WebRTC if React Native WebRTC implementation supports it: Publishing and playing stream via WebRTC over TCP Please also check if publishing/playback...
  19. Max

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

    When publishing a stream, publishStream should be sent, then setRemoteSDP and notifyStreamStatusEvent are received. Seems like you're receiving the messages above, so signaling is working. But, if onconnectionstatechange returns failed state, it means WebRTC connection is not established. This...
  20. Max

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

    Actually Web SDK is full implementation of Raw Websocket API + WebRTC https://github.com/flashphoner/flashphoner_client MediaSessionId is UUID generated on the JavaScript end https://github.com/flashphoner/flashphoner_client/blob/wcs_api-2.0/src/flashphoner-core.js#L1632 var id_ = uuid_v1()...
Top