Hyperporter is a cross-platform desktop application designed to streamline the management and transfer of recordings from Blackmagic HyperDeck devices. It provides real-time monitoring of recordings and facilitates easy file transfers via RTSP streaming. It allows concurrent recording to any device on your network as well as the physical SSD on your HyperDeck device. Thus speeding up the transfer process of recordings from the Hyperdeck to your users, clients, networked devices.
NOTE, the live recording monitoring functionality is only supported on HyperDeck Studio HD + Pro models.
- Real-time monitoring of HyperDeck recordings
- RTSP streaming support for file transfers
- Ability to monitor multiple HyperDecks simultaneously
- Multi-platform support (macOS, Windows, Linux)
- Simple and intuitive user interface
- Live transfer status updates
- File renaming capabilities
- Support for multiple SSD monitoring
Download the appropriate version for your operating system:
- Download the
.dmg
file - Open the
.dmg
file - Drag Hyperporter to your Applications folder
- Right-click and select "Open" when launching for the first time
Prerequisites:
- Node.js 18+ (Install from nodejs.org)
- Git
- Yarn (recommended, or use npm)
-
Clone repository:
git clone https://github.com/yourusername/hyperporter.git cd hyperporter
-
Install dependencies
npm install
-
Run in Development Mode
npm run electron-dev
-
Build and package the app
npm run build
electron-builder build --mac
Windows and Linux versions to follow
- Launch Hyperporter
- Enter your HyperDeck's IP address
- Select which SSD(s) to monitor
- Choose a destination folder for recordings
- Click "Start Monitoring"
- Record on your HyperDeck as normal
- Stop monitoring when finished
- Optionally rename your transferred files
- HyperDeck Studio with firmware supporting RTSP
- Network connection to HyperDeck
- Operating System:
- macOS 10.15 or later
- Windows 10 or later
- Linux (modern distributions)
- 1.1.2
- Initial release
- Basic monitoring and transfer functionality
- Ability to monitor multiple HyperDeck recorders
- Cross-platform support
- Intergration with Companion software
- Expanding to include AJA range of pro recorders
ISC License
For support, please contact bt@oncuecreative.com or https://github.com/BPT1901
- Blackmagic Design for HyperDeck API documentation
- Electron.js community
- React.js community