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

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