Difference between revisions of "Activities/VLC"

From Sugar Labs
Jump to navigation Jump to search
(New page: =How to install the VLC Media Player in Sugar= VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, flv, avi, og...)
 
 
(10 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 +
<noinclude>{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}</noinclude>
 
=How to install the VLC Media Player in Sugar=
 
=How to install the VLC Media Player in Sugar=
 +
 +
Warning! This instructions do not work. The file http://rpm.livna.org/livna-release-7.rpm
 +
do not exist (30-november-2009). and, in the Uruguayan release of XO, you can not
 +
send the command "su": "bash: /bin/su: Permiso denegado" - Request for comments to alejandro.lavarello (at) gmail.com
 +
  
 
VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, flv, avi, ogg, ...) as well as DVDs, VCDs, and various streaming protocols.
 
VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, flv, avi, ogg, ...) as well as DVDs, VCDs, and various streaming protocols.
Line 22: Line 28:
 
  rpm -i http://rpm.livna.org/livna-release-7.rpm
 
  rpm -i http://rpm.livna.org/livna-release-7.rpm
 
and press enter
 
and press enter
 
  
 
  yum update  
 
  yum update  
Line 29: Line 34:
 
  wget http://dl.atrpms.net/all/libdvdnav4-0.1.10-2.fc7.i386.rpm
 
  wget http://dl.atrpms.net/all/libdvdnav4-0.1.10-2.fc7.i386.rpm
 
and press enter
 
and press enter
 +
 +
::The file libdvdnav4-0.1.10-2.fc7.i386.rpm is no longer available at the url provided !?
 +
::Where do I find it now? _[[User:JoGnet|JoGnet]] 09:00, 30 October 2008 (UTC)
  
 
  rpm -ivh libdvdnav4-0.1.10-2.fc7.i386.rpm
 
  rpm -ivh libdvdnav4-0.1.10-2.fc7.i386.rpm
Line 45: Line 53:
 
and press enter
 
and press enter
  
You are done. To run VLC, just type VLC in the terminal and press enter. To be able to run it just like all the pre-installed activities in Sugar, sugar coat it.
+
You are done. To run VLC, just type VLC in Terminal and press enter. To be able to run it just like all the pre-installed activities in Sugar, sugar coat it through the instructions on [[Running Linux Applications Under Sugar]].
 +
 
 +
 
 +
 
 +
 
 +
[[Category:Activities]]

Latest revision as of 00:58, 21 April 2016

How to install the VLC Media Player in Sugar

Warning! This instructions do not work. The file http://rpm.livna.org/livna-release-7.rpm do not exist (30-november-2009). and, in the Uruguayan release of XO, you can not send the command "su": "bash: /bin/su: Permiso denegado" - Request for comments to alejandro.lavarello (at) gmail.com


VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, flv, avi, ogg, ...) as well as DVDs, VCDs, and various streaming protocols.

It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.

The VLC Player is considered to be better by some users then MPlayer because it offer more settings, options and features. There is also no need to run it from Terminal.

Installation

This will require a live internet connection.

  • Open the terminal activity (Located on the Activity Tool bar).
  • Type the following command lines one command line at a time. If you get an option for either Y/N, type Y and Press ENTER.
su

and press enter

rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY 

and press enter

rpm -i http://rpm.livna.org/livna-release-7.rpm

and press enter

yum update 

and press enter

wget http://dl.atrpms.net/all/libdvdnav4-0.1.10-2.fc7.i386.rpm

and press enter

The file libdvdnav4-0.1.10-2.fc7.i386.rpm is no longer available at the url provided !?
Where do I find it now? _JoGnet 09:00, 30 October 2008 (UTC)
rpm -ivh libdvdnav4-0.1.10-2.fc7.i386.rpm

and press enter

wget ftp://ftp.univie.ac.at/systems/linux/fedora/updates/7/i386/libopendaap-0.4.0-4.fc7.i386.rpm

and press enter (Note:there is a space between wget and the link ok)

rpm -ivh libopendaap-0.4.0-4.fc7.i386.rpm

and press enter

yum install vlc

and press enter

exit

and press enter

You are done. To run VLC, just type VLC in Terminal and press enter. To be able to run it just like all the pre-installed activities in Sugar, sugar coat it through the instructions on Running Linux Applications Under Sugar.