mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
module-raop: Add support for auth_setup
This step is required by some devices. Co-authored-by: Christian Glombek <lorbus@fedoraproject.org>
This commit is contained in:
parent
f9660f5e8f
commit
eb3c2f3e95
4 changed files with 72 additions and 5 deletions
|
|
@ -71,6 +71,12 @@ int pw_rtsp_client_disconnect(struct pw_rtsp_client *client);
|
|||
int pw_rtsp_client_get_local_ip(struct pw_rtsp_client *client,
|
||||
int *version, char *ip, size_t len);
|
||||
|
||||
int pw_rtsp_client_url_send(struct pw_rtsp_client *client, const char *url,
|
||||
const char *cmd, const struct spa_dict *headers,
|
||||
const char *content_type, const char *content,
|
||||
void (*reply) (void *user_data, int status, const struct spa_dict *headers),
|
||||
void *user_data);
|
||||
|
||||
int pw_rtsp_client_send(struct pw_rtsp_client *client,
|
||||
const char *cmd, const struct spa_dict *headers,
|
||||
const char *content_type, const char *content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue