mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: implement module-native-protocol-tcp
The module creates a tcp server on the given ip/port pair.
This commit is contained in:
parent
378f655a3d
commit
33ddd5f760
3 changed files with 132 additions and 2 deletions
|
|
@ -177,12 +177,14 @@ static void add_props(struct pw_properties *props, const char *str)
|
|||
free(s);
|
||||
}
|
||||
|
||||
#include "module-null-sink.c"
|
||||
#include "module-loopback.c"
|
||||
#include "module-null-sink.c"
|
||||
#include "module-native-protocol-tcp.c"
|
||||
|
||||
static const struct module_info module_list[] = {
|
||||
{ "module-null-sink", create_module_null_sink, },
|
||||
{ "module-loopback", create_module_loopback, },
|
||||
{ "module-null-sink", create_module_null_sink, },
|
||||
{ "module-native-protocol-tcp", create_module_native_protocol_tcp, },
|
||||
{ NULL, }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue