hfujita / pulseaudio-raop2

Experimental RAOP2 (Apple AirPlay2) support for PulseAudio
http://hfujita.github.io/pulseaudio-raop2/
Other
137 stars 19 forks source link

Proposal to fix issue 36 and 37 #39

Closed ced2c closed 8 years ago

ced2c commented 9 years ago

issue 37 : Allocation for Apple-Challenge key is now defined to 16 bytes (instead of 16 bits)

issue 36 : The line_callback function in rstp_client.c does not access anymmore to the pa_rtsp_client structure after sending the header to the RAOP side. The restart of the line_callback thanks to the set of c->waiting variable is done after each RTSP send command in rtsp_exec function.

hfujita commented 8 years ago

Thank you for the contribution. I reviewed the patch for #36 and pushed as 81150ca15c. Now reviewing the part for #37. This is because I want to keep the "one topic per patch" policy.

hfujita commented 8 years ago

Second part (for #37) has been committed as ff772c2. Now that the entire part of this pull request is covered I'll close this request.