Plex/README.md

28 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2021-07-06 07:16:14 +00:00
# Plex
2021-07-06 07:20:03 +00:00
Plex brings together all the media that matters to you. Your personal collection will look beautiful alongside stellar streaming content. Enjoy Live TV & DVR, a growing catalog of great web shows, news, and podcasts.
### Watch on Plex now!
They stream all sorts of stuff on their platform standalone on Plex, without connecting you account to any plex-media-servers.
https://app.plex.tv/
### Downloads
- https://www.plex.tv/media-server-downloads/#plex-media-server
- https://www.plex.tv/media-server-downloads/#plex-app
2021-07-06 07:16:56 +00:00
Setup your own PLEX Media Server
# Intel/AMD 64bit
https://downloads.plex.tv/plex-media-server-new/1.22.2.4282-a97b03fad/debian/plexmediaserver_1.22.2.4282-a97b03fad_amd64.deb
# 32 bit
https://downloads.plex.tv/plex-media-server-new/1.22.2.4282-a97b03fad/debian/plexmediaserver_1.22.2.4282-a97b03fad_i386.deb
# ARM8 Pi
https://downloads.plex.tv/plex-media-server-new/1.22.2.4282-a97b03fad/debian/plexmediaserver_1.22.2.4282-a97b03fad_arm64.deb
# ARM7
https://downloads.plex.tv/plex-media-server-new/1.22.2.4282-a97b03fad/debian/plexmediaserver_1.22.2.4282-a97b03fad_armhf.deb
sudo dpkg i /tmp/plexmediaserver.deb
sudo systemctl enable plexmediaserver.service
sudo systemctl start plexmediaserver.service
sudo systemctl status plexmediaserver.service