diff --git a/cmd/vidforward/slate.go b/cmd/vidforward/slate.go index ce9f16c7..2983824b 100644 --- a/cmd/vidforward/slate.go +++ b/cmd/vidforward/slate.go @@ -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