web hosting – Creating a cloud-based streaming server using 2 Raspberry Pis


I have a project that aims to create a cloud-based video streaming server that runs on 2 raspberry pis. Originally I planned to use PLEX media server to present my files, and I would link my Pis together using Docker Swarm (plex will be hosted as a service on docker). My first problem arose when docker wouldn’t allow my plex container to be used across the swarm.

I was just wondering if anyone had some ideas as to a better way to present videos across a network using cloud technologies.