Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
i have been facing this problem again and again for long time ...
i added the codecs for xine ( the all*** package ) but for some reason when i try to run wmv or avi file i get only sound with out no picture ...
if any body knows what the reason is ... .. .
WMV works fine for me using the same codecs. The only problem I sometimes have is with asx files. The codecs from the plf repo used to give me the same problems you are currently experiencing.
where did you install the codecs to? Xine looks for codecs in a different place then MPlayer does. If the codecs are in /usr/lib/codecs, create a link to it called win32:
Code:
ln -s /usr/lib/codecs /usr/lib/win32
If still does not work, run xine from the command line and copy and paste the error.
what did it say when you ran xine in the terminal and tried to play the file? It will usually say what the problem is when it fails to play a particular codec.
it does show error message ( not on the shell ) ,
the error is :
Quote:
The stream'There is no mrl.' use an unsupported codec:
Video Codec:Windows Media Video 9(WMV3)
start playback anyway?
if choosing yes , it start only voice ..!
and if we already talking about codecs , i am not able to get my mplayer run .rm files ?? i tried to create directory as described in the documentation of the mplayer ,
All of the video types you are describing are supported by Mplayer with their "all-codec" package. Where exactly did you install the codecs too? I don't remember exactly but I think it asks you to put them in /usr/local/lib/codecs/ ?? Make sure you create the proper links to the directory that actually contains the codecs. The error your getting is basically a "I can't find the codecs" error. For safe measure, you should have 3 links and 1 directory that actually contains the data.
well ,
i have the codecs in /usr/lib/codecs ,
and i just created the links you specified and that didn't help , the point is that after installing the codecs in /usr/lib/codecs and modifing the config file in the .xine folder i could get xine to play .rm and rm streaming but although the .dll codecs contained in the all*** package xine play some wmv files but not the wmv3 niether the .avi files ( which i think is related some how to the wmv ) ,
and about the mplayer , i put the codecs in the folder specified in the documentation and in the README file (i don't remember what it was ), but it didn't play any of these files and niether .rm files ...!
ps , once i get xine to play .rm file both totem and kaffaine start to play it too but tring to play wmv3 using them i get the same problem ,
MPlayer must be reconfigured/compiled when new codecs are installed, but I'm not sure why xine refuses to read them. Try getting MPlayer to work with the codecs you have, it gives more verbose error messages about what the problem is with the codec it's trying to use. Once you figure it out, apply that knowledge to xine.
MPlayer must be reconfigured/compiled when new codecs are installed
sorry,but you have to explain for me how to recompile since i never did this before, and what do you mean by reconfigure?? i tried to modify the config file of mplayer , but since it's empty i did'nt know how to ( what exactly to write ) reconfigure it ,
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.