Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-statistics domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wordpress/wp-includes/functions.php on line 6114
PLEX votre propre service de streaming - Plessy

PLEX votre propre service de streaming

On ne le présente plus plus PLEX est une référence, alors sans perdre de temps on l’installe sur sa machine.

On commence par importer les clés et mettre à jour les sources:

sudo curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
sudo echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
sudo apt update
sudo apt upgrade

On installe PLEX:

sudo apt install plexmediaserver

Si vous avez un firewall il faudra ouvrir le port 32400:

sudo nano /etc/init.d/firewall

Et ajouter les lignes suivantes:

# Autoriser PLEX
iptables -t filter -A INPUT -p tcp --dport 32400 -j ACCEPT
iptables -t filter -A OUTPUT -p tcp --dport 32400 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 32400 -j ACCEPT
iptables -t filter -A OUTPUT -p udp --dport 32400 -j ACCEPT

Et le redemarrer:

sudo /etc/init.d/firewall stop
sudo /etc/init.d/firewall start

Rendez vous ensuite sur http://$IpduServeur:32400 ou http://$NomDeDomaine:32400 si c’est une connexion locale sinon le plus simple reste de se connecter à PLEX via un VNC pour activer le partageen externe.

Creez votre compte et parametrez le nom de votre serveur PLEX:

Ajoutez vos medias:

Vous pouvez maintenant ajouter l’application PLEX sur vos smartphones, TV, tablettes, etc… et profiter 🙂