mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
raop: Use the real URI for digest authentication rather than *
Yamaha MusicCast (or at least the RX-A880) seems to be stricter about the URI here, as it rejects `*`. Examples, such as those documented by OpenAirplay, use the real URI.
This commit is contained in:
parent
f613922d0e
commit
4b0945bf01
3 changed files with 12 additions and 4 deletions
|
|
@ -57,6 +57,7 @@ struct pw_rtsp_client * pw_rtsp_client_new(struct pw_loop *main_loop,
|
|||
void pw_rtsp_client_destroy(struct pw_rtsp_client *client);
|
||||
|
||||
void *pw_rtsp_client_get_user_data(struct pw_rtsp_client *client);
|
||||
const char *pw_rtsp_client_get_url(struct pw_rtsp_client *client);
|
||||
|
||||
void pw_rtsp_client_add_listener(struct pw_rtsp_client *client,
|
||||
struct spa_hook *listener,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue