UE4 Pixel Streaming 使用懶人包

Pixel streaming 前置準備

Prerequisites

  • Check your OS and hardware
    • Supported Graphics Hardware
      • NVIDIA Hardware-Accelerated Video Encoding (NVENC)
      • AMD Advanced Media Framework (AMF)
    • Supported Operating Systems
      • Windows 8, Windows 10
    • Supported Client Browsers
      • Google Chrome, Mozilla Firefox, Apple Safari
    • Install node.js

UE4 Setup

  • Enabled plugin - pixel streaming
  • Packaging unreal engine application
  • Create a link and add launch parameters -AudioMixer -PixelStreamingIP=localhost -PixelStreamingPort=8888, and run it
  • Run ...\Engine\Source\Programs\PixelStreaming\WebServers\SignallingWebServer\run.bat
  • Open a web browser and navigate to http://127.0.0.1 connect to signaling server
使用UE4.24版本

延伸研究

Pixel Streaming 官方介紹
UE4像素流應用在公有雲上的快速部署指南

這個網誌中的熱門文章

Windows10 版本1607後可啟用支援長路徑檔名 (Maximum Path Length Limitation)

標準使用者如何執行需系統管理者權限的程式