av/cmd/vidforward
Saxon Milton 2dd2c464c6 Simplify createOrUpdate method
Every time we want to create or update, let's just start a new
revid pipeline. Now that our frequency of requests to vidforward
to create or update are much lower (because of the new state
machine) we can deal with the overhead of creating a new pipeline
and reduce the complexity of the code.

Approved-by: Trek Hopton
2024-04-10 22:17:40 +00:00
..
global vidforward: global logger returns underlying logger 2023-06-23 23:40:30 +00:00
Makefile vidforward: Remove RUN_SCRIPT_DIR parameter from Makefile 2023-09-20 21:57:36 +00:00
create_service.sh vidforward: remove run_script from create_service.sh 2023-09-20 21:59:35 +00:00
debug.go Add functionality for broadcastManager state save 2023-02-04 12:29:47 +10:30
file.go vidforward: getPipeline handles revid creation and start 2023-09-18 23:28:51 +00:00
file_test.go file_test.go: Update Tests (#421) 2023-10-20 08:27:06 +00:00
main.go Simplify createOrUpdate method 2024-04-10 22:17:40 +00:00
notifier.go Print stacktrace in questionable situations 2024-04-07 20:19:59 +09:30
nowatchdog.go cmd/vidforward: add watchdog notifier 2022-12-05 19:54:14 +10:30
slate.go Add slate request handler 2023-05-27 09:42:46 +09:30
utils.go Print stacktrace in questionable situations 2024-04-07 20:19:59 +09:30
vidforward_test.go cmd/vidforward/main.go: add control API endpoint with PUT and DELETE methods 2022-11-14 20:46:21 +10:30
watcher.go vidforward: add config file watcher 2023-06-21 19:48:02 +09:30
watcher_test.go vidforward: add config file watcher 2023-06-21 19:48:02 +09:30