Search results

  1. Max

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

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

    Video loading time issue

    Please clarify how do you publish a stream? What resolution and bitrate do you use? Try to check publish/playback channel quality: Publisher and player channel quality control If the quality is BAD, try to use TCP for publishing/playback, use lower resolution/bitrate to conform the...
  19. Max

    Video loading time issue

    Good day. The possible reason is an uneven key frames flow in media stream. If you're publishing RTMP stream from OBS, you should set key frame interval like this: If you're publishing WebRTC from browser, set the following WCS parameters in flashphoner.properties file...
  20. Max

    Stop inactive published RTMP streams which are auto published on demand using FFMpeg

    This is a rare case to stop an RTMP publishinig stream without subscribers. So we have no plans to add an option for this. However, there is a such option for pulled RTSP or RTMP streams.
Top