Skip to content

Instantly share code, notes, and snippets.

@C0nw0nk
Last active December 31, 2022 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save C0nw0nk/1b3fe79052238c21afd939b9a6b356d4 to your computer and use it in GitHub Desktop.
Save C0nw0nk/1b3fe79052238c21afd939b9a6b356d4 to your computer and use it in GitHub Desktop.
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