mirror of https://bitbucket.org/ausocean/av.git
Changed defaultRtmpUrl to use the endpoint for rig0@ausocean.org, rather than the main AusOcan YouTube channel.
This commit is contained in:
parent
15d1b3c230
commit
9e5e10f413
|
@ -89,7 +89,7 @@ const (
|
|||
defaultInput = Raspivid
|
||||
defaultOutput = NativeRtmp
|
||||
defaultPacketization = Flv
|
||||
defaultRtmpUrl = "rtmp://a.rtmp.youtube.com/live2/xt13-r4dh-f2w1-bh4s"
|
||||
defaultRtmpUrl = "rtmp://a.rtmp.youtube.com/live2/vq8y-wzxh-731t-7rtb"
|
||||
defaultFrameRate = "25"
|
||||
defaultWidth = "1280"
|
||||
defaultHeight = "720"
|
||||
|
|
Loading…
Reference in New Issue