voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
578 stars 106 forks source link

Unable to run docker example #348

Open shameeriqbal opened 2 weeks ago

shameeriqbal commented 2 weeks ago

I'm trying to run the docker example as mentioned in README_DOCKER.md. However, I'm running into the following error when I run the test script: docker run -it --rm --name=cam1 --link=voctocore:corehost local/voctomix gstreamer/source-videotestsrc-as-cam1.sh

error: Failed to connect to host 'localhost:10000': Connection refused I have been trying to resolve it for the past week but have had no success. Would really appreciate the help, thanks in advance.

Kunsi commented 2 weeks ago

Given the date that documentation was last touched, i suspect the documentation was written for voctomix1.

I believe noone has ever tested docker with voctomix 2.x before.

I will remove the docker readme and the Dockerfile from the repository. If you want to provide us with a working Dockerfile and docker readme, i'd be very happy to merge a pull request for that.