Fix slate path

This commit is contained in:
Saxon Nelson-Milton 2023-02-09 01:39:57 +00:00
parent 96078e1091
commit b68da55793
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func writeSlate(dst io.Writer, errCh chan error, exitSignal chan struct{}, log l
const ( const (
// This is temporary and will eventually be part of a broadcast configuration // This is temporary and will eventually be part of a broadcast configuration
// where the remote vidforward API user can provide the slate image. // 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. // Assume 25fps until this becomes configurable.
slateFrameRate = 25 slateFrameRate = 25