Reenable roc source
This commit is contained in:
		
							parent
							
								
									7311a0f94f
								
							
						
					
					
						commit
						af7181e705
					
				| @ -42,37 +42,37 @@ | |||||||
|       ] |       ] | ||||||
|     )}"; |     )}"; | ||||||
| 
 | 
 | ||||||
|     # # Pipewire roc source |     # Pipewire roc source | ||||||
|     # services.pipewire.extraConfig.pipewire."60-roc-source" = { |     services.pipewire.extraConfig.pipewire."60-roc-source" = { | ||||||
|     #   "context.modules" = [ |       "context.modules" = [ | ||||||
|     #     { |         { | ||||||
|     #       "name" = "libpipewire-module-roc-source"; |           "name" = "libpipewire-module-roc-source"; | ||||||
|     #       "args" = { |           "args" = { | ||||||
|     #         "fec.code" = "rs8m"; |             "fec.code" = "rs8m"; | ||||||
|     #         "local.ip" = "0.0.0.0"; |             "local.ip" = "0.0.0.0"; | ||||||
|     #         "resampler.profile" = "medium"; |             "resampler.profile" = "medium"; | ||||||
|     #         # sess.latency.msec = 10; |             # sess.latency.msec = 10; | ||||||
|     #         "local.source.port" = 10001; |             "local.source.port" = 10001; | ||||||
|     #         "local.repair.port" = 10002; |             "local.repair.port" = 10002; | ||||||
|     #         "source.name" = "Roc Source"; |             "source.name" = "Roc Source"; | ||||||
|     #         "source.props.node.name" = "roc-source"; |             "source.props.node.name" = "roc-source"; | ||||||
|     #       }; |           }; | ||||||
|     #     } |         } | ||||||
|     #   ]; |       ]; | ||||||
|     # }; |     }; | ||||||
| 
 | 
 | ||||||
|     # # Set firewall ports |     # Set firewall ports | ||||||
|     # networking.firewall = { |     networking.firewall = { | ||||||
|     #   enable = true; |       enable = true; | ||||||
|     #   allowedTCPPorts = [ |       allowedTCPPorts = [ | ||||||
|     #     10001 |         10001 | ||||||
|     #     10002 |         10002 | ||||||
|     #   ]; |       ]; | ||||||
|     #   allowedUDPPorts = [ |       allowedUDPPorts = [ | ||||||
|     #     10001 |         10001 | ||||||
|     #     10002 |         10002 | ||||||
|     #   ]; |       ]; | ||||||
|     # }; |     }; | ||||||
| 
 | 
 | ||||||
|     # User for audio mixing |     # User for audio mixing | ||||||
|     users.users.mixer = { |     users.users.mixer = { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jan-Bulthuis
						Jan-Bulthuis