This library have been developped to ease the connection of an iOS device to an ONVIF Camera.
With this library you are able to get the informations from a camera, the different media profiles available and retrieve the stream URI to play it.
I wrote an article explaining how to use this code and how to create an ONVIF app, you can read it here, on Hackernoon.
To run the example project, clone the repo, and run pod install
from the Example directory first, or run pod try ONVIFCamera
in your terminal.
To use this project on an iOS device (real device, not a simulator) you need a SOAPEngine
licence key. You don't need one if you want to build and run the project on your simulator.
You can buy one here or parse the XML yourself like it has been done on the Android project.
ONVIFCamera is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ONVIFCamera'
Rémy Virin, [email protected]
ONVIFCamera is available under the MIT license. See the LICENSE file for more info.