Disabled roc source
This commit is contained in:
parent
2321832fbf
commit
9b0bcc56d6
|
@ -43,23 +43,23 @@
|
|||
)}";
|
||||
|
||||
# Pipewire roc source
|
||||
services.pipewire.extraConfig.pipewire."60-roc-source" = {
|
||||
"context.modules" = [
|
||||
{
|
||||
"name" = "libpipewire-module-roc-source";
|
||||
"args" = {
|
||||
"fec.code" = "rs8m";
|
||||
"local.ip" = "0.0.0.0";
|
||||
"resampler.profile" = "medium";
|
||||
# sess.latency.msec = 10;
|
||||
"local.source.port" = 10001;
|
||||
"local.repair.port" = 10002;
|
||||
"source.name" = "Roc Source";
|
||||
"source.props.node.name" = "roc-source";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
# services.pipewire.extraConfig.pipewire."60-roc-source" = {
|
||||
# "context.modules" = [
|
||||
# {
|
||||
# "name" = "libpipewire-module-roc-source";
|
||||
# "args" = {
|
||||
# "fec.code" = "rs8m";
|
||||
# "local.ip" = "0.0.0.0";
|
||||
# "resampler.profile" = "medium";
|
||||
# # sess.latency.msec = 10;
|
||||
# "local.source.port" = 10001;
|
||||
# "local.repair.port" = 10002;
|
||||
# "source.name" = "Roc Source";
|
||||
# "source.props.node.name" = "roc-source";
|
||||
# };
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
|
||||
# Set firewall ports
|
||||
networking.firewall = {
|
||||
|
|
Loading…
Reference in New Issue