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

Can't connect with live555-proxy-server addon #3

Open
arboeh opened this issue Sep 15, 2023 · 0 comments
Open

Can't connect with live555-proxy-server addon #3

arboeh opened this issue Sep 15, 2023 · 0 comments

Comments

@arboeh
Copy link

arboeh commented Sep 15, 2023

I can't connect with Frigate to my three Foscams' with the live555-proxy-server addon and Im not able to connect with VLC from "outside" the docker container. The "standalone" docker version doesn't have this problem.
My docker-composed version runs without any problem:

version: '2'
services:
  live555-proxy-server:
    image: paradisi/live555-proxy-server
    container_name: live555-proxy-server
    network_mode: host
    ports:
      - 554:554
      - 8554:8554
    command: -v rtsp://USR:PWD@IP:PORT/videoMain
                rtsp://USR:PWD@IP:PORT/videoSub
                rtsp://USR:PWD@IP:PORT/videoMain
                rtsp://USR:PWD@IP:PORT/videoSub
    restart: unless-stopped
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

1 participant