From b68da55793aa68d3e008a5bccfaa3434c93feb7a Mon Sep 17 00:00:00 2001 From: Saxon Nelson-Milton Date: Thu, 9 Feb 2023 01:39:57 +0000 Subject: [PATCH] Fix slate path --- cmd/vidforward/slate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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