keshavdv / unifi-cam-proxy

Enable non-Ubiquiti cameras to work with Unifi NVR
MIT License
1.68k stars 235 forks source link

Can't load sample stream on browser (but can on mobile IOS app) #97

Closed Ranger2959 closed 2 years ago

Ranger2959 commented 2 years ago

I can't seem to load the sample bunny stream on the browser, but I can in the Unifi Protect IOS app.

Unifi protect 1.18.1

image

docker-compose file

unifi-cam-proxy-backyard:
    image: keshavdv/unifi-cam-proxy:dev
    container_name: unifi-cam-proxy-backyard
    volumes:
      - '/home/chris/client.pem:/client.pem'
    entrypoint: [unifi-cam-proxy, "--host=192.168.159.159", "--cert=/client.pem", "--token=token", "rtsp", "-s=rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_175k.mov"]
    restart: always
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.