All Projects → rvi → Onvifcamera

rvi / Onvifcamera

Licence: mit
Pod and example on how to connect to an ONVIF camera

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Onvifcamera

Rtspallthethings
Deprecated RTSP media server -- Use github.com/aler9/rtsp-simple-server instead.
Stars: ✭ 258 (+290.91%)
Mutual labels:  camera, rtsp, streaming
HaishinKit.kt
Camera and Microphone streaming library via RTMP for Android.
Stars: ✭ 70 (+6.06%)
Mutual labels:  streaming, camera
esp32cam-ready
Plug and Play firmware for the esp32cam. Flash, provision and connect to rtsp.
Stars: ✭ 67 (+1.52%)
Mutual labels:  camera, rtsp
lovelace-hass-aarlo
Lovelace card for hass-aarlo integration.
Stars: ✭ 41 (-37.88%)
Mutual labels:  streaming, camera
rtsp-simple-proxy
DEPRECATED - please use https://github.com/aler9/rtsp-simple-server
Stars: ✭ 41 (-37.88%)
Mutual labels:  streaming, rtsp
eufy security
Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.
Stars: ✭ 242 (+266.67%)
Mutual labels:  camera, rtsp
wsa
WSA(Websocket Streaming Agent) is a stream server target for mp4/h264 streaming over websocket
Stars: ✭ 35 (-46.97%)
Mutual labels:  streaming, rtsp
Yi Hack Mstar
Custom firmware for Yi 1080p camera based on MStar platform
Stars: ✭ 446 (+575.76%)
Mutual labels:  camera, rtsp
Moonfire Nvr
Moonfire NVR, a security camera network video recorder
Stars: ✭ 418 (+533.33%)
Mutual labels:  camera, rtsp
Gb28181.solution
Linux/Win/Docker/kubernetes/Chart/Kustomize/GB28181/SIP/RTP/SDP/WebRTC/作为上下级域/平台级联互联
Stars: ✭ 323 (+389.39%)
Mutual labels:  rtsp, streaming
Nager.VideoStream
Get images from a network camera stream or webcam
Stars: ✭ 27 (-59.09%)
Mutual labels:  camera, rtsp
Rtsp Simple Server
ready-to-use RTSP / RTMP server and proxy that allows to read, publish and proxy video and audio streams
Stars: ✭ 882 (+1236.36%)
Mutual labels:  rtsp, streaming
Zsgx1hacks
Hacks for ZS-GX1 IP Camera and various Goke GK7102 based IP Cameras
Stars: ✭ 251 (+280.3%)
Mutual labels:  camera, rtsp
WebRTCCTV
WebRTCCTV is a signaling server & webapp able to stream from RTSP cameras using WebRTC
Stars: ✭ 32 (-51.52%)
Mutual labels:  camera, rtsp
Yi Hack Allwinner
Custom firmware for Yi 1080p camera based on Allwinner platform
Stars: ✭ 243 (+268.18%)
Mutual labels:  camera, rtsp
Camerattack
An attack tool designed to remotely disable CCTV camera streams (like in spy movies)
Stars: ✭ 192 (+190.91%)
Mutual labels:  camera, rtsp
Haishinkit.swift
Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.
Stars: ✭ 2,237 (+3289.39%)
Mutual labels:  camera, streaming
Media Stream Library Js
JavaScript library to handle media streams on the command line (Node.js) and in the browser.
Stars: ✭ 192 (+190.91%)
Mutual labels:  camera, rtsp
Xiaopi
An Open Source Home Security Camera For Raspberry Pi
Stars: ✭ 311 (+371.21%)
Mutual labels:  camera, rtsp
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+41387.88%)
Mutual labels:  rtsp, streaming

ONVIFCamera

Version License Platform

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.

Screenshot

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 or parse the XML yourself like it has been done on the Android project.

Installation

ONVIFCamera is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ONVIFCamera'

Author

Rémy Virin, [email protected]

License

ONVIFCamera is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].