mirror of https://bitbucket.org/ausocean/av.git
Merge branch 'RevidCLI' of https://bitbucket.org/ausocean/av/src into RevidCLI
This commit is contained in:
commit
ea0e086de9
Binary file not shown.
|
@ -11,8 +11,7 @@ func main() {
|
|||
time.Sleep(30 * time.Second)
|
||||
config := revid.Config{
|
||||
Input: revid.Raspivid,
|
||||
Output: revid.Rtmp,
|
||||
RtmpMethod: revid.LibRtmp,
|
||||
Output: revid.NativeRtmp,
|
||||
QuantizationMode: revid.QuantizationOff,
|
||||
RtmpUrl: "rtmp://a.rtmp.youtube.com/live2/xt13-r4dh-f2w1-bh4s",
|
||||
Bitrate: "500000",
|
||||
|
|
Loading…
Reference in New Issue