LinHES Forums http://forum.linhes.org/ |
|
VLC and MythVideo http://forum.linhes.org/viewtopic.php?f=14&t=4935 |
Page 1 of 1 |
Author: | steeve [ Thu Jun 16, 2005 11:14 am ] |
Post subject: | VLC and MythVideo |
I've been experimenting with MythVideo, mostly on my OS X frontend. For OS X, mplayer is the video player that works best, except I get crackly audio on everything. In Linux, xine seemed to be the best...except I could not get it to show subtitles (I like indie and foreign films!). So I was stuck, until I tried fooling with VLC. VLC in Linux is the bomb. It shows subtitles, is highly configurable, plays .iso files, DVDs, the works. The best part is that the command line call in MythVideo is as simple as: Code: vlc
Installation in KnoppMyth R5A16 was a snap: apt-get install vlc No dependency probs (yay!). Latest downloadable version is 0.8.1. The interface is easily configured on-screen, then it can be put away for good. Much better than xine. yay! For OS X, VLC will work, but it will not come to the foreground when called unless I alt-tab to it. Bummer. I'm working on that, but have only succeeded in making it crash. Volume levels of VLC in OS X are much better than mplayer. Louder, crisper and clearer. If anybody has any ideas or is also fooling with VLC, I'd like to share notes! -Bob K. |
Author: | steeve [ Sun Jul 03, 2005 1:45 pm ] |
Post subject: | Re: VLC and MythVideo |
steeve wrote: The best part is that the command line call in MythVideo is as simple as: Code: vlc I've discovered that my testing was not complete. VLC does not quit at the end of a movie. Rather, it's interface remains onscreen until closed with the mouse. To fix that, the correct command-line call in MythVideo is: Code: vlc %s vlc:quit
-Bob K. |
Author: | bowlarium [ Sun Jul 17, 2005 4:16 pm ] |
Post subject: | lirc |
I agree that vlc sounds better than mplayer. It looks better on my myth box too. Have you gotten it to work with lirc? I've been trying - I added commands according to the vlc docs to my .lircrc file, but no luck. I may have to recompile vlc for lirc support. Any advice would be helpful. Thanks. |
Author: | steeve [ Sun Jul 17, 2005 5:18 pm ] |
Post subject: | Re: lirc |
bowlarium wrote: I agree that vlc sounds better than mplayer. It looks better on my myth box too. Have you gotten it to work with lirc? I've been trying - I added commands according to the vlc docs to my .lircrc file, but no luck. I may have to recompile vlc for lirc support. Any advice would be helpful. Thanks.
I'm afraid you're on your own, there. I had a hard time with lirc and don't use it at all anymore. On my Mac, I use the ATI Remote Wonder, and on my KnoppMyth frontend, I use an IR Learning Remote (I taught it the Myth keystroke commands from a wireless keyboard). Good Luck, and post any progress you make, I'm sure it will be of interest (at least it will be to me!). -Bob K. |
Author: | ruhlmcu [ Mon Jul 18, 2005 7:18 am ] |
Post subject: | |
This is interesting, I was working on both parts of this topic this weekend and have taken one step forward and two steps back. I originally replaced mplayer w/ vlc and was able to bring up the vlc control panel on my mythbox. Next, based on reading a user document for vlc I found that I needed to recompile it with --enable-lirc in order for it to recognize lirc command, i then modified my /home/mythtv/.mythtv/.lircrc file. However now I don't even get vlc when I select Play DVD from the MythTv menu. I get a very brief change in text color and then the menu is active but no DVD. Will have to go back to mplayer settings pretty soon. Can you tell me what your vlc configure options are? If I get it to work I'll then work on the lirc part again... |
Author: | steeve [ Mon Jul 18, 2005 9:28 am ] |
Post subject: | |
ruhlmcu wrote: This is interesting, I was working on both parts of this topic this weekend and have taken one step forward and two steps back.
Can you tell me what your vlc configure options are? If I get it to work I'll then work on the lirc part again... http://www.gossamer-threads.com/lists/mythtv/users/139515?search_string=vlc;#139515 |
Author: | ruhlmcu [ Mon Jul 18, 2005 10:13 am ] |
Post subject: | |
I probably didn't state that very clearly, When you compiled vlc, what where your compile options? ./configure --enable or --disable etc... |
Author: | steeve [ Mon Jul 18, 2005 11:11 am ] |
Post subject: | |
ruhlmcu wrote: I probably didn't state that very clearly,
When you compiled vlc, what where your compile options? ./configure --enable or --disable etc... whoops, my bad! I did not compile/configure when I installed VLC. Just... Code: apt-get install vlc
...and that was that. Sorry, I know that's not very helpful, but KnoppMyth is very forgiving and it is easy to configure and install (prolly because of idiots like me...!) -Bob K. |
Author: | ruhlmcu [ Mon Jul 18, 2005 12:21 pm ] |
Post subject: | |
steeve wrote: whoops, my bad! I did not compile/configure when I installed VLC. Just... .
No problem...I am also trying to make mythstreamtv work at the same time. So, I have to have vlc compiled not apt installed. I should have made that clear. I may be working at cross purposes. I guess I have to decide which I want more... |
Author: | khrusher [ Mon Jul 18, 2005 1:07 pm ] |
Post subject: | |
you can have more then one configured version of vlc...just dont make install and use paths to the desired bincary |
Author: | marc.aronson [ Wed Jul 20, 2005 3:23 am ] |
Post subject: | |
I am trying to install vlc under Knoppix R5A16 and I get the following errors: Code: apt-get install vlc
Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: vlc: Depends: wxvlc but it is not going to be installed E: Broken packages root@mythtv:~# man apt-get Reformatting apt-get(8), please wait... root@mythtv:~# apt-get install vlc Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: vlc: Depends: wxvlc but it is not going to be installed E: Broken packages Any idea on how to resolve? Thanks! Marc |
Author: | marc.aronson [ Wed Jul 20, 2005 8:30 am ] |
Post subject: | |
I did some more searching and tried some additional changes -- still no luck. Here is what I've done: 1. Edited /etc/apt/sources.list and added: Code: tail -4 /etc/apt/sources.list deb http://download.videolan.org/pub/videolan/debian sarge main deb-src http://download.videolan.org/pub/videolan/debian sarge main Then I did an apt-get update and apt-get install vlc libdvdcss2 and got the following: Code: root@mythtv:/myth# apt-get install vlc libdvdcss2 Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: vlc: Depends: wxvlc but it is not going to be installed E: Broken packages So then I tried apt-get install vlc libdvdcss2 wxvlc and got Code: root@mythtv:/myth# apt-get install vlc libdvdcss2 wxvlc
Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: wxvlc: Depends: libwxgtk2.4 (>= 2.4.3.1) but it is not installable E: Broken packages My sole goal is to install VLC as a media player as I have confirmed the VLC will play the subtitles embedded into MP4 files by nero digital. Thank in advance for any help you can provide. marc |
Author: | khrusher [ Wed Jul 20, 2005 12:19 pm ] |
Post subject: | |
I build vlc from sources using the config command defined in the mythstreamtv install docs, maybe a config/compile route may work for you |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |