On reading https://developer.apple.com/streaming/, what I understand is that HLS is used to stream audio or video from a server to an iOS device.
A) Is it possible to stream from the iOS client to the server using HLS? I want to capture audio from the device and do some processing on it on the server. I was told I could use HLS but it doesn't seem possible.
B) If it is not possible, anybody have any idea on streaming from iOS to a Red5 media server? I tried using the RTMP client library by midnight coders, but it keeps on giving "Connection reset by peer" issue very frequently which is annoying.
Thanks!