videohubctrl can be used to control Blackmagic Design Videohub SDI router device over the network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ChangeLog 1.2KB

123456789101112131415161718192021222324252627
  1. |-----------------------------------------------------------------------|
  2. 2014-11-29 : Version 0.4-dev
  3. * Add videohubctrl(1) man page.
  4. * Add all, install, uninstall and help Makefile targets.
  5. 2014-11-28 : Version 0.3
  6. * Rename -v / --verbose parameter to -d / --debug.
  7. * Rename -h parameter (help) to -H.
  8. * Rename -s parameter (host) to -h.
  9. * Change output formatting to better show port locks and numbers.
  10. * Add support for setting video input/output names, video output locking
  11. and video output routing.
  12. * Add --list-device, --list-vinputs and --list-voutputs parameters.
  13. * Display last update time in --monitor.
  14. * Add support for VIDEOHUB_HOST and VIDEOHUB_PORT env variables.
  15. * Add support for generating command line that restores the device
  16. to it's current configuration using -b / --backup parameter.
  17. 2014-11-27 : Version 0.2
  18. * Fix port routing. Previously it was reversed and incorrect.
  19. * Fix command parsing of multiple commands comming in one packet.
  20. * Add -m / --monitor parameter for live configuration monitoring.
  21. * Add support for reporting own locks and other's locks.
  22. 2014-11-26 : Version 0.1
  23. * Initial vesion with support for showing Videohub configuration
  24. |-----------------------------------------------------------------------|