Omar Juarez
Omar Juarez
So Snapchat just released a Desktop app, that allows apps like OBS, Skype, Apple's PhotoBooth, Google Hangouts, or pretty much any app that uses camera, To access the SnapChat video...
For some reason my custom view controller doesnt have rounded corners. `attributes.roundCorners = .all(radius: 25)` is doing nothing. I saw in your demos in file `NibExampleView` you set `clipsToBounds=true` and...
The library only works with Safari, the rest of the browsers just show the PLAY button and Im unable to click. Nothing happens.
I noticed you added a new `addPixelBufferSource` method to add a UIImage on top of the video stream. But the image is all distorted once is live. ``` - (void)viewDidLoad...
Is there a way to have a different video input other than the iphone camera ? Im using GPUImage Framework, and I would like to feed the stream with the...
@jgh- Im doing live stream to Facebook Live endpoints where their specifics suggest the following: From Facebook Live Documentation. - We accept video in maximum 720p (720 x 1280) resolution,...
Im getting an **EXEC_BAD_ACCESS** when calling **endRtmpSession** method.  It happens right after the state changes to VCSessionStateEnded. And I get in the...
For some reason this was working well in iOS 9. but in iOS 10. The statusBar is not getting hidden after being presented. I added `formSheetController.modalPresentationCapturesStatusBarAppearance = YES;` which I...
Trying to run the demo.. but vc.alertStyle = AABlurAlertStyle.modern vc.topImageStyle = AABlurTopImageStyle.fullWidth seem not to be available
Hi and thank you for building this library. AVFoundation is soo hard. So I have a VideoComposition that has 5 videos stitched together one after the other. And then played...