I now just erased all from my current openplgst-1.0 . Will do build from scratch with gst-head. master.
Then there will be now remainings from older gst packages.
Posted 28 April 2015 - 08:30
I've tested the ET8k on ViX & XTA (all based on OE-A 3.0, so all GST 1.4 images) and the box is fine (including HbbTV (the official Xtrend HbbTV plugin)).
What does not work is the OpenOperaBrowser. But as that is (possibly even illegal) derived from other packages and only required for boxes that have no official HbbTV support from the manufacturer, I don't think that should be a show stopper.
PS: I don't use any streaming plugins, so I can't comment on that area.
Edited by Rob van der Does, 28 April 2015 - 08:31.
Posted 28 April 2015 - 08:46
@athoik
What do You preffer Like to know it before i start build from scratch
this
inherit gitpkgv PV = "1.4.5+git${SRCPV}" PKGV = "1.4.5+git${GITPKGV}"or
inherit gitpkgv PV = "git${SRCPV}" PKGV = "git${GITPKGV}"
I prefer version+git (eg when 1.4.6 version released you can switch using opkg upgrade).
Posted 28 April 2015 - 08:51
@athoik
What do You preffer Like to know it before i start build from scratch
this
inherit gitpkgv PV = "1.4.5+git${SRCPV}" PKGV = "1.4.5+git${GITPKGV}"or
inherit gitpkgv PV = "git${SRCPV}" PKGV = "git${GITPKGV}"
I prefer version+git (eg when 1.4.6 version released you can switch using opkg upgrade).
Yes I though so.
Posted 28 April 2015 - 09:58
oeps my build is now started with
inherit gitpkgv
PV = "git${SRCPV}"
PKGV = "git${GITPKGV}"
I misreaded the version + git. shit to late build is already half away.
But after all , If you update (now I have autorev) but once decided we will have a fix srcrev I gues. Which one we don't yet.
When this is changed the pkgv changes also , then update should also happen NOT ?
Posted 28 April 2015 - 11:07
Here I now did my build from scratch for dm8000.
Build ok as from first time . Total time off build (my personalised image where feeds are included) 01 Hr 03 min. That's ok.
Flashed box
tested all media ok
only HLS not tested on dream.
Here the patch against the current gst-1 branch.
This to build with latest git master head off gstreamer1.0
This patch is just made so can be seen what patches I did aplied.
Edited by christophecvr, 28 April 2015 - 11:09.
Posted 28 April 2015 - 11:24
As extra info Here the list which srcrev is used. (I used autorev) but picked up the build rev out off work.
gstreamer1.0 d1620f1c2edd6e4f9803f327c1d12a46e8be2bbf gstreamer1.0-plugins-bad cb56a6b32bd2f1c0afbbc4d5c29a6b4f5a62c807 gstreamer1.0-plugins-base 69f66aff9e2fbdde07daa13e9386e68912cdc0e8 gstreamer1.0-plugins-good 73c0c2920f9aca96982a4de0c20b3417aa148b81 gstreamer1.0-plugins-ugly 9a18b9e4ce6e38f40d743777f6095845f2fa6414
Posted 28 April 2015 - 13:02
vuduo2 also ok fresh build flashed.
Just one bump converning gstreamer1.0-libav during build but I adapted the concerned LIC check then build ok.
Playing all 100 % inclusif HLS.
gstreamer1.0-libav 1caf1197502cd8165b4b2f7be37e6f25eda2ccea
I set by me by gstreamer the SRCREV to those mentionned.
Posted 28 April 2015 - 14:38
That is what I had in mind.git vs tar - maybe we can use git and set SRCREV to specific commit, this way we can get basically same behaviour as with tar if we set SRCREV to commit as was tar created, right?
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 28 April 2015 - 14:41
Yes.I prefer version+git (eg when 1.4.6 version released you can switch using opkg upgrade).
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 28 April 2015 - 15:57
http://forums.openpl...ndpost&p=488823 is a good fix.
But perhaps with a more generic subject/description?
It's not just for streaming, but required for all re-negotiation situations.
Posted 28 April 2015 - 21:47
Subject: [PATCH] gstreamer1.0: smoothstreaming add RRECOMMENDS to glibc-gconv-utf-16 smoothstreaming - gstreamer plugin - typefind cannot convert input from UTF16-LE to UTF-8 when determining if we are dealing with smoothstreaming or not, you have to install glibc-gconv-utf-16 -> opkg install glibc-gconv-utf-16. http://forums.openpli.org/topic/29501-gstreamer-10/page-57#entry488808 Thanks @mx3L diff --git a/meta-openpli/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta-openpli/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index 728a6c7..8d30559 100644 --- a/meta-openpli/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta-openpli/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc @@ -3,6 +3,7 @@ require gstreamer1.0-plugins.inc LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " DEPENDS += "gstreamer1.0-plugins-base bzip2 libpng jpeg libdca" +RRECOMMENDS_${PN}-smoothstreaming = "glibc-gconv-utf-16" S = "${WORKDIR}/gst-plugins-bad-${PV}" --
Hi, using latest GStreamer (HEAD) there is not need to depend on glibc-gconv-utf-16.
Regarding MSS with UTF-16: http://cgit.freedesk...f9bcb07c5ece2c0
typefinding: detect MSS manifests without using g_convert() Embedded systems often have limited charset conversion functionality, so don't rely on g_convert() (i.e. iconv) for UTF-16 to UTF-8 conversions, we can easily enough do that ourselves by converting to native endianness and then using GLib's helper functions.It seems that they fix it after reporting the issue on IRC.
Posted 29 April 2015 - 19:09
codecparser: h265: Fix the number of tile rows/columns parsing The possible minimum value for num_tile_columns_minus1 and num_tile_rows_minus1 is zero (7.4.3.3). https://bugzilla.gnome.org/show_bug.cgi?id=748641
Posted 29 April 2015 - 20:09
# gst-launch-1.0 playbin uri=http://megahdlive1-f.akamaihd.net/i/live_1@105260/master.m3u8 Setting pipeline to PAUSED ... Pipeline is PREROLLING ... WARNING: from element /GstPlayBin:playbin0/GstPlaySink:playsink: No volume control found Additional debug info: /opt/openpli/openpligst/build/tmp/work/mips32el-oe-linux/gstreamer1.0-plugins-base/1.4.5+gitAUTOINC+5a8d1d2246-r0/git/gst/playback/gstplaysink.c(2861): gen_audio_chain (): /GstPlayBin:playbin0/GstPlaySink:playsink: Volume/mute is not available (gst-launch-1.0:1631): GStreamer-CRITICAL **: gst_mini_object_ref: assertion 'mini_object != NULL' failed (gst-launch-1.0:1631): GStreamer-CRITICAL **: gst_caps_merge: assertion 'GST_IS_CAPS (caps2)' failed (gst-launch-1.0:1631): GStreamer-CRITICAL **: gst_mini_object_ref: assertion 'mini_object != NULL' failed (gst-launch-1.0:1631): GStreamer-CRITICAL **: gst_caps_merge: assertion 'GST_IS_CAPS (caps2)' failed Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClockI ask on GStreamer IRC and it seems that this error is "dvbmediasink" specific (using fakesink there is no error).
Posted 29 April 2015 - 20:49
@athoik
I'm still on 1.4.5, and there are no issues:
root@et4x00:/var/volatile/tmp# gst-launch-1.0 playbin uri=http://megahdlive1-f.akamaihd.net/i/live_1@105260/master.m3u8 Setting pipeline to PAUSED ... Pipeline is PREROLLING ... WARNING: from element /GstPlayBin:playbin0/GstPlaySink:playsink: No volume control found Additional debug info: /home/marko/git/openpli-oe-core/build/tmp/work/mips32el-nf-oe-linux/gstreamer1.0-plugins-base/1.4.5-r1/gst-plugins-base-1.4.5/gst/playback/gstplaysink.c(2862): gen_audio_chain (): /GstPlayBin:playbin0/GstPlaySink:playsink: Volume/mute is not available Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock
DVB subtitles support in eServiceMP3/GStreamerStarted by DimitarCC, 17 Oct 2024 DVB, Subtitles, GStreamer |
|
|||
Change from openvix to openpli - lose existing hdd recordings?Started by xdoktor, 30 Dec 2023 openpli, openvix, hdd, recordings |
|
|||
Having Trouble While Installing This SoftwareStarted by CharleyDavis, 27 Jun 2023 OpenPLi |
|
|||
Faild to flash or update OPENPLIStarted by dede_one, 8 Oct 2022 openpli |
|
|||
hd+ funktioneret nichtStarted by JeppeG, 29 Sep 2022 Vu+, hd+, oscam, openpli |
|
0 members, 6 guests, 0 anonymous users