Outils pour utilisateurs

Outils du site


info:raspberry:pi:plex:tvhat

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
info:raspberry:pi:plex:tvhat [2020/01/09 19:39] froginfo:raspberry:pi:plex:tvhat [2020/04/15 01:56] (Version actuelle) frog
Ligne 3: Ligne 3:
 Source: [[https://thepihut.com/blogs/raspberry-pi-tutorials/how-to-stream-digital-tv-with-the-raspberry-pi-tv-hat]]\\ Source: [[https://thepihut.com/blogs/raspberry-pi-tutorials/how-to-stream-digital-tv-with-the-raspberry-pi-tv-hat]]\\
 [[https://thepihut.com/blogs/raspberry-pi-tutorials/watch-digital-tv-in-plex-with-the-raspberry-pi-tv-hat]]\\ [[https://thepihut.com/blogs/raspberry-pi-tutorials/watch-digital-tv-in-plex-with-the-raspberry-pi-tv-hat]]\\
 +[[https://medium.com/@nem25/migrate-plex-media-server-to-official-package-on-raspberry-pi-3-187c4d0058cf]]\\
  
 On commence comme toujours par mettre à jour Raspbian et vérifier les pré-requis:\\ On commence comme toujours par mettre à jour Raspbian et vérifier les pré-requis:\\
Ligne 11: Ligne 11:
 sudo apt-get install git sudo apt-get install git
 </sxh> </sxh>
 +
 +Ensuite on installe PLEX\\
 +
 +On commence par récupérer le type de processeur du raspberry:
 +<sxh>cat /proc/cpuinfo</sxh>
 +On repère l'URL de téléchargement du package de PLEX correspondant sur [[https://www.plex.tv/media-server-downloads/#plex-media-server|le site de PLEX]] \\
 +
 +<sxh bash> 
 +wget <paste the link you copied here>
 +sudo dpkg -i plexmediaserver_1.15.3.876-ad6e39743_armhf.deb
 +rm plexmediaserver_1.15.3.876-ad6e39743_armhf.deb 
 +</sxh>
 +
 +Pour finir on ajoute la clef et le repo de plex: \\
 +<sxh bash>
 +curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
 +echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
 +</sxh>
 +
  
  
Ligne 37: Ligne 56:
 cd /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/ cd /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/
 sudo git clone https://github.com/taligentx/LiveTVH.bundle sudo git clone https://github.com/taligentx/LiveTVH.bundle
 +</sxh>
 +
 +
  
  
info/raspberry/pi/plex/tvhat.1578595157.txt.gz · Dernière modification : de frog