LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 06-23-2005, 06:18 AM   #1
leafleaves
Member
 
Registered: Apr 2005
Posts: 57

Rep: Reputation: 15
which player can play movies in solaris10.0


this my second thread in solaris subforum .

i want to player movies in solaris 10.0 , including vcd movies and rm or rmvb networking moveis.

what should i do???

how to come true this function???

i am an fresh guy,very fresh.

just for few days.

i really dont know where is the player ,its location at the application menu.
 
Old 06-23-2005, 06:26 AM   #2
vmlinuz101
Member
 
Registered: Mar 2005
Location: Ireland
Distribution: LFS, SuSE, Debian, gentoo
Posts: 93

Rep: Reputation: 15
Try Mplayer

http://www.mplayerhq.hu/homepage/design7/dload.html

which will compile on Solaris. It's very good, especially if you also install the plugins.

Alternatively try xine

http://xinehq.de/index.php/home which is excellent too, and you've a great choice of guis

You'll probably have to build from source though. If you're open Solaris on x86 then use MPlayer v1.0pre7 source

or http://prdownloads.sourceforge.net/x...b-1.0.1.tar.gz and some gui frontend

The READMEs are very descriptive anyhow
 
Old 06-23-2005, 06:32 AM   #3
leafleaves
Member
 
Registered: Apr 2005
Posts: 57

Original Poster
Rep: Reputation: 15
also can play mp3 songs???
 
Old 06-23-2005, 06:41 AM   #4
vmlinuz101
Member
 
Registered: Mar 2005
Location: Ireland
Distribution: LFS, SuSE, Debian, gentoo
Posts: 93

Rep: Reputation: 15
yes. there are hundreds of plugins for support for all sorts of media codecs like mp3, mpge video, ogg-vorbis, wma, wmv, avi, rma (real media audio), etc
 
Old 06-23-2005, 06:43 AM   #5
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
yeah, both (mplayer and xine) can play mp3
 
Old 06-23-2005, 07:26 AM   #6
leafleaves
Member
 
Registered: Apr 2005
Posts: 57

Original Poster
Rep: Reputation: 15
okay,i am trying now.
but i am in the trouble about how to bulid or make the software sources code.

what is the compile command???

do me a favour ,please tell me again.

sorry to bother you ,my dear frieds.such simple questions to ask you....



please forgive me.
 
Old 06-23-2005, 07:33 AM   #7
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
In most cases all you have to do after you uncompress the source is to:
Code:
./configure
make
make install
In mplayer you may need put the codecs in a directory and specify the directory in the ./configure command and also add some options like enabling gui.
Read the README and INSTALL files that the package contains and do a
Code:
./configure --help
to see all the available options.
 
Old 06-23-2005, 07:46 AM   #8
leafleaves
Member
 
Registered: Apr 2005
Posts: 57

Original Poster
Rep: Reputation: 15
oh , the command like linux compile command code.
right???
 
Old 06-23-2005, 07:49 AM   #9
leafleaves
Member
 
Registered: Apr 2005
Posts: 57

Original Poster
Rep: Reputation: 15
my friend,i want to quichky use the solaris to play movies .
i want to run xine ,needn't compile the sources codes.

but the xine homepage is cant be opened.
what happpen???

shit...
 
Old 06-23-2005, 08:05 AM   #10
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
If you want to play movies quickly, don't try to compile yourself, download instead an already packaged version of (g)mplayer and xine from blastwave.org or another sun freeware site.
 
Old 06-23-2005, 08:12 AM   #11
leafleaves
Member
 
Registered: Apr 2005
Posts: 57

Original Poster
Rep: Reputation: 15
oh, could you give the detail website link ,like
http..............
 
Old 06-23-2005, 08:31 AM   #12
leafleaves
Member
 
Registered: Apr 2005
Posts: 57

Original Poster
Rep: Reputation: 15
this time,
now,
i have downloaded the tar.bz2 package :
MPlayer-1.0pre7.tar.bz2

,but i cant unzip the package .
i use the command :

tar zxvf filename.
but it doesn't work.

how should i do???
 
Old 06-23-2005, 08:46 AM   #13
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
its a bzip2 not a gzip
SO you should use:
tar xvjf <filename>
 
Old 06-23-2005, 08:47 AM   #14
leafleaves
Member
 
Registered: Apr 2005
Posts: 57

Original Poster
Rep: Reputation: 15
i will almost can configure the Mplayer well.

please give me some advice,,
tell the tar.bz2 zip files uncode command....

please!!!!!!!!!!!!!!!!!!!
 
Old 06-23-2005, 08:49 AM   #15
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
Quote:
Originally posted by leafleaves
i will almost can configure the Mplayer well.

please give me some advice,,
tell the tar.bz2 zip files uncode command....

please!!!!!!!!!!!!!!!!!!!
I already told you.

tar -xvjf
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why can't I play movies? death_au Linux - Newbie 6 07-17-2005 06:52 AM
how to let solaris10 play flash?about flash plugins!!! leafleaves Solaris / OpenSolaris 18 06-23-2005 06:19 AM
cant play movies shashank Linux - Software 4 04-17-2005 04:52 AM
Still mysterious Xine player: can't play movies requiring DivX5 codecs Indigo1 Linux - Newbie 5 11-13-2004 12:48 PM
Xine player: can't play movies requiring DivX5 codecs Indigo1 Linux - Newbie 2 11-04-2004 08:35 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 07:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration