News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Configuring Xine Player in LMCE

Started by lon22, January 06, 2008, 06:23:36 AM

Previous topic - Next topic

lon22

Does anyone know if there is a difference in the configuration of the xine player that is used in LMCE and the one I can access via the KDE desktop. I have some files that I can play with the KDE desktop version that I can't play in LMCE. Also I have files where I can hear the audio in the KDE desktop xine player, but don't hear the audio if I play them in LMCE. Thanks

Marie.O

They use different configuration files. The KDE version uses the /root/.xine/config.conf (i think) and the LMCE uses the configuration file /etc/pluto/xine.conf

Search for XINE on the Wiki and you might some helpful information regarding the audio issue.

rgds
Oliver
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

lon22

Ok thanks. I have been looking at the wiki - http://wiki.linuxmce.org/index.php/Changing_Xine_Player_Audio_Settings - in regards to configuring the xine player. Another problem I'm having and I'm not sure if it is related to xine, is that I can't get output on all four speakers, only two. I have a sound blaster connected to a 4.1 speaker set.

colinjones

Just for clarity, as I understand it. Xine player isn't really used in LMCE. The xine player on the desktop is really just a GUI around xinelib - just libraries, the GUI pulls them altogether into a useable tool. LMCE doesn't use that GUI, it has Xine_Wrapper, which is a piece of code written specifically to integrate the xinelib functions into LMCE. The libraries used are the same, but actual tool/program/application is completely different, and so things you can do on the desktop do not necessarily translate to how they work in LMCE, depends on whether whoever wrote Xine_Wrapper included that particular functionality, even though the libraries themselves are still capable.

lon22

Well that's interesting. Collin, do you know if besides the minimum configuration available on the Admin website, if there is a way for additional configuration.

colinjones

No idea, I'm just regurgitating other stuff I have read on the forums!

ddamron

You might want to take a look at the sourcecode for the Xine_Wrapper..

If it's just a wrapper, it shouldn't be too complicated...

HTH,

Dan
The only intuitive interface is the nipple.  After that it's all learned.
My other computer is your windows box.
I'm out of my mind.  Back in 5 minutes.
Q:  What's Red and smells like blue paint?

A:  Red Paint.

tschak909

edit /root/.xine/config ... the Xine_Player (and any libxine based app for that matter) will use this config file.

-Thom

lon22

#8
I tried making some changes in the /root/.xine/conf file, but they didn't seem to have an affect on the xine player. I tried to set the speaker configuration from Stereo 2.0 to Surround 4.1. I even regenerated the orbiter and when that didn't work, I rebooted the system. Still no changes.

Marie.O

Hello Thom,

Quote from: tschak909 on January 07, 2008, 05:58:44 AM
edit /root/.xine/config ... the Xine_Player (and any libxine based app for that matter) will use this config file.

are you sure about this? The xine from within Pluto used that file, but the information from the /etc/pluto/xine.conf seems to at least overwrite those settings.

rgds
Oliver
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

tschak909

looks like they are both used.

-Thom