2022年11月にPeerCastStationの安定版がリリースされました。
別に今までの環境でいいやと2.8.1を使用し続けていたのですが、気が向いたのでバージョンアップしてみたら今までより快適。
P2Pのソフトウェアってこういうソフトウェアアップデートが大事になってくると思います。
みんなはこまめにバージョンアップしようね😉
使用環境
CentOS Linux release 7.9.2009 (Core)
ダウンロード
こちらの
Windows以外向けZIP版ダウンロード
をダウンロードします。
wget https://www.pecastation.org/files/PeerCastStation-4.1.0-any.zip
unzip ./PeerCastStation-4.1.0-any.zip
お好きなディレクトリに置きます。
mv /usr/local/PeerCastStation-4.1.0-any
chown -R root:root PeerCastStation-4.1.0-any
chmod 755 PeerCastStation-4.1.0-any
いざ、実行。
nohup sudo /usr/local/PeerCastStation-4.1.0-any/PeerCastStation &
以上
下記メッセージが出た場合
Process terminated. Couldn't find a valid ICU package installed on the system.
Please install libicu using your package manager and try again.
Alternatively you can set the configuration flag System.Globalization.
Invariant to true if you want to run with no globalization support.
Please see https://aka.ms/dotnet-missing-libicu for more information.
ICUパッケージをインストールすることで解決します。
sudo yum install libicu