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

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