Search code examples
objective-cwowza

How to Use Wowza Server for Native ios Application


Is it possible to create a video chat application for IOS (Native Objective-C) using Wowza ?

How to send IOS camera and Microphone video/audio live stream to Wowza server ?

Is it possible to do chat with Wowza and IOS without using any RTMP library for IOS ?


Solution

  • The native Apple SDK receives and renders HLS, but it causes significant latency. To implement a video chat client, you will need a 3rd party library to implement low latency streaming. Maybe look at nanocosmos.de

    -jw