Search results

  1. andrew.n

    RTCVideoTrack removeRenderer array crash

    @Max the issue happens if you call stream.stop() and after that you call session.disconnect(). If you call first stream.stop() and after that session.disconnect() then it crashes. It should work both ways, right? :-? Also, makes more sense to stop the stream and then disconnect from the session?
  2. andrew.n

    RTCVideoTrack removeRenderer array crash

    Yes, I updated both :) I just wanted to show you that I did it.
  3. andrew.n

    RTCVideoTrack removeRenderer array crash

    @Max I think there was an issue when you prepare the new version. Looks like the issue is still there. I updated on version 2.6.120, and is crashing with the same issue. Tested on different devices as well.
  4. andrew.n

    RTCVideoTrack removeRenderer array crash

    @Max sure, working on it now, thank you
  5. andrew.n

    RTCVideoTrack removeRenderer array crash

    @Max This issue is causing a spike in crash reports ...
  6. andrew.n

    RTCVideoTrack removeRenderer array crash

    @Max Any ETA for this?
  7. andrew.n

    RTCVideoTrack removeRenderer array crash

    @Max another thing, I saw that the SDK version right now is 2.6.119, but when I updated XCode SPM dependencies, is not upgrading from 2.6.118 to 2.6.119
  8. andrew.n

    RTCVideoTrack removeRenderer array crash

    @Max Press broadcast and stop before the broadcast start, for us there are some events that we must wait for, in the example you have is harder to reproduce - maybe use some Timers to delay. In my case it might happen that the user presses to respond the call, and before the connection is...
  9. andrew.n

    RTCVideoTrack removeRenderer array crash

    Yes it does. Please do the check for renders array count when using RTCVideoTrack removeRenderer
  10. andrew.n

    RTCVideoTrack removeRenderer array crash

    @Max We did few tests and this issue still happens sometimes: Update stream state 2, media session id is DD9E94CE-3834-47D6-8BD6-EA8D31484DEE Update stream state 6, media session id is 85316B0D-17AA-43FA-87C1-6B22FEF131F5 didChangeIceConnectionState 6 PeerConnectionState change 5 *** Terminating...
  11. andrew.n

    RTCVideoTrack removeRenderer array crash

    Great, thank you @Max
  12. andrew.n

    Random edge pull error

    @Max yes, it's on 2 way streaming, also running on iOS 17.1.1 and having SDK version as 2.6.115.
  13. andrew.n

    RTCVideoTrack removeRenderer array crash

    @Max Fast fingers when using session.disconnect() if the user cancels the call right after the call initiated (during a pending state) Can you includea count verification before calling removeObjectsInRange ? This happens when I call the disconnect & close after receiving...
  14. andrew.n

    RTCMTLVideoView camera preview

    @Max Solved, works good now
  15. andrew.n

    RTCMTLVideoView camera preview

    Thank you @Max
  16. andrew.n

    RTCMTLVideoView camera preview

    :| I sent it on October 20th... so basically to reproduce you have to press Test -> Connect -> Publish -> Play and after that you just have to press "Disconnect". What happens is that the local view is still showing camera preview.. even if you press "Release" it still displays... this is also...
  17. andrew.n

    RTCMTLVideoView camera preview

    @Max any though regarding the ticket I submitted? Did you saw the issue? Is under development?
  18. andrew.n

    RTCMTLVideoView camera preview

    I found how to replicate on your example and I sent you the details to replicate and a demo.
  19. andrew.n

    RTCMTLVideoView camera preview

    @Max videoView is of type RTCMTLVideoView which also is of type RTCVideoRenderer, but close function is not available. How to you get the "r" reference that you mentioned in your answer?
Top