Skip to content

rtpldacpay: Fix missing payload information

The RTP payload seems to be required as it carries the frame count information. Also, gst_rtp_base_payload_allocate_output_buffer had the second argument incorrect.

Strangely, some devices like Shanling MP4 and Sony XM3 would still work without this, while some like the Sony XM4 do not.

The related MR in PulseAudio where this was reported and fixed.

Edited by Tim-Philipp Müller

Merge request reports