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 3.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. |-----------------------------------------------------------------------|
  2. 2020-10-26 : Version 3.1
  3. * Added support ALARM STATUS command
  4. * Added --list-alarms command
  5. * Increased config buffer size to work with VideoHub 288 and bigger
  6. * Fixed timeout parameter to actually work
  7. 2020-07-26 : Version 3.0
  8. * Add parsing support for CONFIGURATION command
  9. * Add support for input that contains Windows style line endings
  10. * Add support for input that have leading white space
  11. * Ignore 'END PRELUDE' command
  12. * Add support for --timeout.
  13. 2014-12-08 : Version 2.0
  14. * Add support for --list-proc-units and --list-frames.
  15. * Add support for setting device friendly name using --set-name option.
  16. * Add support for routing inputs to outputs/mon_ports using
  17. --vi-output and --vi-monitor parameters.
  18. * Rename configuration parameters (the old ones continue to work):
  19. --list-vinputs -> --list-inputs
  20. --list-voutputs -> --list-outputs
  21. --list-moutputs -> --list-monitor
  22. --vi-X -> --in-X
  23. --vo-X -> --out-X
  24. --mo-X -> --mon-X
  25. --se-X -> --ser-X
  26. 2014-12-03 : Version 1.0
  27. * Add missing documentation for --list-moutputs parameter.
  28. * Add support for serial ports (names, routing, locks and directions),
  29. --se-name, --se-connect, --se-clear, --se-lock, --se-unlock,
  30. --se-dir and --list-serial.
  31. * Add support for undocumented "Thunderbolt" port status/type.
  32. * Display the undocumented "Friendly name" device setting.
  33. * Add support for processing units (routing and locks). It is not tested
  34. on a real hardware.
  35. * Add support for frames (names, routing and locks). It is not tested on
  36. a real hardware.
  37. 2014-11-30 : Version 0.4
  38. * Add videohubctrl(1) man page.
  39. * Add all, install, uninstall and help Makefile targets.
  40. * Display where each input is being routed.
  41. * Add support for testing the program using pre-recorded commands
  42. in text file by using -T / --test-input option.
  43. * Add support for port statuses (types) which are reported by
  44. Universal Videohub.
  45. * Rename --vo-route parameter to --vo-input.
  46. * Add support for video monitoring outputs (names, routing and locks),
  47. --mo-name, --mo-input, --mo-lock and --mo-unlock.
  48. 2014-11-28 : Version 0.3
  49. * Rename -v / --verbose parameter to -d / --debug.
  50. * Rename -h parameter (help) to -H.
  51. * Rename -s parameter (host) to -h.
  52. * Change output formatting to better show port locks and numbers.
  53. * Add support for setting video input/output names, video output locking
  54. and video output routing.
  55. * Add --list-device, --list-vinputs and --list-voutputs parameters.
  56. * Display last update time in --monitor.
  57. * Add support for VIDEOHUB_HOST and VIDEOHUB_PORT env variables.
  58. * Add support for generating command line that restores the device
  59. to it's current configuration using -b / --backup parameter.
  60. 2014-11-27 : Version 0.2
  61. * Fix port routing. Previously it was reversed and incorrect.
  62. * Fix command parsing of multiple commands comming in one packet.
  63. * Add -m / --monitor parameter for live configuration monitoring.
  64. * Add support for reporting own locks and other's locks.
  65. 2014-11-26 : Version 0.1
  66. * Initial vesion with support for showing Videohub configuration
  67. |-----------------------------------------------------------------------|