Does anybody know if the systems can play .mkv videos? I recently tried copying a file across into the videos directory
and while the movie was listed in LinuxMCE i got an error when I tried to play it... Any ideas??
Yes, it plays, either wih xine or mplayer. Which error did you get?
ok so the error I am getting is:
The DVD cannot be read or the DVDCSS library is not installed???
Any ideas!
sudo apt-get install libdvdcss2 w32codecs
ran the above code, it downloaded the package, reloaded the router.
Got same error :(
Many mkv files do not play in the version of Xine that we use because it do not support latest Matroska Container format.
/niz23
so what is the best supported type to convert the files to?
.avi and .mpeg
.mkv files can be well played when the file type is changed to .m2ts. in this case it will not be played by xine but by mplayer.
is that just done by simply renaming the file extension?
Also what difference does setting the file type and file format in the admin page do?
yes, simply renaming. you can do it using the shell console, dolphin or any file manager available for linux, or even under windows, if it "sees" the directory where the files to be renamed are (via samba).
please explain about setting the file type and file format in the webadmin page.
Thanks ill give it a go.
In the admin page you can set the file type as "LinuxMCE Video File" or "BlueRay" for example.
And similarly the file format can be set to "HD 720" or "mp3" fo examples.
I was just wondering if these settings have a bearing on how LMCE handles the files!?
As far as I know it do not change which player get used for a media file.
.evo and .m2ts is routed to mplayer the rest is handled by xineplayer.
/niz23
Renaming to .m2ts worked a charm thanks again for all the help