live video streaming server in golang
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

925 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • JSON Web Token support.
    // .livego.json
    {
        "jwt": {
            "secret": "testing",
            "algorithm": "HS256s"
        },
        "server": [
            {
                "appname": "live",
                "liveon": "on",
                "hlson": "on"
            }
        ]
    }
  • Use redis for store room keys
    // .livego.json
    {
        "redis_addr": "localhost:6379", 
        "server": [
            {
                "appname": "live",
                "liveon": "on",
                "hlson": "on"
            }
        ]
    }

Changed

  • Show players.
  • Show stream_id.