Pular para o conteúdo principal

Windows Media Streaming


This page is about Ubuntu 8.04

Introduction

Streaming video is often used by web sites to send video clips to a user's browser. The browser needs a stream player plugin to play the video. Some web sites allow for the selection of Windows Media Player or RealPlayer. In Ubuntu you can use either one, but you need to set up Ubuntu differently in each case. These instructions show how to install the totem-xine-firefox-plugin.

Installation

Totem (Media Player) and Firefox (Browser) come as a default install with Ubuntu Edgy Eft. They can be found in the Applications > Internet > Firefox menu and the Applications > Sound & Video > Media Player menu. Install the firefox and totem packages, if they're not already installed.

One choice is to use for a streaming video player is gXine. This player can read .wmv files, which are the default video format for the Windows Media Player. Install the gxine, gxineplugin and totem-xine packages, if they're not already installed.

The streaming video player requires codecs to enable it to play video streams within Firefox. The codecs for playing .wmv files are called w32codecs. To install the w32codecs, you need to get them from a third party. They are most quickly installed by using the code blocks below. To run this code, open your terminal from the Applications > Accessories > Terminal menu, paste in the code below, and press the Enter key. Note that the codecs are available for different processors.

For an x86 PC/Mac, click here to download the needed software

Then You will click install, make sure you have all windows closed before continuing

Thats it. Enjoy your videos.

Comentários

Postagens mais visitadas deste blog

OS CHANGE NAME - WIN 7

1.  Open a  elevated command prompt  or a  command prompt at boot . NOTE:   If you have a  RAID  setup or a  PCI-E SSD  as your boot drive and want to open a command  prompt  at boot, then you may need to use the  Load  Drivers  option in the  System Recovery Options  screen to load it's  drivers  first before Windows will see the boot drive to be able to use the bcdedit command on it . 2.  In the elevated command prompt, type  bcdedit  and press enter. (see  screenshot  below) NOTE:   This will let you see what the  description  (name) and  identifier  of the operating system(s) listed in Windows Boot Manager are under the  Windows  Boot  Loader  section(s). For example,  Windows 7  (description) as  {current}  (identifier).   3.  In the elevated command prompt, type the command below for a listed ...

How to show hidden files/folders on U...

How to show hidden files/folders on Ubuntu                                                  by: Prof.: Jose Dias Jr - downloaddr@gmail.com Let’s learn the method for showing up the hidden files and folders in Ubuntu in this article. To show hidden files and folders on Ubuntu, just follow these simple steps. Go to  Places  >  Home  Folder  To temporarily show hidden files/folders press 'Ctrl + H'.   To permanently show all hidden files/folders Go to  Edit Menu  >  Preferences The  File Management Preferences  window is displayed. Select the  Views Tab . Under the list  Default View  go to  Show hidden and backup files  and check it. Click on Close. From now on, you will be able to see all the hidden files and folder in Ubuntu.

Opening RAR at Ubuntu

Installing RAR reader at UBUNTU [ update ] Added more detail about different RAR packages and Ubuntu 8.04. Downloaded a file compressed in the RAR format and found that Archive Manager couldn’t open it? RAR support can’t be included in Ubuntu by default because it’s proprietary, but installing it is simple. There are two options for opening RAR files in Ubuntu: The package unrar-free is an open source project for opening RAR files. However, this package may not be able to handle all types of RAR archives. You need to have the Ubuntu universe repository enabled to install this package. Install unrar-free from the package unrar-free (click the link to install), or by running the command below in your terminal: sudo apt-get install unrar-free The package unrar is not open source, but should be able to open any RAR files you can find. This is likely the option you want. You need to have the Ubuntu multiverse repository enabled to install this pac...