Skip to content

rpos as a docker image #181

@hardysim

Description

@hardysim

I'm trying to run rpos as a docker container and using my Dockerfile from #133 (comment) to create the image. This is working when using the "host network" when running the container but not when trying to open just the ports needed.

I've did some research and found port 3702 UDP to be used to discover ONVIF and netstat also shows ports 5353 UDP and 8081 TCP to be opened when running rpos directly on the host. But adding all those ports to the docker container doesn't work.

Which ports are needed to run / discover rpos? Can we get a working docker image / configuration (maybe to be used with docker compose)?

I'd like to combine rpos as a proxy for mediamtx inside a single docker compose file (to stream from my GoPro). And if I'm right, rpos is only needed once to discover the actual RTSP stream so it could be stopped once the initial discovery is done?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions