mirror of https://bitbucket.org/ausocean/av.git
Getting started on rtmp output
This commit is contained in:
parent
91bc6fbff9
commit
edb4ffd826
|
@ -107,6 +107,7 @@ const (
|
|||
Mjpeg = 7
|
||||
None = 8
|
||||
Mpegts = 9
|
||||
Rtmp = 10
|
||||
)
|
||||
|
||||
// Default config settings
|
||||
|
|
Loading…
Reference in New Issue