mirror of https://bitbucket.org/ausocean/av.git
Fix slate path
This commit is contained in:
parent
96078e1091
commit
b68da55793
|
@ -74,7 +74,7 @@ func writeSlate(dst io.Writer, errCh chan error, exitSignal chan struct{}, log l
|
|||
const (
|
||||
// This is temporary and will eventually be part of a broadcast configuration
|
||||
// where the remote vidforward API user can provide the slate image.
|
||||
slateFileName = "slate.h264"
|
||||
slateFileName = "/home/saxon/go/src/bitbucket.org/ausocean/av/cmd/vidforward/slate.h264"
|
||||
|
||||
// Assume 25fps until this becomes configurable.
|
||||
slateFrameRate = 25
|
||||
|
|
Loading…
Reference in New Issue