mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -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;
|
||||
char *sdp;
|
||||
char local_ip[256];
|
||||
|
||||
int min_latency;
|
||||
min_latency = DEFAULT_LATENCY;
|
||||
host = pw_properties_get(impl->props, "raop.hostname");
|
||||
|
||||
if (impl->protocol == PROTO_TCP)
|
||||
|
|
@ -1095,7 +1096,6 @@ static int rtsp_do_announce(struct impl *impl)
|
|||
ip_version, host, frames);
|
||||
break;
|
||||
case CRYPTO_AUTH_SETUP:
|
||||
int min_latency = DEFAULT_LATENCY;
|
||||
asprintf(&sdp, "v=0\r\n"
|
||||
"o=iTunes %s 0 IN IP%d %s\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);
|
||||
|
||||
|
||||
|
||||
rtsp_do_announce(impl);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue