diff options
author | Carl Karsten <carl@personnelware.com> | 2016-03-06 00:11:00 -0600 |
---|---|---|
committer | Carl Karsten <carl@personnelware.com> | 2016-03-06 00:11:00 -0600 |
commit | e10725d1792c1a519b49a2c2130780c5c6b6bf67 (patch) | |
tree | 13fbc4f26f075058d0e710819364b907eaf75b3a | |
parent | 9bfd642a86702ee6b597b1f532aeac8ccf0fe05b (diff) |
remove outdated docs
-rwxr-xr-x | clients/source/ingest.py | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/clients/source/ingest.py b/clients/source/ingest.py index 2ac2b7f..12e9cc4 100755 --- a/clients/source/ingest.py +++ b/clients/source/ingest.py @@ -1,20 +1,7 @@ #!/usr/bin/env python3 -""" -Ryan Verner <ryan.verner@gmail.com> -Voctomix ingest streams used for LCA2016, hacked up on the fly. - -PIPELINES: - * dv - * dvpulse - * hdvpulse - * hdmi2usb - * blackmagichdmi - * test - -Example intended uses (NOTE expected environment variables): - * lca-videomix-ingest.py dvpulse 0 - * lca-videomix-ingest.py hdmi2usb 1 -""" + +# ingest.py +# source client for Voctomix import sys |