deepch/RTSPtoWebRTC

After dockerising video stream does not work.

Opened this issue · 1 comments

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 commented

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