Jaideep25/Videolify

Can not detect the camera or the mirophone with insecure connection

Closed this issue · 1 comments

Hello Jaideep,
First ,i want to thank you for your outsanding work, then, i run the docker container of the app in my localhost, but , when i try to enter a room the browser does not detect the camera or the microphone , however when i open a room from your main website it works perfectly:
you can find below a copy of the docker compse file :
"docker-compose.yml"
version: '3'

services:
videolify:
image: videolify:latest
build:
context: .
dockerfile: Dockerfile
container_name: videolify
hostname: videolify
volumes:
- .env:/usr/src/app/env:ro
restart: unless-stopped
ports:
- "8088:3000"
expose:
- 3000
labels:
- "traefik.enable=true"
- "traefik.http.routers.videolify.rule=Host(127.0.0.1)"
- "traefik.http.routers.videolify.entrypoints=websecure"
- "traefik.http.routers.videolify.tls.certresolver=myresolver"
- "traefik.http.services.videolify.loadbalancer.server.port=8088"
I think it is related to insecure connection but i coud not find a way to resolve it ,
kind regards
stack
,

it is solved by changing settings in chrome://flags/ and writting the url address