2014-02-13 79 views
0

我有一臺可以通過SSH訪問的雲計算機。我以root身份登錄到我的雲計算機。如何以root用戶的身份通過命令行通過RTSP使用VLC流式傳輸視頻?

我安裝了VLC媒體播放器應用apt-get命令一段時間了,但是當我寫「VLC」來,我有以下的輸出端:

[email protected]:~# vlc 
The program 'vlc' is currently not installed. You can install it by typing: 
apt-get install vlc-nox 

當我寫「apt-get的安裝VLC -nox」或‘apt-get的安裝VLC’,我已經VLC安裝在計算機打印:

[email protected]:~# apt-get install vlc-nox 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
vlc-nox is already the newest version. 
The following packages were automatically installed and are no longer required: 
    linux-headers-3.2.0-23-generic linux-headers-3.2.0-23 icedtea-netx 
    icedtea-netx-common 
Use 'apt-get autoremove' to remove them. 
0 upgraded, 0 newly installed, 0 to remove and 167 not upgraded. 
[email protected]:~# apt-get install vlc 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
vlc is already the newest version. 
The following packages were automatically installed and are no longer required: 
    linux-headers-3.2.0-23-generic linux-headers-3.2.0-23 icedtea-netx 
    icedtea-netx-common 
Use 'apt-get autoremove' to remove them. 
0 upgraded, 0 newly installed, 0 to remove and 167 not upgraded. 

是否有使用VLC播放器在Ubuntu根本的問題嗎?

回答

0

鍵入cvlc,或在非root帳戶上使用vlc。您也可以使用vlc-wrapper,從一個已被sudoed的帳戶使用。

相關問題