The open-source streaming platform

Deploy easily and start streaming movies and series on any device.

responsive application

Step 1. On a machine with Docker pull last version of Medflix web server application

docker image pull djemo/medflix:latest
Copy

Step 2. Launch the Medflix web server application

docker run -p 5000:5000 -e ASPNETCORE_HTTP_PORT=5000 -e ASPNETCORE_URLS="http://+:5000" --mount source=medflixVol,target=/medflix-app/storage djemo/medflix:latest
Copy

Step 3. Download and launch a client application