Open Moaneschien opened 3 years ago
In addition, when reducing the packet size to two bytes, liquidsoap tells me it doesn't understand the format. When increasing to 4 bytes it readily gives the recfrom() Feeding stopped error.
UDP i/o is deprecated. Could you try with srt which should work much better?
While looking in to ways to send audio from a MCU(ESP8266) to liquidsoap I tried UDP for speed. The liquidsoap line
results in
Audio is 16bit@44.1 kHz, stereo. First I reduced the packet size to 256 where it was 512. Then I thought it is a Win10 problem, so I increased the buffers size there. To no avail. Checking data with wireshark or a simple python script shows no problem. Packets are received.
Searching the doc and web there was not much to find on UDP, nor a way to increase buffer in liquidsoap. Is there any?