I am Developing live broadcasting feature, i have built Custom camera to shoot video using AVCaptureSession
, and we have Wowza server for broadcasting,
So my Question is how to Encode Video from AVCaptureFileOutputRecordingDelegate
,AVCaptureVideoDataOutputSampleBufferDelegate
and send to Server, I found many libraries, but not suitable for our application, they provide their own UI, Can any one Suggest any other library or Step by step Integration