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 - klanmce

Pages: 1 ... 7 8 [9]
121
Users / Re: play HD video on slow hardware via VDPAU...
« on: June 02, 2009, 01:46:53 am »
Yes I am now finally back at the task.

I have done the simple process of editing the Mplayer_Player as follows:
Quote
execle(MPLAYER_BINARY, MPLAYER_BINARY_SHORT, "-slave", "-idle", "-msglevel", "all=4", "-noborder",
            "-fixed-vo", "-fs", "vc","ffmpeg12vdpau,ffh264vdpau", "-vo", "vdpau", "-vf", "screenshot"
            "-ao", sALSADevice.c_str(),
            "-ac", sALSACodec.c_str(),
            "-lavdopts", "fast:threads=2", BLACK_MPEG_FILE, (char *) 0, environ);
      }
      else {
         execle(MPLAYER_BINARY, MPLAYER_BINARY_SHORT, "-slave", "-idle", "-msglevel", "all=4", "-noborder",
                "-fixed-vo", "-fs", "vc","ffmpeg12vdpau,ffh264vdpau", "-vo", "vdpau", "-vf", "screenshot",
              "-lavdopts", "fast:threads=2", BLACK_MPEG_FILE, (char *) 0, environ);

Now I am trying to set up the development environment as indicated in http://wiki.linuxmce.org/index.php/Setting_Up_A_Development_Environment

The install of ccache keeps failing can't find the package.

What entry required in the sources.list?

Is the package completely required to compile one module.

122
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 19, 2009, 01:04:46 am »
Thanks

I had a hectic week, thus did not get chance to check out your recommendations.

I searched for the source, and found the Mplayer_Player source.

Will attempt as your suggestions; was also looking at passing the options in the call to initiate mplayer, using vdpau and the codecs as you use when playing from desktop, recompile Mplayer_Player, hopefully could only change this on the MD, so if I break it, it does not screw in install - do not have the time to rebuild.


123
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 10, 2009, 12:48:14 am »
Guys, I apologize for my second to last post, poor english; one of those mornings.

An update:

I  backed up the mplayer binaries listed in my previous post, copied the new binary into those respective locations; only achieved crashing CORE, MD, the whole system. Well rebooted and fix my error, system is operational.

Still am unable to experience VDPAU in linuxmce! Through further investigation, saw below:

8551 root      22   0 65084 3000 2432 S  0.3  0.1   0:00.58 MPlayer_Player

Going to look into it, any information will be appreciated.

124
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 09, 2009, 02:12:38 pm »
I found this

Quote
/home/linuxmce/moon/opt/pluto-mplayer/share/mplayer
/home/linuxmce/moon/opt/pluto-mplayer/bin/mplayer
/home/linuxmce/moon/usr/lib/mplayer
/home/linuxmce/moon/usr/share/doc/mplayer
/home/linuxmce/moon/usr/share/mplayer
/home/linuxmce/moon/usr/bin/mplayer
/home/linuxmce/moon/etc/mplayer
/opt/pluto-mplayer/share/mplayer
/opt/pluto-mplayer/bin/mplayer

Now my question, if I copied the mplayer from /usr/local/bin to the other bin directory listed above
would that break the system?

Are there any other considerations?

125
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 09, 2009, 02:00:13 pm »
I went to the KDE desktop, to the directory with the files, clicked the trailer I am Legend.m2ts, choosed mplayer in the with window, using to it shows gmplayer and played the movie, perfect, cpu usage was most 20%.

Played the transformers.m2ts file, in the same manner, cpu usage was most 40 to 50 percent, sometimes spicking to 83% but quickly returning to to 40 to 50 average. There were drops to 20% during quiet scenes.

gmplayer is a link to mplayer.

But as the previous post, said vdpau does work.

126
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 09, 2009, 05:03:16 am »
I re-did the process, following the exact same instructions as mentioned in
Quote
http://blog.avirtualhome.com/2009/02/10/compile-mplayer-with-vdpau-support-on-ubuntu/
Used by the original poster.

The trail fluctuate in usage, I am legend, is high sometimes at 90%, but plays nicely, transformers usage still high, but slightly slower video and out of sync audio.

I did some investigation, and realized that the graphics card is running at 8x as the pcie slot is 8x.

nVidia README show playing the video using ./mplayer -vo vdpau -vc <VDPAU-codec-name> <filename>

Is this possible through linuxmce configuration, will try from KDE in a few hrs, catching up on some sleep

127
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 08, 2009, 11:39:31 am »
I am using a evga 9400, from all indication, this card is supported.

nvidia driver 180.51.

Are there any other changes required for linuxmce, or it plays mplayer in /usr/local/bin

Just in case.

I will retry the process, I tar the MD files before doing this, so will I restore and retry, just in case I missed something.

128
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 08, 2009, 03:27:00 am »
Just and update

Tried it again, the cpu usage this time was 89 to 92 %, same problem as before.

Played the trailers, first with xine with 94% cpu usage, renamed the file to .m2ts, played with mplayer, and it played smooth, no problem, but cpu usage was 65% quiet and action was 93%.

mplayer -vo help produces:

Quote
CPU: AMD Sempron(tm) Processor LE-1150 (Family: 15, Model: 127, Stepping: 1)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
Available video output drivers:
        vdpau   VDPAU with X11
        xv      X11/Xv
        x11     X11 ( XImage/Shm )
        xover   General X11 driver for overlay capable video output drivers
        gl      X11 (OpenGL)
        gl2     X11 (OpenGL) - multiple textures version
        dga     DGA ( Direct Graphic Access V2.0 )
        sdl     SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)
        ggi     General Graphics Interface (GGI) output
        fbdev   Framebuffer Device
        fbdev2  Framebuffer Device
        aa      AAlib
        caca    libcaca
        dxr3    DXR3/H+ video out
        v4l2    V4L2 MPEG Video Decoder Output
        xvidix  X11 (VIDIX)
        cvidix  console VIDIX
        null    Null video output
        mpegpes MPEG-PES to DVB card
        yuv4mpeg        yuv4mpeg output for mjpegtools
        png     PNG file
        jpeg    JPEG file
        gif89a  animated GIF output
        tga     Targa output
        pnm     PPM/PGM/PGMYUV file
        md5sum  md5sum of each frame


