mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.64k stars 162 forks source link

docker-wyze-bridge network only listening on IPV6 on Ubuntu based environment.. my env is set for IPV4 only #17

Closed rickgitdone closed 3 years ago

rickgitdone commented 3 years ago

The docker app composed ok and runs however I can't connect to the IPV6 streams using vlc... I don't have IPV6 connections allowed. ex: rtsp://localhost:9554/my_cam_name << vlc error: VLC is unable to open the MRL 'rtsp://localhost:9554/my_cam_name >> ex: rtsp://::1:9554/my_cam_name << vlc error: VLC is unable to open the MRL 'rtsp://::1:9554/wyzev3'. >>

I changed the rtsp outside port ->9554 in the yml file since I am already using that port on my system... how do I force the docker-wyze-bridge_default network to use IPV6 only and is this possible?

$ sudo netstat -antulp | grep docker tcp6 0 0 :::9000 ::: LISTEN 3864/docker-proxy
tcp6 0 0 :::1935 :::
LISTEN 30600/docker-proxy
tcp6 0 0 :::9554 ::: LISTEN 30587/docker-proxy
tcp6 0 0 :::8888 :::
LISTEN 30574/docker-proxy
tcp6 0 0 :::8000 :::* LISTEN 3878/docker-proxy

rickgitdone commented 3 years ago

my bad ... rtsp-server container was not running ... all working.