Recent content by SlavaCh

  1. SlavaCh

    streaming from ReactNative app

    ok. we got a stable picture and the quality is good. the only issue - on a full screen it deforms image proportion. Could be a problem in aspect ratio. How we can change these parameters to have ratio like on smartphone full screen?
  2. SlavaCh

    streaming from ReactNative app

    actually it doesn't help. in the code i see this parametrs however iphone front camera has 1080*720. maybe the problem is here. but the stream foe now works unacceptable. even 352*288 freezes on good wifi internet channel Which parametrs should be set in Quality field? I didn't find...
  3. SlavaCh

    streaming from ReactNative app

    Thank you for your answers. So we should replace native ios SDK on the mobile side to WebSDK ? then send stream to web page and play with settings. correct? and when we know the settings, we can configure ios SDK and replace it back on mobile side? Can somebody assist us with this? beacuse...
  4. SlavaCh

    streaming from ReactNative app

    we set this settings on the mobile side and flashphoner.properties file but still experience freezes
  5. SlavaCh

    streaming from ReactNative app

    thank you, we tried this settings but still are experiencing some freeze and video deformation (on both landscape and portrait camera mode on iPhone 10) I assume there are some parameters on video resolution or size (camera settings) on the mobile SKD side (we use flashphoner native iOS SDK).
  6. SlavaCh

    streaming from ReactNative app

    Thank you for the explanation. However we have a few additional questions: Question 1. How to approach a bi-directional streaming for the following case? WebRTC agent 1 (native mobile SDK) initiates a streaming. WebRTC agent 2 (python script) needs to consume this stream, process it and...
  7. SlavaCh

    streaming from ReactNative app

    thank you! it helped We would like to integrate some ML algorithms on the video stream and would like to use python. Do you have a protocol description? or a library for python client?
  8. SlavaCh

    streaming from ReactNative app

    Hi We experience black screen instead of stream while seting the react native app and tried with iframe in the app. Iframe is not loaded from the phone (iOS 13.5.1) when using WebView and loading html page and the link to the stream itself...
Top