@lex post at 2016-1-6 01:11:18

Hi Fritz,

I installed your mpv version after i installed jacer version.
Can you print the mplayer output for the simtel trailer mp4 so i could have a look?
Mplayer is the stock version.

I will print the dependencies error, so you can give some suggestion. I have never played with different package version on LTS, just to maintain stability, i am not a user per si.

@lex post at 2016-1-6 02:30:22

Meanwhile i restored an old version and compiled libvdpau-sunxi against old libdpau-dev (0.7 version) and got the same result with mplayer.
Do you use loboris kernel (soft float) or SDK legacy kernel with Hard float?

fritz post at 2016-1-6 03:08:01

Normaly I don't use Debian based images.
I have downloaded only for testing some months ago the first lubuntu (0.8) version from the download section.
I dont have other debian based images. Kernel is the "stock" one.
@jacer's mpv-package is not compiled on 14.04 probably it's for 15.04 or newer, that's why you had dependencies issues.
You should remove the old package before you triy to install a new one.
Have you tried with mpv 0.14 or with the mplayer from my shared folder?
My shared H3 folder

@lex post at 2016-1-6 04:07:06

So you don't have it anymore?
I usually build my Lubuntu from scratch and stays with LTS for good reasons and don't play with .deb.

Back to the Lubuntu with dependencies problems, here is the mess i did.

Updated libvdpau:
wget http://ftp.de.debian.org/debian/pool/main/libv/libvdpau/libvdpau1_1.1.1-3_armhf.deb
wget http://ftp.de.debian.org/debian/pool/main/libv/libvdpau/libvdpau-dev_1.1.1-3_armhf.deb
wget http://ftp.de.debian.org/debian/pool/main/v/vdpauinfo/vdpauinfo_1.0-1+b1_armhf.deb
sudo dpkg -i libvdpau1_1.1.1-3_armhf.deb
sudo dpkg -i libvdpau-dev_1.1.1-3_armhf.deb
sudo dpkg -i vdpauinfo_1.0-1+b1_armhf.deb

Compiled libvdpau-sunxi and installed.
git clone https://github.com/linux-sunxi/libvdpau-sunxi.git
cd libvdpau-sunxi
make
sudo make install

Gave permission to "ion", "video" and "cedar_dev"



Then the mess:
sudo dpkg -i mpv_0.13.0_armhf.deb_by\@jacer

and later:
sudo dpkg -i mpv_0.13.0_armhf.deb

Downloaded sample and played:
wget http://download.blender.org/durian/trailer/sintel_trailer-1080p.mp4
export VDPAU_DRIVER=sunxi
mplayer -fs -vo vdpau -vc ffmpeg12vdpau,ffh264vdpau, sintel_trailer-1080p.mp4


so now i have:
mpv -- version
mpv: error while loading shared libraries: libvo-amrwbenc.so.0: cannot open shared object file: No such file or directory


sudo apt-get -f remove mpv
Reading package lists... Done
Building dependency tree      
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
p11-kit-modules : Depends: libp11-kit0 (= 0.20.2-2ubuntu2) but 0.20.7-1 is to be installed
python-ldb : Depends: libldb1 (= 1:1.1.16-1) but 2:1.1.17-2 is to be installed
python-ntdb : Depends: libntdb1 (= 1.0-2ubuntu1) but 1.0-5 is to be installed
python-samba : Depends: samba-libs (= 2:4.1.6+dfsg-1ubuntu2.14.04.9) but 2:4.1.17+dfsg-2 is to be installed
samba-common-bin : Depends: samba-libs (= 2:4.1.6+dfsg-1ubuntu2.14.04.9) but 2:4.1.17+dfsg-2 is to be installed
samba-libs : Depends: libgnutls-deb0-28 (>= 3.3.0) but it is not installable
smbclient : Depends: samba-libs (= 2:4.1.6+dfsg-1ubuntu2.14.04.9) but 2:4.1.17+dfsg-2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Any idea how to remove this and install the 0.14?



fritz post at 2016-1-6 07:14:24

@lex
Well tryed to "simulate" this on my lubuntu 14.04, but remove works:
http://pastebin.com/FN9MNrA8

Have you tried to use:
sudo apt-get -f install with no packages?

@lex post at 2016-1-6 07:40:51

fritz replied at 2016-1-5 20:14
@lex
Well tryed to "simulate" this on my lubuntu 14.04, but remove works:
http://pastebin.com/FN9MNr ...

Fritz,
Ok, i admit, that was a noobie thing, that worked.

Next move:

sudo dpkg -i mpv_0.14.0_armhf.deb
Selecting previously unselected package mpv.
(Reading database ... 103969 files and directories currently installed.)
Preparing to unpack mpv_0.14.0_armhf.deb ...
Unpacking mpv (1:0.14.0) ...
dpkg: dependency problems prevent configuration of mpv:
mpv depends on libsmbclient (>= 2:4.0.3+dfsg1); however:
Package libsmbclient:armhf is not installed.

dpkg: error processing package mpv (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Errors were encountered while processing:
mpv


@lex post at 2016-1-6 07:44:48

@lex replied at 2016-1-5 20:40
Fritz,
Ok, i admit, that was a noobie thing, that worked.



sudo apt-get install libsmbclient
Reading package lists... Done
Building dependency tree      
Reading state information... 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:
libsmbclient : Depends: samba-libs (= 2:4.1.6+dfsg-1ubuntu2.14.04.11) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

@lex post at 2016-1-6 07:58:34

Fritz, is there any specific kernel config or parameter i should pass to kernel? Maybe i should start over with the distro you downloaded, could you please give the link?

fritz post at 2016-1-6 08:30:46

You have broken packages, try to fix it first:
try:
sudo dpkg --configure -a
sudo apt-get -f install

@lex post at 2016-1-7 01:49:16

Fritz,
I got rid of the broken packages, installed your mpv 0.14, but still same purple screen with artifacts being displayed.
Next thing to believe is "permission issues", double checked.
I have compiled the kernel with eabihf, perhaps this breaks cedarx, or the sync screen message issue i receive from time to time could be the culprit, who knows.

Anyway, can you share your SD card image on your g. folder so i could have a look?

mpv --version
mpv 0.14.0-git-e1993d5 (C) 2000-2015 mpv/MPlayer/mplayer2 projects
built on Sun Dec 27 01:55:55 CET 2015
ffmpeg library versions:
   libavutil       54.31.100
   libavcodec      56.60.100
   libavformat   56.40.101
   libswscale      3.1.101
   libavfilter   5.40.101
   libswresample   1.2.101
ffmpeg version: n2.8.4


mpv --vo=vdpau --hwdec=vdpau --hwdec-codecs=all sintel_trailer-1080p.mp4
Playing: sintel_trailer-1080p.mp4
(+) Video --vid=1 (*) (h264)
(+) Audio --aid=1 --alang=und (*) (aac)
File tags:
Artist: Durian Open Movie Team
Title: Sintel Trailer
VE version 0x1680 opened.
AO: 48000Hz stereo 2ch float
Using hardware decoding (vdpau).
VO: 1920x1080 vdpau
Presentation time not supported
AV: 00:00:18 / 00:00:52 (35%) A-V:0.000
No key binding found for key 'PRINT'.
AV: 00:00:21 / 00:00:52 (41%) A-V:0.000
No key binding found for key 'PRINT'.
AV: 00:00:52 / 00:00:52 (99%) A-V:0.000


Exiting... (End of file)
page: 1 2 3 4 5 [6] 7 8
View full version: VPU CedarX drivers for Allwinner H3