Last active
December 31, 2022 14:20
-
-
Save C0nw0nk/1b3fe79052238c21afd939b9a6b356d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo docker ps | |
sudo docker exec -ti emby1 bash | |
sudo echo 16384 | sudo tee /proc/sys/fs/inotify/max_user_watches | |
sudo echo fs.inotify.max_user_watches=16384 | sudo tee -a /etc/sysctl.conf | |
sudo sysctl -p | |
exit | |
sudo docker exec -ti plex1 bash | |
sudo echo 16384 | sudo tee /proc/sys/fs/inotify/max_user_watches | |
sudo echo fs.inotify.max_user_watches=16384 | sudo tee -a /etc/sysctl.conf | |
sudo sysctl -p | |
exit | |
#Hardware transcode for plex nas | |
#https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ | |
#Set transcoder vaapidriver | |
#http://192-168-0-YOUR_LOCALHOST.some_random_id_shit.plex.direct:32400/:/prefs/set?VaapiDriver=i965&X-Plex-Token=XXXTOKEN_HEREXXX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment