Skip to content

r0w4n/camera-youtube-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera Youtube Manager

Provides the ability to schedule youtube live streams and manage the streams for IP camera.

  • Automatically creates a scheduled broadcast if one doesn't exist
  • Automatically starts camera stream if one doesn't exist

Requirements

Installation

pip3 install -r requirements.txt

Settings

A settings file, settings.json saved in the root of the project, is required in the format of:

{
    "cameras": [
        {
            "name": "cam1",
            "title": "title used to name the youtube live stream",
            "description": "description of the youtube live stream",
            "enabled": true,
            "url": "user:[email protected]/ISAPI/Streaming/Channels/101/picture",
            "key": "sdfs-sdfd-sdfs-sdfs-sdfd"
        }
    ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published