Search results

  1. andrew.n

    iOS 14 crash after calling play() for each streaming source

    Small note, I updated to macOS 11.2 Big Sur... Have you tried this on Big Sur?
  2. andrew.n

    iOS 14 crash after calling play() for each streaming source

    I tried to use the Objective-C framework as well and it didn't work...
  3. andrew.n

    iOS 14 crash after calling play() for each streaming source

    Hey @Max I just included the Swift version of the SDK and when I launch the app it crashes with this issue Version 2.6.19: dyld: Library not loaded: @rpath/FPWCSApi2Swift.framework/FPWCSApi2Swift Referenced from...
  4. andrew.n

    Video freezes when moving the app to background

    @Max I did several tests today. And I came up with the following conclusion It happens that on a debug configuration, the video view to unfreeze and works as respected in 1 of 5 cases. In a release configuration, it has like 3 of 5 cases to work properly. Another thing that I saw is that if I...
  5. andrew.n

    Video freezes when moving the app to background

    Hello @Max I just downloaded SDK version 2.6.6 for iOS and it seems that the app moving to background and foreground is not fixed :|... Do you have a demo for this new release where I can check that the issue is fixed on your project?
  6. andrew.n

    Video freezes when moving the app to background

    I enabled Background fetch as well (Audio, AirPlay and picture in Picture was already enabled) and I'm facing the same issue. Regarding the demos, as I see you use RTCEAGLVideoView, I tried to replace with RTCMTLVideoView, but I couldn't make the demo project work. Can you tell me if you have...
  7. andrew.n

    Video freezes when moving the app to background

    There is a small issue that I have after I start the streaming, If I move the app to background, and open another app etc, when I open the app again, the streaming view is frozen. I tried to call muteVideo function on applicationWillResignActive, and call again unmuteVideo on...
  8. andrew.n

    Handling Deactivating an audio session that has running I/O.

    After we start broadcasting we have some events where we play some local audio files using an AVPlayer. The problem is that the OS is closing the audio session that is used by FlashPhoner SDK. debug logs: Deactivating an audio session that has running I/O. All I/O should be stopped or paused...
  9. andrew.n

    iOS 14 crash after calling play() for each streaming source

    @Max iOS SDK 2.6.2 includes fixes for WCS-2641 and WCS-2853?
  10. andrew.n

    Video distortion when changing RTCEAGLVideoView size

    @Max I changed the view to RTCMTLVideoView, but when the streaming stars, I see that the delegate method `func videoView(_ videoView: RTCVideoRenderer, didChangeVideoSize size: CGSize)` returns a static size of (360.0, 480.0), no matter what constraints I provide to FPWCSApi2VideoConstraints...
  11. andrew.n

    Video distortion when changing RTCEAGLVideoView size

    Thank you @Max for those great news!
  12. andrew.n

    iOS 14 crash after calling play() for each streaming source

    Any updates regarding points 1 and 3, @Max? We have to release the app but one of the core features of the app is not working properly.
  13. andrew.n

    iOS 14 crash after calling play() for each streaming source

    @Max I found something during the debugging sessions that is related to this thread. As you can see the exception is caused by SocketRocket (com.squareup.SocketRocket.NetworkThread) Also, I found out that this issue can also happen for ios 13...
  14. andrew.n

    iOS 14 crash after calling play() for each streaming source

    I build the two-way streaming demo app on an iPhone with iOS 14.0 and I used the demo web page to set up the connection. On the device, I couldn't see the streaming source video (from mac) and also in the debugger I saw some issues regarding the UI changes that were done on a background thread...
  15. andrew.n

    iOS 14 crash after calling play() for each streaming source

    The video call feature worked well on iOS 13.x.x. After I made the update to iOS 14 and start testing again the video call, in some cases, after I call the play() function for each streaming source the app crashes. It looks like it's an issue with the UI setup that is not performed on the main...
  16. andrew.n

    Swift Package Manager support

    Long story short, for more than 1 year ago, Apple released SPM as a replacement for CocoaPods and Carthage. The first issue is that if we use FlashPhoner in our app, we cannot enable SPM at all, because it requires the Build System option: "New Build System". FlashPhoner integration required...
  17. andrew.n

    Minimize the video call screen and display a floating RTCEAGLVideoView over other screens

    We are making the app full native on iOS... Is there another ticket to make this find of feature for iOS native apps?
  18. andrew.n

    Minimize the video call screen and display a floating RTCEAGLVideoView over other screens

    I want to minimize the video call screen and display a floating RTCEAGLVideoView (with the partner streaming data) over the screen that was before, so the user can scroll and see other conversations from the list (or navigate to other screens in the app), meanwhile, the video call should be...
  19. andrew.n

    Video distortion when changing RTCEAGLVideoView size

    I understand that this happens and that's fine. The problem that I pointed out is that before I receive the quality size updates, I received the video size as potret mode, even the streaming was in landscape mode. ========= didChangeVideoSize ========= 2020-08-13 2:13:42 PM +0000...
  20. andrew.n

    Video distortion when changing RTCEAGLVideoView size

    @Max We included those parameters in the configuration and looks like the refresh works better now but still is not fixing the whole flow. As you can see the following debug logs, for the playURLVideoView the size delegate method is called multiple times. The issue right now is that the play...
Top