Support video-only streams if there is no audio in the inbound stream. (#401)
Closes #400
This commit is contained in:
@@ -18,6 +18,7 @@ type InboundStreamDetails struct {
|
||||
AudioBitrate int `json:"audioBitrate"`
|
||||
AudioCodec string `json:"audioCodec"`
|
||||
Encoder string `json:"encoder"`
|
||||
VideoOnly bool `json:"-"`
|
||||
}
|
||||
|
||||
// RTMPStreamMetadata is the raw metadata that comes in with a RTMP connection.
|
||||
|
||||
Reference in New Issue
Block a user