adamrehn / pixel-streaming-linux

Issue tracker repository for Pixel Streaming for Linux
https://adamrehn.com/articles/pixel-streaming-in-linux-containers/
22 stars 7 forks source link

Running Pixel Stream, in "Play Mode" #9

Closed Schizo closed 4 years ago

Schizo commented 4 years ago

This might be off-topic, but would it be possible to run the pixel-stream without building it just by launching the ue4editor?

adamrehn commented 4 years ago

According to the Getting Started with Pixel Streaming page of the official Pixel Streaming documentation, streaming can be used either in packaged projects or when running the project from the Editor in "standalone game" mode, which can be triggered like so:

# Replace "/path/to/Engine" with the path to your Unreal Engine installation
# Replace "/path/to/project.uproject" with the path to your Unreal project file
/path/to/Engine/Binaries/Linux/UE4Editor "/path/to/project.uproject" -game

And yes, this question is indeed off-topic, since it is not specific to the Linux version of Pixel Streaming. General questions about using the Pixel Streaming system should be posted in the appropriate venue, such as the Unreal Engine forums or AnswerHub.