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

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