nixos/services.mediatomb: fix vlc reference

This commit is contained in:
Gautier DI FOLCO 2024-09-14 17:26:25 +02:00
parent 6201ced8aa
commit caf4aa4e10
No known key found for this signature in database
GPG Key ID: 5E55C042F72B6D6B

View File

@ -52,7 +52,7 @@ let
<accept-url>yes</accept-url>
<first-resource>yes</first-resource>
<accept-ogg-theora>yes</accept-ogg-theora>
<agent command="${libsForQt5.vlc}/bin/vlc"
<agent command="${lib.getExe vlc}"
arguments="-I dummy %in --sout #transcode{venc=ffmpeg,vcodec=mp2v,vb=4096,fps=25,aenc=ffmpeg,acodec=mpga,ab=192,samplerate=44100,channels=2}:standard{access=file,mux=ps,dst=%out} vlc:quit" />
<buffer size="14400000" chunk-size="512000" fill-size="120000" />
</profile>