Recent content by Jan Lipmann

  1. Jan Lipmann

    [iOS] Stretched stream display view

    Hi thanks a lot. i have already done this by setting the proper ration (4:3) on RTCEAGLVideoView Unfortunatelly there is no way to lock the screen rotation on this view. Do you have any experience of doing this?
  2. Jan Lipmann

    [iOS] Stretched stream display view

    Hello again :) We have a problem with RTCEAGLVideoView. When we are setting it to be full on the screen the render seems to be stretched. Is there a way to fix this? Maybe we can use some other type of view to do the rendering. Or maybe you have other solution for this? Thanks in advance :)
  3. Jan Lipmann

    [iOS SDK] Error while trying to stream using app from TestFlight

    Hello there :) We have a weird behaviour. While we are testing on devices from xcode everything is ok with stream, but when we push a build to a testflight we are getting this error while we are trying to stream: CFNetwork SSLHandshake failed (-9807) Websocket connection failed with error...
  4. Jan Lipmann

    Video Stream geometry - iOS

    Hello Flashphoner team :) We are using flashphoner ios sdk in our new application. All works fine, but video on facebook seems to be little stretched vertically. Is there a way to adjust video resolution somehow using sdk? Second question: is render view have some affect on size of streaming...
  5. Jan Lipmann

    FPWSCApi2.framework swift errors

    Thanks for your help :) If there is no chance to test streaming on simulator it is ok, but i want to test other fields of my application on simulator and framework architecture problems does not allow me to do that :( Thank you in advance :)
  6. Jan Lipmann

    FPWSCApi2.framework swift errors

    Here is the solution: http://stackoverflow.com/a/26554428/3606023 . I will be very pleased if you can recompile your framework to support x86_64 architecture too. Thanks :)
  7. Jan Lipmann

    FPWSCApi2.framework swift errors

    Hi, I am trying to build and run my app with FPWSCApi2 ios framework connected, but still getting lot of errors like: symbol(s) not found for architecture x86_64 which coresponds with this warning: ignoring file ../FPWCSApi2.framework/FPWCSApi2, missing required architecture x86_64 in file...
Top