Getting started on rtmp output

This commit is contained in:
Unknown 2018-02-07 17:05:34 +10:30
parent 91bc6fbff9
commit edb4ffd826
3 changed files with 2 additions and 1 deletions

View File

@ -107,6 +107,7 @@ const (
Mjpeg = 7
None = 8
Mpegts = 9
Rtmp = 10
)
// Default config settings

View File