Take control over your live stream video by running it yourself. Streaming + chat out of the box.
 
 
 
 
 
 

7 lines
149 B

package models
// StreamKey represents a single stream key.
type StreamKey struct {
Key string `json:"key"`
Comment string `json:"comment"`
}