Still hope, a multicore and gigabyte may seem perfect

129
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 08, 2009, 01:47:17 am »
Had to comment the following.

Quote
#deb-src http://linuxmce.com/ubuntu/ ./
#deb-src http://deb.linuxmce.com/ubuntu/ 20dev_ubuntu  main
#deb-src http://deb.linuxmce.com/ubuntu/ replacements_ubuntu  main
.
 Only thing,tried to play transformers, the m2ts file, initially the cpu usage was high, but drop to around 65% after introduction, the audio sucks, really comes in glitches video little slow, cpu usage still 65%.

I feel its the speed of the network from the core, this MD is a 100MB nic, on an ECS board. Had it lying around, bought it previously for a firewall solution, which is needed no more.

This board will not boot from the network, using the upgrade kernel 2.6.29, at set of nfs timeout errors - this could be I did crap, but another machine boots with the new kernel, can't use that, its my wife own.

Thanks guys. I am glad to see that this works as for CPU usage; great benefit for the project, makes the nvidia-ion platform possible.




130
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 06, 2009, 05:12:17 pm »
The apt-get update worked, with some errors shown in the quote below, which I am assuming is expected
Quote
Failed to fetch file:/usr/pluto/deb-cache/./Sources.gz  File not found
Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz  404 Not Found
Failed to fetch http://deb.linuxmce.com/ubuntu/dists/20dev_ubuntu/main/source/Sources.gz  404 Not Found
Failed to fetch http://linuxmce.com/ubuntu/./Sources.gz  404 Not Found
Failed to fetch http://deb.linuxmce.com/ubuntu/dists/replacements_ubuntu/main/source/Sources.gz  404 Not Found


The following still failed
Quote
root@moon31:~/vdpau/mplayer-vdpau-3532130# apt-get build-dep mplayer
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/_usr_pluto_deb-cache_._Sources - open (2 No such file or directory)

Should it be looking for /var/lib/apt/lists/_usr_pluto_deb-cache_._Sources

131
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 06, 2009, 01:36:46 am »
I did the apt-get update as suggested.

Am getting the following errors and still not successful with apt-get build-depo  mplayer.

I do know if this will make a difference, this is on an MD.

Quote
Err http://archive.ubuntu.com gutsy/main Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://linuxmce.com ./ Packages
  404 Not Found
Err http://archive.ubuntu.com gutsy/restricted Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy/multiverse Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy/universe Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy/main Sources
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy/restricted Sources
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy/multiverse Sources
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy/universe Sources
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-security/main Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-security/restricted Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-security/multiverse Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-security/universe Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-security/main Sources
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-security/restricted Sources
  404 Not Found [IP: 91.189.88.140 80]
Ign http://deb.linuxmce.com 20dev_ubuntu Release
Err http://archive.ubuntu.com gutsy-security/multiverse Sources
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-security/universe Sources
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-updates/main Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-updates/restricted Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-updates/multiverse Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-updates/universe Packages
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-updates/main Sources
  404 Not Found [IP: 91.189.88.140 80]
Ign http://deb.linuxmce.com replacements_ubuntu Release
Err http://archive.ubuntu.com gutsy-updates/restricted Sources
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-updates/multiverse Sources
  404 Not Found [IP: 91.189.88.140 80]
Err http://archive.ubuntu.com gutsy-updates/universe Sources
  404 Not Found [IP: 91.189.88.140 80]
Ign http://deb.linuxmce.com 20dev_ubuntu/main Packages
Ign http://deb.linuxmce.com 20dev_ubuntu/main Sources
Ign http://deb.linuxmce.com replacements_ubuntu/main Packages
Ign http://deb.linuxmce.com replacements_ubuntu/main Sources
Hit http://deb.linuxmce.com 20dev_ubuntu/main Packages
Err http://deb.linuxmce.com 20dev_ubuntu/main Sources
  404 Not Found
Hit http://deb.linuxmce.com replacements_ubuntu/main Packages
Err http://deb.linuxmce.com replacements_ubuntu/main Sources
  404 Not Found
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy/main/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy/restricted/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy/multiverse/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy/universe/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy/main/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy/restricted/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy/multiverse/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy/universe/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-security/main/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-security/restricted/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-security/multiverse/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-security/universe/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-security/main/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-security/restricted/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-security/multiverse/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-security/universe/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-updates/main/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-updates/restricted/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz  404 Not Found
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-updates/multiverse/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-updates/universe/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-updates/main/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-updates/restricted/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-updates/multiverse/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/gutsy-updates/universe/source/Sources.gz  404 Not Found [IP: 91.189.88.140 80]
Failed to fetch http://deb.linuxmce.com/ubuntu/dists/20dev_ubuntu/main/source/Sources.gz  404 Not Found
Failed to fetch http://deb.linuxmce.com/ubuntu/dists/replacements_ubuntu/main/source/Sources.gz  404 Not Found
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.

132
Users / Re: play HD video on slow hardware via VDPAU...
« on: May 05, 2009, 02:20:19 am »
I have been really busy, tried it and am getting the following:

root@moon31:~/vdpau/mplayer-vdpau-3532130# apt-get build-dep mplayer
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/_usr_pluto_deb-cache_._Sources - open (2 No such file or directory)

My source.list

Quote
deb file:/usr/pluto/deb-cache/ ./
deb http://archive.ubuntu.com/ubuntu/ gutsy  main restricted multiverse universe
deb http://archive.ubuntu.com/ubuntu/ gutsy-security  main restricted multiverse universe
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates  main restricted multiverse universe
deb http://linuxmce.com/ubuntu/ ./
deb http://deb.linuxmce.com/ubuntu/ 20dev_ubuntu  main
deb http://deb.linuxmce.com/ubuntu/ replacements_ubuntu  main
#Sources
#deb-src file:/usr/pluto/deb-cache/ ./
deb-src http://archive.ubuntu.com/ubuntu/ gutsy  main restricted multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-security  main restricted multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates  main restricted multiverse universe
#deb-src http://linuxmce.com/ubuntu/ ./
deb-src http://deb.linuxmce.com/ubuntu/ 20dev_ubuntu  main
deb-src http://deb.linuxmce.com/ubuntu/ replacements_ubuntu  main



133
Users / Re: play HD video on slow hardware via VDPAU...
« on: April 25, 2009, 06:58:48 pm »
Hi guys I have been introduced to LINUXMCE by a friend, and I have been trying it out for the past month.

One of my interest in being able to play HD on low end PC's, example sempron, celeron, nvidia-atom (when released),etc.

To my question.

When I try apt-get build-dep mplaper I am getting add url to sources.list. I am not sure what URL I should add for this.

On a side note, I am interested in providing assistance in creating device templates, as I am attempting one for the HVR-1600 which I got working with a kernel upgrade and through configuration with mythv, no success with the template yet.

Nice project guys - real nice -

Pages: 1 ... 7 8 [9]