LogoLogo
Quick Links
  • Arcware Cloud
  • Arcware Cloud Platform
    • Getting started with Arcware Cloud
      • Sign up and sign in
        • Reset your password
      • Selecting a Plan & Creating your Tenant
      • Creating & Managing your projects
        • Project Dashboard
        • Uploading and releasing packages
          • Resume package upload
        • Preview stream
        • Project settings
          • Max instance run-time
          • AFK Module - User inactivity
      • Sharing your project
      • Upgrading your Plan
      • Organization
      • The Marketlace
        • Direct Flow
        • Asset Management
      • Help Center
        • 👑Customer Support
    • Common Arcware Cloud Questions
  • Unreal Engine Setup
    • Set up Pixel Streaming in your own project​
      • 01. Core Settings
        • 01.1. Plugin
        • 01.2. Pixel Streaming Input / Json messages
        • 01.3. Resolution
        • 01.4. Camera Aspect Ratio
        • 01.5. Framerate
        • 01.6. Mouse
        • 01.7. Touch Input Setup for Mobile
        • 01.8. DirectX version
      • 02. Optional Settings
        • 02.1 Touch Controllers
        • 02.2 Playing Media files
    • Using the Arcware Pixel Streaming Template Project
      • Template Overview
      • Getting Started
        • 01. Template download
        • 02. Arcware Blueprints
          • 02.1. Arcware GameMode
          • 02.2. Arcware Player Controller
            • 02.2.1. Sending and Receiving Json messages
            • 02.2.2. Creating and Testing Your Own Events
          • 02.3. Arcware Pawn
            • 02.3.1 Change Movement Mode
            • 02.3.2 Set Collision Channels
            • 02.3.3 Add new camera views
          • 02.4. Arcware HUD
        • 03. Packaging your project
  • ARCWARE FEATURES
    • Screenshot Functionality
      • Frontend Overview
        • Web UI
        • In-Game UI
      • Blueprint overview
  • Web Integration
    • ⬆️PixelStreaming WebSDK
      • Implementing the stream on your app
        • Getting Started
        • Code examples
          • Javascript + HTML
          • React
          • VueJS
          • AngularJS
        • Migration from @arcware/webrtc-plugin
        • Best practices
      • Configuration
      • Interacting with the Stream
        • Stream Container
        • Video Element
        • Customizing the User Interface
        • Handling Dynamic Content
        • Stream Display Customization
      • Interacting with Unreal Engine
      • In depth
        • Ticket destroyed.
        • Events handlers
        • Disconnect
        • ConnectionIdentifier
        • Settings-Menu
        • AFK-module
      • Showcase
    • ⬇️WebRTC Plugin
      • Getting started
      • Props and Types
      • SizeContainer, container and videoRef
      • Enabling the audio
      • Afk-module
      • Interacting with Unreal Engine
      • Example WebRTC Plugin Applications
        • React
        • AngularJS
        • VueJS
        • Plain HTML
Powered by GitBook
LogoLogo

Arcware Cloud Platform

  • Getting started​
  • Add-ons guide
  • Common Arcware Cloud Questions

Unreal Engine Setup

  • Set up Pixel Streaming in your own project​
  • Using the Arcware Pixel Streaming Template Project
  • Common Unreal Engine Questions

Arcware Features

  • Screenshot Functionality

Web Integration

  • PixelStreaming WebSDK
  • WebRTC Plugin

Copyright 2024 - Arcware GmbH

On this page
  • Creating a Share ID
  • Share ID List sorting and filtering
  • Managing Share ID´s
  • Embed your project
  • Watermark and Arcware logo on Share links
  1. Arcware Cloud Platform
  2. Getting started with Arcware Cloud

Sharing your project

Getting started with Arcware Cloud

PreviousAFK Module - User inactivityNextUpgrading your Plan

Last updated 1 day ago

You are almost ready to share your creations with the world, the next steps will explain you the options.

Creating a Share ID

Navigate to the Share ID page and click on Create New Share ID to create one.

Share ID settings.

  1. Name: Add an appropriate name for this individual Share ID (only you will see the name, in the 'Active Share ID' list)

  2. Start/Expire time: Specify a time frame for when your Share ID is active/accessible.

  3. Maximum Usages: Specify the maximum amount of times this Share ID can be used (i.e. how many times your stream can be accessed via this Share ID link)

  4. Selected Projects: Here you can specify which project the Share ID is linked to. (you can specify multiple projects under the same Share ID, each project is then accessible individually via an extended version of the Share ID, which directs the user to the specific project.

  5. Overwrite afk-module: Allows you to apply different AFK/Timeout settings, relevant for this Share ID only. (Overrides the default/custom AFK values you used in your project's settings)

  6. Create: Create Share ID with provided settings and add it to 'Active Share ID Link' list.

If you have created a Share ID, it will appear below in your Active Share ID Link list. Here you have an overview of your active/inactive Share ID's, and you can manage them anytime from within this list.

Share ID List sorting and filtering

Here we have two options for sorting\filtering, designed to help you find and edit the share id´s you need

Managing Share ID´s

Share ID options

  1. Set as Inactive: This will deactivate the Share ID, subsequently blocking access to your stream via this link and adding the Share ID to the 'Inactive' list. (Inactive Share ID's are not deleted and can always be re-enabled later)

  2. Edit/Delete: Allows you to Edit the settings currently used for this Share ID link, or permanently Delete the Share ID.

  3. Copy Share Link: In order to share your project with people, you will need to copy the link and then distribute it however you see fit.

  4. Share ID details: Here is where the details of your share ID are described.

Note: It goes without saying that you should be cautious with whom and where you distribute your Share ID links, in order for you to keep control of your monthly streaming resources. Utilizing the 'Start/Expiration time' and 'Maximum Usages' can help you limit the maximum amount of resources used by this Share ID. Fear not, if you see that a Share ID link is being used unexpectedly and is causing unwanted streaming costs, you can always deactivate the link or edit the link with optimized settings.

Embed your project

The more advanced way to display your project, is to use our WebSDK to integrate the stream in your own webpage.

You could simply embed the stream in your web page for a fast preview, or enhance your stream experience by building custom HTML Web Elements to interact with the Unreal application. Interaction between your front-end and Unreal Engine stream happens by sending/receiving Json messages via the WebSDK player.

Watermark and Arcware logo on Share links

On Trial Tenants you will have a sami transparent Arcware Cloud watermark as shown below.

On Lite Plans the watermark will be removed and you will only have the small Arcware Logo on the bottom left corner of the stream.

Note: On Core Plan you will have the option to remove the Arcware Logo if needed and go white label. Additinally, by going WebSDK custom frontend, you can customize everything even as a Lite plan or Trial.

Now that you know how Arcware Cloud works, its time to discover more about the subscription plans and options.

is the key...

Setting up Json messages from the Unreal Engine
Create New Share ID
Share ID settings
Sorting Share ID options
Filtering Share ID´s
Share ID options
Example of stream embedded in custom webpage