/PS5-Streamer

Stream your PS5 game life to any platform.

Primary LanguageDockerfile

PS5 Streamer

This project can stream your PS5 game play as a RTMP stream. So that you can stream it to 3rd party platforms like Bilibili.

It is composed of 2 services:

  • dnsmasq

    Based on jpillora/dnsmasq, I updated default configuration to use 114.114.114.114 as the default DNS and added rules for redirecting PS5 streaming data to nginx-rtmp service.

  • nginx-rtmp

    This is used to receive rtmp video stream from PS5 and output to rtmp clients.

Requirement

Docker (you can run it on your streaming PC)

Usage

Checkout Wiki / 使用教程 (it is in Chinese!)

License

MIT