ALSA 下使用 RealPlayer

常言道:『飲水思源』,在 Open Source 的世界裡,我們常常需要別人的幫助,但是在您有所心得的時候請記得分享給大家,『幫助人是快樂的喔』。歡迎您在使用 debian 的過程中的任何心得分享給大家。

ALSA 下使用 RealPlayer

文章Reason » 週四 11月 03, 2005 1:52 pm

1:安裝相關套件

代碼: 選擇全部
realplayer
alsa-oss


2:編輯 RealPlayer 啟動腳本

代碼: 選擇全部
vi /usr/lib/real-player/realplay


尋找:

代碼: 選擇全部
if [ -n "$DEBUG" -a -x "$CATCHSEGV" ]; then
    $CATCHSEGV $REALPLAYBIN ${1+"$@"}
else
    while /bin/true; do
        # Restart the player if exit code is 10
        $REALPLAYBIN "$@"
        if [ $? -ne 10 ]; then
           break
        fi
    done
fi


取代:

代碼: 選擇全部
if [ -n "$DEBUG" -a -x "$CATCHSEGV" ]; then
    $CATCHSEGV $REALPLAYBIN ${1+"$@"}
else
    while /bin/true; do
        # Restart the player if exit code is 10
        aoss $REALPLAYBIN "$@"
        if [ $? -ne 10 ]; then
           break
        fi
    done
fi


主要是加入 aoss,也就是使用 alsa-oss 來開啟 RealPlayer 。
Reason
可愛的小學生
可愛的小學生
 
文章: 3
註冊時間: 週六 5月 07, 2005 2:47 pm

回到 share

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客