Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - phenigma

Pages: 1 ... 102 103 [104] 105 106 ... 118
1546
Installation issues / Re: NVIDA H264 Codec
« on: February 28, 2010, 05:52:33 am »
Here's the .deb I built for pluto-mplayer-player:
http://filebin.ca/huhbtu/pluto-mplayer-player_2.0.0.44.10022622803_i386.deb

J.

1547
Installation issues / Re: MythTV not working on MD
« on: February 27, 2010, 09:22:21 pm »
set the md up to always stream from the backend: http://forum.linuxmce.org/index.php?topic=8861.0  ;D

This should be set automatically during the installation, changes were added to LMCE 6 months ago.  If the Always stream from backend option is not set on your MD from a fresh installation please file a trac ticket.

J.

1548
Installation issues / Re: 2 Problems after 810B2 update from 2/23/2010
« on: February 27, 2010, 09:14:54 pm »
Have you run mythtv-setup from the computing menu on your MDs yet?  Be sure to run it from the computing menu.  I seem to recall something about having to run it on each MD before myth would work properly.

J.

1549
Installation issues / Re: NVIDA H264 Codec
« on: February 27, 2010, 03:56:14 am »
You should now be able to build MPlayer_Player and test vdpau.

I had to add the actual methods as well as the declarations.  I replicated Get_Name() and found the appropriate constants.  After that it built perfectly.  I copied the .deb to my ION and used dpkg to install it... mplayer is now using the webadmin settings and vdpau acceleration.  MPlayer cpu usage is ~20% showing 1080P h264 and doing on-the-fly re-encoding of multichannel AAC audio to AC3.

J.

1550
Installation issues / Re: [SOLVED]810 b2 install - no menu items?
« on: February 26, 2010, 09:05:32 pm »
I believe the apt-get update/dist-upgrade is done by the installer anyways.

J.

1551
Installation issues / Re: 2 Problems after 810B2 update from 2/23/2010
« on: February 26, 2010, 09:00:28 pm »
The MD rebuild restores the MDs to the state they were in when you first ran /usr/pluto/bin/Diskless_CreateTBZ.sh.  None of the updates/upgrades applied to the core since that time will exist in your rebuilt MDs.  It looks like a mismatch has arisen with a new kernel installed on your core and the MDs not being updated appropriately.

I think that re-running /usr/pluto/bin/Diskless_CreateTBZ.sh on your core and then rebuilding your MDs will fix the kernel mismatch problem... it may also fix your other problems, I'm not certain though.

J.

1552
The errors you show are a normal part of the system boot-up (at least since I began using the system).

ATI graphics cards are not supported.  The only cards that are known to work completely are NVidia graphics cards.

You could try to connect a VGA monitor rather than your HDMI and attemp to perform the installation again.  If the system installs completely re-run the AVWizard and try your HDMI connection again...  but I suspect your graphics card is not supported/compatible.

J.

1553
Installation issues / Re: [SOLVED]810 b2 install - no menu items?
« on: February 26, 2010, 06:41:17 pm »
So it seems that having your devices installed before installation caused the system to skip creating the default scenarios.  Strange.

J.

1554
Users / Re: 7 random questions
« on: February 25, 2010, 08:51:29 pm »
Xine will use the WebAdmin settings for VDPAU, use VDPAU or AUTO.

MPlayer should be using the WebAdmin settings.  There is a patch but is has not been applied to the source yet, I think this will happen soon and then MPlayer will use the WebAdmin settings for video and VDPAU will work at that time in MPlayer.

J.

1555
Installation issues / Re: NVIDA H264 Codec
« on: February 25, 2010, 08:42:07 pm »
Problem: after changing ~/.mplayer/config and /root/.mplayer/config, i was able to watch under linuxxmce AND kde H264 videos with full sound.
After that, i did try to create a media scenario. Did rebuild the MD and regenerate the orbiter. I deleted the scenario. Did rebuild the MD and regenerate the orbiter.
Result: no more H264 or any video with .m2ts extension opens under linuxmce.

Rebuilding the MD will remove the ~/.mplayer/config file and it will need to be re-created.  But it sounds like mplayer is not running at all though...  You shouldn't be rebuilding your MD so often, it reverts it to it's initial installation without upgrades and bugfixes applied...  Did you upgrade the MD after rebuilding it?

J.

1556
Installation issues / Re: NVIDA H264 Codec
« on: February 25, 2010, 08:36:39 pm »
I figured they needed to be declared but my c++ isn't up to par to know where/how it should be done...  I can read it, just unable to write it effectively yet.

J.

1557
Installation issues / Re: NVIDA H264 Codec
« on: February 25, 2010, 06:11:32 pm »
Niz, ticket #417 http://svn.linuxmce.org/trac.cgi/ticket/471 has your patch in it, it has not been applied.  I applied it on my dev machine no problem but it wouldn't compile, couldn't find either of these two DATA_ functions:

Code: [Select]
sGraphicsDriver = DATA_Get_Hardware_acceleration();
sGraphicsDeinterlace = DATA_Get_Deinterlacing_Mode();

I didn't figure out exactly where/why they aren't available for me, I'm still learning.

J.

1558
Installation issues / Re: NVIDA H264 Codec
« on: February 25, 2010, 05:07:06 am »
So I tried this on my Zotac ION under LMCE and mplayer is not using VDPAU acceleration under LMCE.  I checked in the svn and the video values below are currently hard-coded into MPlayer_Player.  The wiki says the functionality was added in Beta2 "Update 2009-12-06 22569" but the code doesn't appear to be in svn.  So no VDPAU with mplayer under LMCE currently.  MPlayer is using xv and can't keep the video in sync with the audio.

On the up side the af options and the channels option in the config appear to work with mplayer to enable the on-the-fly ac3 re-encode.

Code: [Select]
root@moon40:~/.mplayer# ps ax | grep mplayer
  833 pts/11   S+     0:00 grep mplayer
30686 pts/9    Rl+    1:45 mplayer -slave -idle -msglevel all=4 -noborder -fixed-vo -fs -vo xv,x11 -vf screenshot -ao alsa:device=asym_spdif -ac hwac3,hwdts,a52, -lavdopts fast:threads=2 /usr/pluto/share/black.mpeg
root@moon40:~/.mplayer#

J.

1559
Installation issues / Re: 810 b2 install - no menu items?
« on: February 25, 2010, 02:07:23 am »
Did you get all the way through the Setup Wizard on your initial install?  The scenarios are first defined and created at the end of the Media Player portion of the Setup Wizard.  Try running the Media Player Setup in the Setup Wizard and see if it creates the scenarios.

J.

1560
Installation issues / Re: NVIDA H264 Codec
« on: February 24, 2010, 08:57:25 pm »
I'll try this under LMCE tonight and see what happens on my end.

J.

Pages: 1 ... 102 103 [104] 105 106 ... 118