I'm trying to filter my video for live streaming Rtmp. I had success to filter my video and preview output my view, but i want to get buffer filtered, then encode it to h264 and push to my Wowza server by Rmtp.
//Already filted and view output
[self processVideoSampleBuffer:sampleBuffer];
//Continue, i want to get sampleBuffer had filtered to encode and push to my server
Hi everybody,
I'm trying to filter my video for live streaming Rtmp. I had success to filter my video and preview output my view, but i want to get buffer filtered, then encode it to h264 and push to my Wowza server by Rmtp.
//Already filted and view output
//Continue, i want to get sampleBuffer had filtered to encode and push to my server
Who can help me? Thank you very much!