mvarhola / comfy-channel

A 24/7 live video broadcast with automatic content selection and overlays using FFMPEG and Python!
62 stars 20 forks source link

how to install on my vps #19

Open wdsmaduranga opened 2 years ago

wdsmaduranga commented 2 years ago

Dear sir , please give me command for installation

TheDerpySage commented 2 years ago

Theres a few ways.

The Docker way, use comfy-stack.yaml with Docker Compose to build the whole stack, or you can use the nginx-only.yaml with Docker Compose to just build the nginx rtmp server. Then you can run the comfy-channel python scripts yourself streaming to nginx.

You can also just build nginx yourself with the rtmp package, and then run the comfy-channel python scripts yourself as well.

If you choose not to use the comfy-stack, you will also need to install the python3 requirements and ffmpeg.

wdsmaduranga commented 2 years ago

i got ubuntu vps i want install this how do that