Skip to content
Snippets Groups Projects
Commit 24108e05 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add v4l2loopback configuration to streaming layer

parent 0d07b188
No related branches found
No related tags found
No related merge requests found
{ pkgs, ... }: { pkgs, config, ... }:
{ {
imports = [ imports = [
./desktop.nix ./desktop.nix
]; ];
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
# modprobe v4l2loopback video_nr=42 card_label="IP Webcam"
# ffmpeg -i http://10.0.2.5:8080/video -vf format=yuv420p -f v4l2 /dev/video1
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
obs-studio obs-studio
obs-wlrobs obs-wlrobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment