mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Update src/modules/module-raop-sink.c
This commit is contained in:
parent
0c494c5469
commit
5fc69f3ec7
1 changed files with 7 additions and 9 deletions
|
|
@ -1068,7 +1068,8 @@ static int rtsp_do_announce(struct impl *impl)
|
||||||
int res, frames, i, ip_version;
|
int res, frames, i, ip_version;
|
||||||
char *sdp;
|
char *sdp;
|
||||||
char local_ip[256];
|
char local_ip[256];
|
||||||
|
int min_latency;
|
||||||
|
min_latency = DEFAULT_LATENCY;
|
||||||
host = pw_properties_get(impl->props, "raop.hostname");
|
host = pw_properties_get(impl->props, "raop.hostname");
|
||||||
|
|
||||||
if (impl->protocol == PROTO_TCP)
|
if (impl->protocol == PROTO_TCP)
|
||||||
|
|
@ -1095,7 +1096,6 @@ static int rtsp_do_announce(struct impl *impl)
|
||||||
ip_version, host, frames);
|
ip_version, host, frames);
|
||||||
break;
|
break;
|
||||||
case CRYPTO_AUTH_SETUP:
|
case CRYPTO_AUTH_SETUP:
|
||||||
int min_latency = DEFAULT_LATENCY;
|
|
||||||
asprintf(&sdp, "v=0\r\n"
|
asprintf(&sdp, "v=0\r\n"
|
||||||
"o=iTunes %s 0 IN IP%d %s\r\n"
|
"o=iTunes %s 0 IN IP%d %s\r\n"
|
||||||
"s=iTunes\r\n"
|
"s=iTunes\r\n"
|
||||||
|
|
@ -1147,8 +1147,6 @@ static void rtsp_auth_setup_reply(void *data, int status, const struct spa_dict
|
||||||
|
|
||||||
pw_log_info("reply %d", status);
|
pw_log_info("reply %d", status);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
rtsp_do_announce(impl);
|
rtsp_do_announce(impl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue