LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-20-2011, 12:22 PM   #1
rewards
Member
 
Registered: Dec 2010
Posts: 135

Rep: Reputation: 0
Question Advanced Streaming Format


Hello all,

I am trying to watch a video file on a Centos Linux. The file does not open. It says "Totem could not play 'file:///root/Desktop/Linux CBT/Disk 1/video01/video01.wmv'.A Advanced Streaming Format (ASF) demuxer plugin is required to play this stream, but not installed." Does anyone know how to install this application and where I can get it? Thank you.
 
Old 03-20-2011, 12:25 PM   #2
anishkumarv
Member
 
Registered: Feb 2010
Location: chennai - India
Distribution: centos
Posts: 294

Rep: Reputation: 10
Hi rewards,

I thinks Mplayer is enoug for you to watch that video in centos.!!

http://rainforest9.blogspot.com/2008...-centos-5.html

us this URL to install mplayer in centos
 
Old 03-20-2011, 01:58 PM   #3
rewards
Member
 
Registered: Dec 2010
Posts: 135

Original Poster
Rep: Reputation: 0
Hello and thank you for your feedback. I installed this successfully but I can only hear the sound but no video. Have I missed something here?
 
Old 03-20-2011, 09:42 PM   #4
anishkumarv
Member
 
Registered: Feb 2010
Location: chennai - India
Distribution: centos
Posts: 294

Rep: Reputation: 10
Hi rewards,

I think this scenario is already we discussed in Linuxquestions.org

http://www.linuxquestions.org/questi...plugin-753761/


I hope this is solved your problem!!!
 
Old 05-02-2011, 08:43 PM   #5
rewards
Member
 
Registered: Dec 2010
Posts: 135

Original Poster
Rep: Reputation: 0
Hello everyone. This is not being solved yet. I can now hear the sound but no video. when I click gmplayer -ov x11 at the command prompt the mplayer opens I can hear the sound but no video. Here is the output;

[root@localhost codecs]# gmplayer -vo x11
MPlayer SVN-r31628-4.1.2 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
[GUI] Adding video filter: pp

Playing /root/Desktop/LinuxCBT/Disk1/video01/video01.wmv.
ASF file format detected.
[asfheader] Audio stream found, -aid 1
[asfheader] Video stream found, -vid 2
VIDEO: [MSS2] 800x600 24bpp 1000.000 fps 250.0 kbps (30.5 kbyte/s)
Clip info:
title: Video 1 - Introduction to Linux
author: David Davis
copyright: Train Signal, Inc. 2006
comments:
Opening video filter: [pp]
==========================================================================
Trying to force video codec driver family null...
Opening video decoder: [dmo] DMO video codecs
Win32 LoadLibrary failed to load: wmsdmod.dll, /usr/lib/codecs/wmsdmod.dll
IMediaObject ERROR: 0x880252c could not open DMO DLL (0x0 : 0)
Failed to create DMO filter
ERROR: Could not open required DirectShow codec wmsdmod.dll.
You need to upgrade/install the binary codecs package.
Go to http://www.mplayerhq.hu/dload.html
VDecoder init failed
Opening video decoder: [dmo] DMO video codecs
Win32 LoadLibrary failed to load: wms10dmod.dll, /usr/lib/codecs/wms10dmod.dll
IMediaObject ERROR: 0x880252c could not open DMO DLL (0x0 : 0)
Failed to create DMO filter
ERROR: Could not open required DirectShow codec wms10dmod.dll.
You need to upgrade/install the binary codecs package.
Go to http://www.mplayerhq.hu/dload.html
VDecoder init failed
Cannot find codec matching selected -vo and video format 0x3253534D.
==========================================================================
==========================================================================
Trying to force audio codec driver family mpg123...
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 1 ch, s16le, 32.0 kbit/4.54% (ratio: 4006->88200)
Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
==========================================================================
No such audio driver 'pulse'
AO: [alsa] 48000Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A: 31.7 (31.7) of 1728.1 (28:48.0) 1.5%

Last edited by rewards; 05-16-2011 at 06:34 PM.
 
Old 05-16-2011, 06:43 PM   #6
rewards
Member
 
Registered: Dec 2010
Posts: 135

Original Poster
Rep: Reputation: 0
Any help is appriciated. Thank you
 
Old 05-16-2011, 06:50 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Install the w32codecs package.
 
Old 05-16-2011, 10:32 PM   #8
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
TobiSGD, the OP may need to have things spelled out more explicitly. You should point out that both the error and the solution are contained in the error message he posted, TWICE.
Code:
You need to upgrade/install the binary codecs package.
Go to http://www.mplayerhq.hu/dload.html
--- rod.
 
1 members found this post helpful.
Old 05-17-2011, 04:32 AM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by theNbomr View Post
TobiSGD, the OP may need to have things spelled out more explicitly. You should point out that both the error and the solution are contained in the error message he posted, TWICE.
Code:
You need to upgrade/install the binary codecs package.
Go to http://www.mplayerhq.hu/dload.html
--- rod.
You are right, I should have pointed that out.
 
Old 05-17-2011, 12:06 PM   #10
rewards
Member
 
Registered: Dec 2010
Posts: 135

Original Poster
Rep: Reputation: 0
Thank you all for your feedback. This site http://www.mplayerhq.hu/dload.html has lots of links for downloads and I don't know which one is the right one to download. I did download this first from this site http://www.mplayerhq.hu/MPlayer/releases/codecs/ all-20110131.tar.bz2 31-Jan-2011 12:28 25M and it did not work. Then I downloaded this (Linux x86 20071007) essential-20071007.tar and un-tar it to the codecs folder and it did not work either. Can someone tell me what to download from this site http://www.mplayerhq.hu/design7/dloa...#binary_codecs to make this work please?
 
Old 05-17-2011, 01:58 PM   #11
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Why are you running a media player or any other app on the internet as root?

Get on the internet with a user account. Running a browser or internet app as root gives it access to system space.

The all package will allow playing of any format that I can think of.

What did you do with those codecs after you unpacked them? Did you put them in the win32 folder of mplayer? Some versions require you to install the codecs fist and then compile mplayer with them in place.
 
Old 05-17-2011, 04:45 PM   #12
rewards
Member
 
Registered: Dec 2010
Posts: 135

Original Poster
Rep: Reputation: 0
No the file is a Windows Media Player with .wmv extension called video1.wmv in the hard drive Desktop folder.
 
Old 05-17-2011, 06:23 PM   #13
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Quote:
Win32 LoadLibrary failed to load: wmsdmod.dll, /usr/lib/codecs/wmsdmod.dll
Do you have your codecs there?

Mplayer will play just about everything with the right codecs.
Some people like VLC, totem whether it's a front end for Xine, or stand alone it needs codecs too.

Are you using dags for a repository?
http://dag.wieers.com/rpm/

Using your package mgr will install apps while taking care of dependencies. Codecs are usually considered a depndency of mplayer-mencoder.

Looks like mplayer is in there.
http://packages.sw.be/
http://packages.sw.be/mplayer/
 
Old 05-18-2011, 08:19 PM   #14
rewards
Member
 
Registered: Dec 2010
Posts: 135

Original Poster
Rep: Reputation: 0
Hello all,

I found my answer here, http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS. Thank you for your feedback.
 
Old 10-22-2011, 02:35 PM   #15
seeker9969
LQ Newbie
 
Registered: Oct 2011
Posts: 5

Rep: Reputation: Disabled
[QUOTE=rewards;4360467]Hello all,

I had the same problem and installed VlC media player and now the video plays just fine.
hope this helps

Last edited by seeker9969; 10-22-2011 at 02:37 PM.
 
  


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
Advanced Format 4k sector drive with LVM megamojo Linux - Hardware 4 01-16-2012 09:28 AM
Advanced Format and Slackware chicken76 Slackware 9 01-02-2011 07:48 AM
Advice on Western Digital 'Advanced Format' hard drives telemeister Slackware 24 09-04-2010 11:21 PM
Problems with fdisk and Western Digital’s Advanced Format egarim Linux - Server 2 07-05-2010 05:00 AM
LXer: Linux WD EARS Advanced Hard Drive Format LXer Syndicated Linux News 0 05-29-2010 04:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:26 AM.

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