On version 1.8.0 Release 1. Trying to get video working. I’ve tried every EDID but the screen is just white with nothing displayed. If I attach the same HDMI cable to a monitor I get the CLI output.
provide debug log to us
Turns out my firewall was blocking sockets? Allowing any port seems to allow video to appear. Is there a list of ports besides 80/443 I need to have open?
[root@rm1:~]# cat /etc/kvmd/janus/janus.jcfg
general: {
debug_level = 4
}
nat: {
nice_debug = false
ignore_mdns = true
turn_rest_api = "http://127.0.0.1:8081/turnserver.json"
turn_rest_api_key = ""
turn_rest_api_method = "GET"
turn_rest_api_timeout = 10
ignore_unreachable_ice_server = true
}
media: {
ipv6 = true
ipv6_linklocal = true
min_nack_queue = 2000
rtp_port_range = "20000-40000"
no_media_timer = 0
slowlink_threshold = 10
twcc_period = 100
dtls_timeout = 1000
nack_optimizations = true
}
rtp_port_range = "20000-40000"
see this