Two ways :
wheather You include the full packageconfig like it is in the openembedded ffmpeg + the extras You want,
or just do it like in commit:
https://github.com/O...d15e8960b355f2d
Posted 18 April 2016 - 14:40
Two ways :
wheather You include the full packageconfig like it is in the openembedded ffmpeg + the extras You want,
or just do it like in commit:
https://github.com/O...d15e8960b355f2d
Posted 18 April 2016 - 14:50
P'S'
+PACKAGES =+ " libavcodec53 libavformat53 libav"
Since his place in the basic recipe is:
PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util|resample)|swscale|swresample|postproc).*"
Один — стоит, Единый движется.
Posted 18 April 2016 - 14:59
Yes perhaps then it's better to set in bb append file
PACKAGECONFIG = "avdevice avfilter avcodec avformat swresample swscale postproc \ bzlib gpl lzma theora x264 mp3lame vpx\ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xv', '', d)}"
Edited by christophecvr, 18 April 2016 - 14:59.
Posted 21 April 2016 - 15:36
I just found the reason why for file media with several audio track's when :
pausing the media (by remote command pause/play button)
- selecting same track again all ok and if due to some issue audio/video/subtitles where out off sync all back in sync and ok when unpausing all ok
- selecting a lower track then the current example if track 1 or 2 is used going to 0 or 1. where out off sync all back in sync and ok when unpausing all ok
- selecting a higher track then the current immediate full freeze off enigma2 .
In this situation some how the higher audio track has not been detected as started , when trying to flush a not started track it freezes (looks to be driver issue).
I found a good solution and it work's perfect on dm8000 and vuduo2.
now we just will first set gstreamer to play select new track flush seek set new segment to all used sink's . audio/video/subsink and pause . There are no losses in image or audio fragments .
Here the patch. There was already made something for it but it was just wrongly placed and not complete.
Edited by christophecvr, 21 April 2016 - 15:37.
Posted 21 April 2016 - 21:47
linux-vuuno-3.9.6: linux-vuuno: Files/directories were installed but not shipped in any package:
/tmp/vmlinux-3.9.6Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.linux-vuuno: 1 installed and not shipped files. [installed-vs-shipped]tuxtxt-enigma2-2.0+gitAUTOINC+96a3708215: tuxtxt-enigma2: Files/directories were installed but not shipped in any package:/usr/lib/enigma2/python/Plugins/Extensions/Tuxtxt/__init__.pyc/usr/lib/enigma2/python/Plugins/Extensions/Tuxtxt/plugin.pycPlease set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.tuxtxt-enigma2: 2 installed and not shipped files. [installed-vs-shipped]enigma2-pliplugins-1.0+gitAUTOINC+7658f391d6: enigma2-plugin-extensions-ushare rdepends on ushare, but it isn't a build dependency? [build-deps]enigma2-pliplugins-1.0+gitAUTOINC+7658f391d6: enigma2-plugin-extensions-openuitzendinggemist rdepends on python-argparse, but it isn't a build dependency, missing python in DEPENDS or PACKAGECONFIG? [build-deps]enigma2-plugins-y-gitAUTOINC+cc6a1228f7: enigma2-plugin-systemplugins-blindscan rdepends on virtual/blindscan-dvbs, but it isn't a build dependency? [build-deps]enigma2-2.7+gitAUTOINC+3a68c0cb11: enigma2-plugin-extensions-cutlisteditor rdepends on aio-grab, but it isn't a build dependency, missing aio-grab in DEPENDS or PACKAGECONFIG? [build-deps]enigma2-2.7+gitAUTOINC+3a68c0cb11: enigma2-plugin-extensions-dvdburn rdepends on cdrkit, but it isn't a build dependency? [build-deps]enigma2-2.7+gitAUTOINC+3a68c0cb11: enigma2-plugin-extensions-dvdburn rdepends on dvd+rw-tools, but it isn't a build dependency? [build-deps]enigma2-2.7+gitAUTOINC+3a68c0cb11: enigma2-plugin-extensions-dvdburn rdepends on mjpegtools, but it isn't a build dependency? [build-deps]enigma2-2.7+gitAUTOINC+3a68c0cb11: enigma2-plugin-extensions-dvdburn rdepends on dvdauthor, but it isn't a build dependency? [build-deps]enigma2-2.7+gitAUTOINC+3a68c0cb11: enigma2-plugin-extensions-dvdburn rdepends on replex, but it isn't a build dependency? [build-deps]enigma2-2.7+gitAUTOINC+3a68c0cb11: enigma2-plugin-systemplugins-wirelesslan rdepends on wireless-tools, but it isn't a build dependency, missing wireless-tools in DEPENDS or PACKAGECONFIG? [build-deps]enigma2-2.7+gitAUTOINC+3a68c0cb11: enigma2-plugin-systemplugins-wirelesslan rdepends on wpa-supplicant, but it isn't a build dependency, missing wpa-supplicant in DEPENDS or PACKAGECONFIG? [build-deps]nfs-utils-1.3.3: /sbin/osd_login contained in package nfs-utils requires /bin/bash, but no providers found in RDEPENDS_nfs-utils? [file-rdeps]
I create for vuuno but does not boot.
~~THINK OUTSIDE THE BOX~~
~PLi-Turko~
~HürTeam~
Posted 22 April 2016 - 06:23
@asiBenlik:
Use glibc 2.22:
http://forums.openpl...ndpost&p=541065
Edited by peti, 22 April 2016 - 06:25.
T90 | 28.2E-23.5E-19.2E-13E-9E-4.8E-0.8W-4W
Zgemma H7S | OpenPLI develop branch
Posted 22 April 2016 - 15:32
@MiLo
Yes with master next in combination with and ubuntu pc and the ssh connection from out off nautilus browser or gftp (ssh2) connection. We just need to install the extra package :
opkg install openssh-sftp-server
Before the binary (cause that's all what is installed) needed to be in /usr/libexec map.
Now it just must be back into default location /usr/lib/openssh/ map.
I just tested by first :
opkg install openssh-sftp-server
then :
mkdir /usr/lib/openssh cd /usr/lib/openssh ln -s /usr/libexec/sftp-server
now it works again.
Posted 22 April 2016 - 17:36
the enigma2 bug solution :
Freeze by file media with multiple tracks when changing audio track during paused state solution work very good.
http://forums.openpl...ndpost&p=543881
It just send it as a pull request.
Posted 23 April 2016 - 08:18
the enigma2 bug solution :
Freeze by file media with multiple tracks when changing audio track during paused state solution work very good.
http://forums.openpl...ndpost&p=543881
It just send it as a pull request.
After discussion with mx3L, the pacth is even improved.
Here the new patch I also sended pull request to enigma2.
works exellent on dm8000 vuduo2.
Posted 23 April 2016 - 13:11
yeah same here, was about to test your enhanced patch e2-servicemp3-change-track-while-paused-2.
Now the enhanced patch is not required anymore there is a clean fresh pull request
but in the mean time You can try the very last patch
here it's the same as the fresh pull request
Posted 23 April 2016 - 18:46
@christophecvr
there is a sufficient number of large format mkv files that have problems with playing the audio track, see the torrent link to the attached file, additional information:
AC3 - work 1-2 sec
DTS - not work
LPCM - work
It uses an amplifier with a hardware decoder AC3, DTS ...., optical output and downmix off, dox dm8000hd
Edited by Alexvrs, 23 April 2016 - 18:49.
Один — стоит, Единый движется.
0 members, 1 guests, 0 anonymous users