mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
module-raop-sink: Set DACP-ID header
This commit is contained in:
parent
de329f3a62
commit
def6514872
1 changed files with 3 additions and 0 deletions
|
|
@ -1538,6 +1538,9 @@ static void rtsp_connected(void *data)
|
||||||
pw_properties_setf(impl->headers, "Client-Instance",
|
pw_properties_setf(impl->headers, "Client-Instance",
|
||||||
"%08X%08X", sci[0], sci[1]);
|
"%08X%08X", sci[0], sci[1]);
|
||||||
|
|
||||||
|
pw_properties_setf(impl->headers, "DACP-ID",
|
||||||
|
"%08X%08X", sci[0], sci[1]);
|
||||||
|
|
||||||
pw_properties_set(impl->headers, "User-Agent", DEFAULT_USER_AGENT);
|
pw_properties_set(impl->headers, "User-Agent", DEFAULT_USER_AGENT);
|
||||||
|
|
||||||
pw_rtsp_client_send(impl->rtsp, "OPTIONS", &impl->headers->dict,
|
pw_rtsp_client_send(impl->rtsp, "OPTIONS", &impl->headers->dict,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue