I am trying to capture an iPhone RTSP / RTP camera to a Wowza server.
The Apple API does not allow direct access to H264 encoded frames, but allows you to write them to a .mov file. container.
In any case, I cannot access this file content until AVAssetWriter finishes writing, which prevents me from broadcasting the recording in real time.
I tried to access it using a named pipe in order to access the contents of the file in real time, but there is no success there - AVAssetWriter will not write to the existing file.
Does anyone know how to do this?
Thanks!
Change Starting with iOS 8, the encoder and decoder have an API
avishic
source share