Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After dockerising video stream does not work. #219

Open
OliverVarnce opened this issue Oct 22, 2023 · 1 comment
Open

After dockerising video stream does not work. #219

OliverVarnce opened this issue Oct 22, 2023 · 1 comment

Comments

@OliverVarnce
Copy link

OliverVarnce commented Oct 22, 2023

After dockerising video stream does not work. I try to start docker container (built from repo Dockerfile)
docker run --name stream -d -p 8083:8083 streamer:latest

I have access to web page, I see GET and POST to /stream/codec and /stream/receive.I see al responses in browser. But Video stream does not start.
GO11MODULE=on go run *.go - works great and I can see video stream. But from docker instance - nope.

Who can tell me, what I'm doing wrong?

@vadrem
Copy link

vadrem commented Oct 23, 2023

Hi it can be helpful: add for podman "--net host", for docker I think so "--network host".
I found it here: #73 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants