diff options
Diffstat (limited to 'clients/source/ingest.py')
-rwxr-xr-x | clients/source/ingest.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/clients/source/ingest.py b/clients/source/ingest.py index 446f1a6..dbd4a4b 100755 --- a/clients/source/ingest.py +++ b/clients/source/ingest.py @@ -233,7 +233,11 @@ def run_pipeline(pipeline, args): def get_args(): - parser = argparse.ArgumentParser(description='Vocto-ingest client') + parser = argparse.ArgumentParser( + description='''Vocto-ingest Client with Net-time support. + Gst caps are retrieved from the server. + Run without parameters: send test av to localhost:10000 + ''') parser.add_argument('-v', '--verbose', action='count', default=0, help="Also print INFO and DEBUG messages.") |