z_z
z_z
> Yes it is possible Is there any sample about this problem? I tried some library but nothing worked.
Is your lib still working? I have try your sample on some rtmp server like Restream.io, mixer.com and youtube but nothing worked. I observer the Restream's dashboard that show your...
I explored this library, it is based on https://github.com/ant-media/LibRtmp-Client-for-Android (RTMPMuxer) which call writeVideo(byte[] data ...). In this case ant-media wrote that video data is "h264 nal units", but I have...
how can disable swipe left in last page only?
give it a try on group filters
try blending darken filter
Thank you for prompt reply, I came up with a workaround by listening the `UIApplication.willEnterForegroundNotification` event to reset the `configuration` the inside `HostingController`'s lifecycle, this should work.