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.9KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. |-----------------------------------------------------------------------|
  2. xxxx-xx-xx : Version 0.5-dev
  3. * Add missing documentation for --list-moutputs parameter.
  4. * Add support for serial ports (names, routing, locks and directions),
  5. --se-name, --se-input, --se-lock, --se-unlock and --se-dir.
  6. 2014-11-30 : Version 0.4
  7. * Add videohubctrl(1) man page.
  8. * Add all, install, uninstall and help Makefile targets.
  9. * Display where each input is being routed.
  10. * Add support for testing the program using pre-recorded commands
  11. in text file by using -T / --test-input option.
  12. * Add support for port statuses (types) which are reported by
  13. Universal Videohub.
  14. * Rename --vo-route parameter to --vo-input.
  15. * Add support for video monitoring outputs (names, routing and locks),
  16. --mo-name, --mo-input, --mo-lock and --mo-unlock.
  17. 2014-11-28 : Version 0.3
  18. * Rename -v / --verbose parameter to -d / --debug.
  19. * Rename -h parameter (help) to -H.
  20. * Rename -s parameter (host) to -h.
  21. * Change output formatting to better show port locks and numbers.
  22. * Add support for setting video input/output names, video output locking
  23. and video output routing.
  24. * Add --list-device, --list-vinputs and --list-voutputs parameters.
  25. * Display last update time in --monitor.
  26. * Add support for VIDEOHUB_HOST and VIDEOHUB_PORT env variables.
  27. * Add support for generating command line that restores the device
  28. to it's current configuration using -b / --backup parameter.
  29. 2014-11-27 : Version 0.2
  30. * Fix port routing. Previously it was reversed and incorrect.
  31. * Fix command parsing of multiple commands comming in one packet.
  32. * Add -m / --monitor parameter for live configuration monitoring.
  33. * Add support for reporting own locks and other's locks.
  34. 2014-11-26 : Version 0.1
  35. * Initial vesion with support for showing Videohub configuration
  36. |-----------------------------------------------------------------------|