Shankar D
Shankar D
I'm getting that warning using this project and also my own project and it's not preventing from building the application. Warning from this project: > ld: warning: PIE disabled. Absolute...
I've done some more research and finally set `Generate Position-Dependent Executable = Yes` in Targets and Project -> Build Settings then warning won't appears but I'm not sure wether apple...
Yes, of course. I also see the PIE for `ARM64` because your `R5Streaming.framework` enabled PIE for `ARM64` architecture, but Xcode not enabled PIE support by default, in settings. So, that...
Thanks for information. One more issue on orientation when i set `setPreviewOrientation(90)` rtmp streaming also rotating (-90deg), but the device must be with `portrait` `setPreviewOrientation(90)` , is there any solution?...