Wim Taymans
1a5514e5cf
module-vban: create streams per stream_name
...
Always listen on the receive socket. Find the stream with the given
stream_name of the packet and create it if it doesn't exist.
Also take the sample-rate, channels and format from the packet
parameters instead of the config.
Fixes #4400
2024-11-13 16:47:34 +01:00
Wim Taymans
1ae4374ccf
Fix compilation with -Werror=float-conversion
...
Better make the conversions explicit so that we don't get any surprises.
Fixes #4065
2024-06-18 12:17:56 +02:00
Wim Taymans
9a5609de2b
modules: move some spa_debug_mem to the log
...
Instead of dumping to stderr, write it to the log file.
2024-01-11 17:49:50 +01:00
Wim Taymans
fc68fd2d4a
module-vban: tweak rate adaption a little
...
Adapt quicker by increasing the bandwidth.
See #3380
2023-08-07 17:57:28 +02:00
Wim Taymans
d2c35e6bc7
module-vban: read the right amount of samples
...
format_nbs contains the number of samples in the packet minus one.
See #3380
2023-08-07 17:37:46 +02:00
Wim Taymans
8a72310f0b
modules: make sure we increment the n_frames correctly
2023-08-01 12:53:35 +02:00
Wim Taymans
ce8f2c5d10
modules-vban: add vban sender and receiver
...
Fixes #3380
2023-07-25 18:36:48 +02:00