Emby

Table of Contents

Emby(メディアサーバー)を構築
自宅内LANで使用なので必要最低限の機能のみ使用

Emby Server for Linux – EmbyからCentOS X64用のrpmを取得してインストール

インストール

# dnf install https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.0.80/emby-server-rpm_4.8.0.80_x86_64.rpm

アップデート

# dnf update  https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.0.80/emby-server-rpm_4.8.0.80_x86_64.rpm

ポートのオープン

# firewall-cmd --add-port=8096/tcp --permanent
# firewall-cmd --reload
# firewall-cmd --list-all-zones

サービスの自動化・起動・停止・ステータス

# systemctl enable emby-server
# systemctl start emby-server
# systemctl stop emby-server
# systemctl status emby-server

起動

http://(サーバのアドレス):8096

  • Dlnaや、SSLは使用しないので無効に設定する

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です