Let's try the video loopback things again
This commit is contained in:
		
							parent
							
								
									fa4a633142
								
							
						
					
					
						commit
						f35cd13dff
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -155,10 +155,10 @@
 | 
			
		|||
  boot.bootspec.enable = true;
 | 
			
		||||
  boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
 | 
			
		||||
  boot.supportedFilesystems = ["bcachefs"];
 | 
			
		||||
  # boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out];
 | 
			
		||||
  boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out];
 | 
			
		||||
  boot.kernelModules = [
 | 
			
		||||
    # Virtual Camera
 | 
			
		||||
    # "v4l2loopback"
 | 
			
		||||
    "v4l2loopback"
 | 
			
		||||
    # Virtual Microphone, built-in
 | 
			
		||||
    "snd-aloop"
 | 
			
		||||
  ];
 | 
			
		||||
| 
						 | 
				
			
			@ -167,7 +167,7 @@
 | 
			
		|||
    # exclusive_caps: Skype, Zoom, Teams etc. will only show device when actually streaming
 | 
			
		||||
    # card_label: Name of virtual camera, how it'll show up in Skype, Zoom, Teams
 | 
			
		||||
    # https://github.com/umlaeute/v4l2loopback
 | 
			
		||||
    # options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
 | 
			
		||||
    options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
 | 
			
		||||
  '';
 | 
			
		||||
  boot.loader.systemd-boot.configurationLimit = 3;
 | 
			
		||||
  boot.loader.efi.canTouchEfiVariables = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue