Linux2011. 7. 5. 16:00
mms등의 프로토콜 동영상 구동을 위한 설치


우분투 소프트웨어 센터에서 아래를 검색하여 설치 수행
ubuntu-restricted-extras
(우분투 제한된 부가기능 - 저작권의 제한을 받지만 자주 사용하는 프로그램들(mp3, avi, mpeg, TrueType, java, Flash, Codecs)


터미널에서 아래 수행
$ sudo apt-get install gecko-mediaplayer


Firefox의 도구 > 부가기능 > 플러그인에서
Windows Media Player Plug-in 10 (compatible; Totem) (사용 안 함)으로 설정


Medibuntu 설치

Adding the Repository

The following bash command adds Medibuntu's repository to Ubuntu. It also adds Medibuntu's GPG key to your keyring, which is needed to authenticate the Medibuntu packages.

  • This command should be run in the Terminal (Applications → Accessories → Terminal):

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
Medibuntu's repository is deactivated by upgrading to a newer Ubuntu release, so you should run this command again after the release upgrade.

You may also wish to add the following packages. The first will cause many apps from the Medibuntu repository to appear in Ubuntu Software Center. The second will allow users to generate crash reports against Medibuntu packages and submit them to the Medibuntu bugtracker.

sudo apt-get --yes install app-install-data-medibuntu apport-hooks-medibuntu

Please note you may have to use --force-yes instead of --yes in order for this command to succeed.

Free and Non-Free Software

Medibuntu's repository comprises two components: free and non-free.

The free component contains Free software, whose source code is distributed under an open source licence.

Software in the free component is not distributed by Ubuntu because of legal issues with that software in certain countries. Some software—such as Amarok and Kaffeine—is distributed by Ubuntu but with certain functionality taken away, again because of legal issues. Medibuntu distributes this kind of software with that functionality in place.

The non-free component contains software whose source code is not distributed under an open source licence. “Non-Free” refers to freedom and not to price.

Software in the non-free component is not distributed by Ubuntu because the software's licence restricts how it can be distributed. This software is usually not needed for general use, as open source alternatives are usually available.

Some software—such as Google Earth and Adobe Reader—is also available from the producer's website. You should be aware that software installed without a repository may not keep itself up-to-date and secure.

Removing Non-Free Software

Beware here! Some people don't want to install Non-Free software on their computer, or simply have no need for the software in Medibuntu's non-free component. Un-installing all non-Free components stop you from being able to play some multi-media. (If so then just re-install some non-Free components or put up with it ;) ). The following command deactivates the non-free component.

  • This command should be run in the Terminal, after adding the repository:

    sudo sed -e 's/ non-free//' -i /etc/apt/sources.list.d/medibuntu.list
    Removing the non-free component will remove access to these packages:

  • alsa-firmware (needed for some audio cards)

  • AMR and FAAC support in MPlayer and FFmpeg

  • Google Earth (also available from Google)

  • Restricted video formats (ppc-codecs, w32codecs, w64codecs)

Medibuntu maintains a complete package list.



추가로 아래도 필요에 따라 설치 수행
mms (e.g. mms://) stream downloader 설치
Posted by iWithJoy