Vagon
HomePricingGo to Dashboard
Vagon Streams
Vagon Streams
  • Introduction
  • Unreal Engine Pixel Streaming
  • Unity Render Streaming
  • Vagon Application Streaming
    • Application Bundles
  • Guides
    • How to Start Streaming
    • Performance Types
    • Streams
    • Capacity Types
    • Worldwide Coverage
    • Connection Optimizations
      • Application Cache Memory
      • Region Optimization
  • Configurations
    • Premium Feature Plans
    • Application Versioning
    • Basics
    • Limitations
    • Accessibility
    • Availability
    • Launch Parameters
    • Visitor Data Collection
    • Customize - Connection Page
    • Stream Files
    • Advanced
    • Application Budget Limit
  • Integrations
    • Client-side Communication
      • Javascript SDK
      • Unreal Engine SDK
      • Unity SDK
    • URL Parameters
    • Streams API Services
      • Authentication
      • API Documentation
  • Custom Flows
    • Connect over Corporate Networks
    • Run Multiple Files & Scripts
    • Application Debugging
    • Multi Tenant Streaming
    • Multiplayer Experiences
    • Troubleshooting
  • Tools & Services
    • AWS Marketplace
    • Vagon Streams CLI
    • Unity Verified Plugin
Powered by GitBook
On this page
  • Preloaded Stream Files
  • Let Users Upload & Download Files
  • File & Content Management via AWS, Azure, or Google Cloud
  1. Configurations

Stream Files

PreviousCustomize - Connection PageNextAdvanced

Last updated 3 months ago

Stream Files gives the ability to add extra storage to your Stream Machines. You can,

  • upload files to your Stream Machine directly and let your application to use them internally without needing any cloud storage integration.

  • let your users import their files to your application, work on it, and finally let them download files from your application without any additional requirements.

Preloaded Stream Files

Uploaded files will be transferred to Stream Machine after installing your application inside.

Preloaded files will be stored under the T:\PreloadedFiles folder, and your application will access them from this folder.

Preloaded Files will be uploaded automatically and stored for all your Stream Sessions. they won't be deleted as long as you keep them uploaded in your Stream Configurations page.

System will trigger Preloaded Files Uploaded message with the following returned object when the transfer is completed.

{
  "$type": "22"
}

Let Users Upload & Download Files

When this feature is enabled, your users will be able to transfer their files to the Visitor Session via drag and drop, and download the files that are saved in the T:\Temp Files directory.

Streams Files offers a complete experience for design apps and all others. If you need a custom workflow or want to learn more about it, don’t hesitate to contact us.

File & Content Management via AWS, Azure, or Google Cloud

If your application requires a custom file integration like uploading an in-Stream created file and letting users download them, or periodically uploading saved project/game files to a cloud storage, you can do this with Vagon Streams as well.

Because this flow will be maintained on your application side, it will be a more convenient approach for both you and your users. However, of course, it requires additional integration and custom development.

Because Vagon Streams machines have a public internet connection inside, you can upload created files to AWS (or other CSPs), get a download link for the uploaded files, and then to initiate the download.

open this link in a new tab with our Unreal Engine / Unity SDKs
Stream Configurations - Stream Files