https://github.com/rvi/onvifcamera
Pod and example on how to connect to an ONVIF camera
https://github.com/rvi/onvifcamera
camera ios onvif onvif-camera rtsp rtsp-player streaming streaming-video swift
Last synced: 5 months ago
JSON representation
Pod and example on how to connect to an ONVIF camera
- Host: GitHub
- URL: https://github.com/rvi/onvifcamera
- Owner: rvi
- License: mit
- Created: 2018-01-17T12:17:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T19:57:57.000Z (about 5 years ago)
- Last Synced: 2024-12-01T22:36:41.878Z (6 months ago)
- Topics: camera, ios, onvif, onvif-camera, rtsp, rtsp-player, streaming, streaming-video, swift
- Language: Swift
- Homepage:
- Size: 2.99 MB
- Stars: 89
- Watchers: 7
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ONVIFCamera
[](http://cocoapods.org/pods/ONVIFCamera)
[](http://cocoapods.org/pods/ONVIFCamera)
[](http://cocoapods.org/pods/ONVIFCamera)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](https://hackernoon.com/live-stream-an-onvif-camera-on-your-ios-app-57fe9cead5a5).
## Example
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.
## Requirements
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](https://www.prioregroup.com/iphone/soapengine.aspx) or parse the XML yourself like it has been done on [the Android project](https://github.com/rvi/ONVIFCameraAndroid).## Installation
ONVIFCamera is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'ONVIFCamera'
```## Author
Rémy Virin, [email protected]
## License
ONVIFCamera is available under the MIT license. See the LICENSE file for more info.