pipewire/src/modules/module-raop
Barnabás Pőcze e9b5cc405e pipewire: rtsp-client: read message content properly
Make the receiving state machine more pronounced by explicitly storing
the state in the client. Furthermore, always consume the message content
if there is one and not only if the content type is "application/octet-stream",
but do not try to do it at once - like previously, instead only as the
socket becomes readable. The body is currently dropped, but it could
easily be collected in e.g. a `pw_array` should the need ever arise.

See #2673
2022-09-09 01:47:51 +02:00
..
rtsp-client.c pipewire: rtsp-client: read message content properly 2022-09-09 01:47:51 +02:00
rtsp-client.h pipewire: rtsp-client: allow sending arbitrary binary data 2022-09-09 01:47:51 +02:00