You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: