Skip to content

firedevel/hkcam-minimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hkcam

hkcam-minimal is a minimal version of hkcam that can run directly on ipcameras. It uses rtsp-server to access the camera stream and publishes the stream to HomeKit.(To be done)

Features

  • Live streaming via HomeKit
  • Runs on ip cameras

Get Started

hkcam uses Go modules and therefore requires Go 1.11 or higher.

Build

To be done

Multistream

Normally in HomeKit a camera stream can only be viewed by one device at a time. If a second device wants to view the stream, the Apple Home app shows

Camera Not Available Wait until someone else in this home stops viewing this camera and try again.

hkcam allows multiple devices to view the same stream by setting the option -multi_stream=true. That's neat.

License

hkcam-minimal is available under the Apache License 2.0 license. See the LICENSE file for more info.

About

Minimal version for hkcam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.7%
  • Makefile 3.3%