Coder Social home page Coder Social logo

Comments (12)

k1ck3r avatar k1ck3r commented on July 2, 2024

check the config /etc/multistreamer/config.yaml within the docker. don't have much experience with the docker, but you also should check the nginx config as well. my current config is as follow:

https://gyazo.com/99be93df7cb6798b8984b6557cea4f7c

from multistreamer.

Llorx avatar Llorx commented on July 2, 2024

Yes, I've modified the multistreamer/config.yml.tmpl inside the rootfs (as I don't have access to the docker containers contents) and modified the http_listen to http_listen: '8081 ipv6only=off', but nothing happens.

from multistreamer.

k1ck3r avatar k1ck3r commented on July 2, 2024

file should be multistreamer/config.yml not multistreamer/config.yml.tmpl

also remove any other options like ipv6only=off if you want to be sure that every part of the config is properly filled

from multistreamer.

Llorx avatar Llorx commented on July 2, 2024

The tmpl file is just a file that already exists with variables and such, so I thought that was processed at some point replacing the variables with config values.

Will try without tmpl.

from multistreamer.

jprjr avatar jprjr commented on July 2, 2024

Question: have you tried connecting to an IPv4 address anyway? What happens if you do?

An IPv6 wildcard should be able to accept IPv4 connections as well.

What OS are you running on?

from multistreamer.

Llorx avatar Llorx commented on July 2, 2024

Centos.

I would like to know if modifying the provided tmpl file I am doing something. I modified it to add the ipv6only thingy and also modified it to this:

http_listen: '0.0.0.0:8081'

Rebuilt the docker containers but still listens to the ipv6 interface.

I remark than I'm modifying the multistreamer/config.yml.tmpl inside rootfs, and I'm not sure if is the way of doing this.

from multistreamer.

jprjr avatar jprjr commented on July 2, 2024

I'd need a few more details, like what version of CentOS. If you can provide what version of Docker you're using, that'd be great too.

Additionally, see my other question - have you tried connecting via IPv4 anyway, what kind of response do you get?

from multistreamer.

Llorx avatar Llorx commented on July 2, 2024

Oh, I thought that you said if I forced it to listen to a IPv4 interface.

Yes, I started to debug because connecting via IPv4 throws me connection refused, so the first thing to do is to check for open ports.

I'm using CentOS 7 and Docker version 1.13.1.

The question I want to know is: Do modifying the multistreamer/config.yml.tmpl file will overwrite the multistreamer/config.yml one? Because I think that the http_listen: '0.0.0.0:8081' don't works. It has to listen for IPv4 when you configure Nginx like that so I guess that the config is not reaching the container multistreamer/config.yml file.

from multistreamer.

jprjr avatar jprjr commented on July 2, 2024

Modifying the config.yml.tmpl file should do what you want - how are you building the image and launching the container? Are you sure you're actually running the newly-built image?

from multistreamer.

Llorx avatar Llorx commented on July 2, 2024

I'm new to docker so I'm not 100% sure, but searching around Internet I tried with this:

docker-compose rm // To remove
docker-compose up --build

from multistreamer.

jprjr avatar jprjr commented on July 2, 2024

So the docker-compose file over in jprjr/docker-multistreamer doesn't specify a build parameter, just image. So using docker-compose to build won't actually build it.

The docker-compose file is in the old version 1 format, which doesn't let you specify an image tag and build instruction in the same service. If I update to version 2, users will have to update their override files to work with the new format.

so, to build the image, you'll want to run something like:

docker build -t jprjr/multistreamer:12.0.0-1 .
docker-compose up

Make sure that tag is what's in the docker-compose.yml file.

from multistreamer.

jprjr avatar jprjr commented on July 2, 2024

I've been considering discontinuing this project for some time now. I'm sorry I couldn't solve your issue, but I just don't enjoy working on multistreamer anymore.

from multistreamer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.