raop: Do not send audio before RECORD response

This patch prevents audio packets to be sent before the server
respond to the RECORD command.
This commit is contained in:
Martin Blanchard 2016-11-06 12:54:01 -06:00 committed by Tanu Kaskinen
parent 29385da239
commit 604bf450dc
3 changed files with 28 additions and 4 deletions

View file

@ -41,6 +41,7 @@ int pa_raop_client_connect(pa_raop_client *c);
int pa_raop_client_flush(pa_raop_client *c);
int pa_raop_client_teardown(pa_raop_client *c);
int pa_raop_client_udp_is_alive(pa_raop_client *c);
int pa_raop_client_udp_can_stream(pa_raop_client *c);
void pa_raop_client_set_encryption(pa_raop_client *c, int encryption);