playout

package
v0.0.0-...-31c1c1e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Status

type Status struct {
	ID          string      `json:"id"`
	Address     string      `json:"url"`
	Stream      uint64      `json:"stream"`
	Queue       uint64      `json:"queue"`
	AQueue      uint64      `json:"aqueue"`
	Dup         uint64      `json:"dup"`
	Drop        uint64      `json:"drop"`
	Enc         uint64      `json:"enc"`
	Looping     bool        `json:"looping"`
	Duplicating bool        `json:"duplicating"`
	GOP         string      `json:"gop"`
	Debug       interface{} `json:"debug"`
	Input       StatusIO    `json:"input"`
	Output      StatusIO    `json:"output"`
	Swap        StatusSwap  `json:"swap"`
}

type StatusIO

type StatusIO struct {
	State  string `json:"state"`
	Packet uint64 `json:"packet"`
	Time   uint64 `json:"time"`
	Size   uint64 `json:"size_kb"`
}

type StatusSwap

type StatusSwap struct {
	Address     string `json:"url"`
	Status      string `json:"status"`
	LastAddress string `json:"lasturl"`
	LastError   string `json:"lasterror"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL