Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@make-live/toolkit-dev
Advanced tools
Development tools to help you create amazing Make Live custom UIs
An npm module to help Make Live customers run a pixel streamed Unreal Engine application locally. It runs a simplified signalling server along with another server that emulates Make Live itself.
Reading the Unreal Engine documentation on Pixel Streaming is beneficial.
You can run the module with npx without installing:
npx @make-live/toolkit-dev
To install with npm:
npm install --save-dev @make-live/toolkit-dev
To install with Yarn:
yarn add --dev @make-live/toolkit-dev
Argument | Description | Type | Default |
---|---|---|---|
--port | Port for the Make Live emulation server to use. This is what you will connect to in your custom UI. | number | 9000 |
--streamer-port | Port that Unreal Engine applications connect to. | number | 8888 |
--player-port | Port that players will connect to. Used internally by the Make Live emulation server but changeable to avoid conflicts. | number | 7090 |
The required arguments to use for your Unreal Engine application will be output to the console. You can put these in these in the Advanced Settings of Unreal Engine so that they are used when running in Standalone Game mode. The URL to use for your application will be output too. This is what you need to pass to the Make Live Toolkit when you call createInstance
in the base toolkit or on the MakeLiveProvider
if using the React Toolkit.
FAQs
Development tools to help you create amazing Make Live custom UIs
We found that @make-live/toolkit-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.