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

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