Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

r-pufky/plex-throttling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Deprecated

This is now integrated into plex media server as a configuration option.

plex-throttling script for linux.

Original base code from this forum post: https://forums.plex.tv/discussion/39823/howto-limit-plex-media-server-bandwidth-on-linux

Installing

place in /etc/init.d

sudo update-rc.d plex-throttling defaults

Tips

show TC rules

/sbin/tc -s -d class show dev eth0

Show iptables mangle rules

/sbin/iptables -t mangle -n -v -L

Show actual bandwidth being used on 32400

watch -n 1 /sbin/tc -s -d class show dev eth0

References: http://www.cyberciti.biz/faq/linux-traffic-shaping-using-tc-to-control-http-traffic/

About

Plex bandwidth throttling script for Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages