検索条件
全1件
(1/1ページ)


EROR admin/admin_handle_request Error parsing command string or unrecognised command: \x21POKE EROR util/util_http_select_best Input string does not parse as KVA. Selecting first option.というのが残っています。
# pkg info | grep icecast ezstream-0.5.6_11 Command line utility for streaming to icecast servers icecast-2.5.0,1 Streaming mp3/ogg-vorbis audio serverこのバージョンの組み合わせで Ports/Package で提供されており、ezstream の古さが際立っている感はあります。(ezstream の最新バージョンは 1.0.2)
# cd /usr/ports/ports-mgmt/portdowngrade # make install clean # cd /usr/ports/devel/subversion # make install clean # rehash # cd実際、portdowngrade は、subversion が無いと動作しない(依存関係にある)のですが、
# portdowngrade audio/icecast | more または # portdowngrade audio/icecast > (好きな名前のファイル名)として、更新リビジョン履歴を取得・表示します。
Choose a revision from this list and run /usr/local/sbin/portdowngrade audio/icecast revision ------------------------------------------------------------------------ r514128 | bapt | 2019-10-09 19:20:58 +0900 (2019/10/09 (水)) | 2 lines Drop the ipv6 virtual category for a* category as it is not relevant anymore ------------------------------------------------------------------------ r508834 | mat | 2019-08-14 01:00:39 +0900 (2019/08/14 (水)) | 2 lines Convert to UCL & cleanup pkg-message (categories a-c) ------------------------------------------------------------------------ r484332 | sunpoet | 2018-11-07 06:09:42 +0900 (2018/11/07 (水)) | 8 lines Update to 2.4.4 - Update MASTER_SITES - Fix LIB_DEPENDS - Use USES=gnome Changes: https://gitlab.xiph.org/xiph/icecast-server/raw/release-2.4.4/ChangeLog ------------------------------------------------------------------------ r483913 | sunpoet | 2018-11-04 07:15:38 +0900 (2018/11/04 (日)) | 5 lines Move audio/icecast2 to audio/icecast - Clean up Makefile - Bump PORTREVISION for package change ------------------------------------------------------------------------ r478138 | sunpoet | 2018-08-27 03:41:03 +0900 (2018/08/27 (月)) | 2 lines Update WWW上記は、最初の一部です。直前の Icecast リビジョンは r514128 のようなので、このリビジョン(バージョン)へダウングレードします。
# portdowngrade audio/icecast r514128コマンドを実行したカレントディレクトリに取得した Ports ディレクトリが作成されることに注意してください。
# cd /usr/ports/audio/icecast # make deinstall # cd # cd icecast # make install cleanこれで、icecast は 2.4.4 にダウングレードされ、ezstream 0.5.6 との組み合わせで不具合は解消しました。
# pkg info | grep icecast ezstream-0.5.6_11 Command line utility for streaming to icecast servers icecast-2.4.4,1 Streaming mp3/ogg-vorbis audio server

