Changed defaultRtmpUrl to use the endpoint for rig0@ausocean.org, rather than the main AusOcan YouTube channel.

This commit is contained in:
Alan Noble 2018-06-02 16:40:41 +09:30
parent 15d1b3c230
commit 9e5e10f413
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ const (
defaultInput = Raspivid defaultInput = Raspivid
defaultOutput = NativeRtmp defaultOutput = NativeRtmp
defaultPacketization = Flv 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" defaultFrameRate = "25"
defaultWidth = "1280" defaultWidth = "1280"
defaultHeight = "720" defaultHeight = "720"