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
延伸研究
Pixel Streaming 官方介紹UE4像素流應用在公有雲上的快速部署指南