make AirPlay work in AP mode

This commit is contained in:
philippe44
2020-03-08 16:51:24 -07:00
parent ca702d1b90
commit 1a5f5283bb
3 changed files with 28 additions and 9 deletions

View File

@@ -163,7 +163,7 @@ void raop_sink_init(raop_cmd_vcb_t cmd_cb, raop_data_cb_t data_cb) {
free(sink_name_buffer);
}
LOG_INFO( "mdns hostname set to: [%s] with servicename %s", hostname, sink_name);
LOG_INFO( "mdns hostname for ip %s set to: [%s] with servicename %s", inet_ntoa(host), hostname, sink_name);
// create RAOP instance, latency is set by controller
uint8_t mac[6];