I guess you never watch mpeg4-vc ("divx", "xvid", etc). Which is mighty good
Re: GStreamer 1.0 #441
Posted 5 January 2015 - 19:55
* 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.
Re: GStreamer 1.0 #442
Re: GStreamer 1.0 #443
Posted 5 January 2015 - 20:11
* 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.
Re: GStreamer 1.0 #444
Posted 6 January 2015 - 19:16
Applied, thanks!It's long time ago. A user reported it and I could reproduce it with, I think, my et9200. Don't know exactly whether it was for all mp3s or only a few. I will ask the user whether problem still occurs.
I spoke with the guy. He tested again soft- and hardware decoding on et8000 and cutting of several milliseconds of audio happens in both cases.
Another dev contacted me and said that the problem is there on many boxes from different manufacturers (so most likely no drivers issue) and it's also present when you use other media files. He also said that it is depending on used playback plugin. So more likely a gstreamer/E2 issue somewhere in the code.
So I think we can remove the C++ lib. Attached is the patch. I have only tested plugin functionality and not if build works afterwards. But I checked twice. I hope I have not overlooked something...
* 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.
Re: GStreamer 1.0 #445
Posted 20 January 2015 - 23:05
gstreamer1.0 patches for openpli-oe-core:
1. patch - adds gstreamer1.4.5 recipes from https://github.com/o...mbedded/oe-core
2. patch - updates gst-plugins-package.inc from oe-core, which is now shared between both gstreamer versions + fix for gstreamer0.10
3. patch - adds all neccessary patches for gstreamer1.4.% plugins from this thread
4. patch - adds gstreamer1.0 dvbmediasink and subsink recipes created by athoik
5. patch - adds gstreamer1.0 support in enigma2 recipe
Now its possible to build enigma2 with gstreamer1.0 by setting GST_VERSION variable and correct dvbmediasink, if GST_VERSION is not set then enigma2 with gstreamer0.10 will be builded
For example to enable gstreamer1.0 for some ET models:
diff --git a/conf/machine/include/et.inc b/conf/machine/include/et.inc index b4d5c81..f563128 100644 --- a/conf/machine/include/et.inc +++ b/conf/machine/include/et.inc @@ -13,11 +13,12 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "\ KERNEL_MODULE_AUTOLOAD += "xfs" MACHINE_EXTRA_RRECOMMENDS = " \ - gst-plugin-dvbmediasink \ + gstreamer1.0-plugin-dvbmediasink \ ntfs-3g \ " DVBMEDIASINK_CONFIG = "--with-wma --with-wmv --with-pcm --with-dts --with-eac3" +GST_VERSION = "1.0" TARGET_ARCH = "mipsel" DEFAULTTUNE ?= "mips32el"
Notes:
5.patch is based on enigma2.bbappend for gstreamer1.0 created by athoik:
- ommited bsod_segsev.patch - not needed
- ca-certificates not added- shouldn't be neccessary, since ssl-strict option is turned off
- librtmp patch not added
Hopefully I didn't miss something, please check.
What do you think? Is this approach correct?
Now, we don't have to wait until vu+dvbmediasink is updated to support gstreamer1.0 version. We can enable gstreamer1.0 for all models which used gst-plugin-dvbmediasink.
Attached Files
Re: GStreamer 1.0 #446
Re: GStreamer 1.0 #447
Re: GStreamer 1.0 #448
Posted 21 January 2015 - 17:27
dm800se is using gst-plugin-dreambox-dvbmediasink and not gst-plugin-dvbmediasink so only 0.10 version.
Yes HLS is working flawlessly. Multi-bitrate HLS is not so good in my experience. It's changing qualities all the time. Better to select quality, then there are no issues.
Edited by mx3L, 21 January 2015 - 17:27.
Re: GStreamer 1.0 #449
Posted 21 January 2015 - 17:43
I will have a look in a few days. Thx.
* 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.
Re: GStreamer 1.0 #450
Re: GStreamer 1.0 #451
Posted 23 January 2015 - 00:18
Re: GStreamer 1.0 #452
Re: GStreamer 1.0 #453
Posted 24 January 2015 - 11:40
Sorry for the delay.
What I am going to do is create a branch gst-1 and apply the patches there. That gives us the opportunity to thouroughly test everything, because it also affects "normal" (pre-gst-1) code.
* 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.
Re: GStreamer 1.0 #454
Posted 24 January 2015 - 11:53
Please note that anything you change in the bsp overlays (for MACHINE_FEATUREs etc.) can only be applied locally (on your own server). It cannot be pushed to sourceforge because they're modules we attach from vendors (submodules) and the vendors need to make the changes there. I will report which patches can't be applied because of this.
Edited by Erik Slagter, 24 January 2015 - 11:53.
* 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.
Re: GStreamer 1.0 #455
Posted 24 January 2015 - 12:07
gst-1 branch pushed.
Volunteers to test? My server is quite busy with some other tasks at the moment. I may try later.
* 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.
Re: GStreamer 1.0 #456
Re: GStreamer 1.0 #457
Re: GStreamer 1.0 #458
Re: GStreamer 1.0 #459
Posted 24 January 2015 - 21:58
Is it an option to let the openpli buildserver build a set of gst1.x images for each box so more users can give feedback?
@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB
Re: GStreamer 1.0 #460
Posted 24 January 2015 - 22:28
Is it an option to let the openpli buildserver build a set of gst1.x images for each box so more users can give feedback?
+1
ET10000+ Openpli 6.1,1m schotel 4x duo-lnb op vaste opstelling.
Momolights teensy 2.0 met 50 leds op een string ,150 channels
DM8000 Openpli 6.1 Release
Also tagged with one or more of these keywords: gstreamer, 1.0, openpli
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 |
|
3 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users
-
Bing (1)