@ostende you do not need to use the ffmpeg-fix-hls.patch for ffmpeg. That already exists on oe-alliance-core: https://github.com/o...a/ffmpeg/ffmpeg
Re: serviceapp - gstplayer and exteplayer3 #361
Re: serviceapp - gstplayer and exteplayer3 #362
Re: serviceapp - gstplayer and exteplayer3 #363
Re: serviceapp - gstplayer and exteplayer3 #364
Re: serviceapp - gstplayer and exteplayer3 #365
Re: serviceapp - gstplayer and exteplayer3 #366
Re: serviceapp - gstplayer and exteplayer3 #367
Re: serviceapp - gstplayer and exteplayer3 #368
Posted 19 November 2016 - 16:41
Here's some patches for the sink: https://github.com/o...in-dvbmediasink
Re: serviceapp - gstplayer and exteplayer3 #369
Posted 24 November 2016 - 14:21
Hi mx3L, Taapat or samsamsam,
In ffmpeg 3.2 they've dropped support for the libfaac encoder.
I'm not getting any sound anymore on my DM800Se when playing this stream
#SERVICE 4097:0:0:0:0:0:0:0:0:0:http%3a//ooyalahd2-f.akamaihd.net/i/globalradio01_delivery@156521/master.m3u8:Capital TV #DESCRIPTION Capital TV
According to VLC it has AAC Audio (mp4a).
Could it be that ffmpeg was decoding the audio using the libfaac decoder before?
And now that the libfaac encoder is removed, the decoding path is broken now or something?
Or should the DM800Se decode AAC audio in hardware?
Thanks in advance.
Re: serviceapp - gstplayer and exteplayer3 #370
Posted 24 November 2016 - 14:40
Re: serviceapp - gstplayer and exteplayer3 #371
Re: serviceapp - gstplayer and exteplayer3 #372
Posted 27 November 2016 - 19:15
Sometimes plugin cause problems
19:11:35.0007 Traceback (most recent call last): 19:11:35.0008 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 68, in action 19:11:35.0012 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 48, in action 19:11:35.0015 File "/usr/lib/enigma2/python/Components/ConfigList.py", line 247, in keyRight 19:11:35.0018 File "/usr/lib/enigma2/python/Components/ConfigList.py", line 44, in handleKey 19:11:35.0021 File "/usr/lib/enigma2/python/Components/config.py", line 430, in handleKey 19:11:35.0025 File "/usr/lib/enigma2/python/Components/config.py", line 61, in setValue 19:11:35.0028 File "/usr/lib/enigma2/python/Components/config.py", line 112, in changed 19:11:35.0032 File "/usr/lib/enigma2/python/Plugins/SystemPlugins/ServiceApp/plugin.py", line 154, in <lambda> 19:11:35.0037 configServiceApp.servicemp3.replace.addNotifier(lambda x: self.buildConfigList(), initial_call=False) 19:11:35.0039 File "/usr/lib/enigma2/python/Plugins/SystemPlugins/ServiceApp/plugin.py", line 207, in buildConfigList 19:11:35.0045 self["config"].list = configList 19:11:35.0048 KeyError: 'config'
It happens when You change confi left right on ConfigBoolean entries.
Re: serviceapp - gstplayer and exteplayer3 #373
Re: serviceapp - gstplayer and exteplayer3 #374
Re: serviceapp - gstplayer and exteplayer3 #375
Posted 9 December 2016 - 20:05
Re: serviceapp - gstplayer and exteplayer3 #376
Posted 18 December 2016 - 19:12
[getVariantsFromMasterUrl] - (SSL) Error in certificate verification: self signed certificate in certificate chain
Attached Files
BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod
Re: serviceapp - gstplayer and exteplayer3 #377
Posted 18 December 2016 - 22:51
I read about inserting a new gstreamer....Where serviceapp needs to make Dreambox 800 HD SE...What telnet commands are used installation of the new gstreamer and ffmpeg...
I've tried everything under the tutorial https://forums.openp...rviceapp....But we are not succeeding..Give me just a clarification that i did a test...
Re: serviceapp - gstplayer and exteplayer3 #378
Re: serviceapp - gstplayer and exteplayer3 #379
Re: serviceapp - gstplayer and exteplayer3 #380
Posted 26 December 2016 - 16:38
https://wiki.openpli.org/iptvplayer
Telnet command:
If you get something like "command not recognised" - it isn't installed. In that case start from step 1.
1) Install ffmpeg into Enigma2 image you are using
If an image does not have ffmepg installed by default, before installing the IPTV Player itself, one must install ffmpeg for your platform.
SH4 (STBs with STi 7111/7162 processors, i.e. Alien1/2 etc.)
wget http://iptvplayer.pl...eg_2.7.1.tar.gz
tar -C / -xvf openatv5_sh4_ffmpeg_2.7.1.tar.gz
rm openatv5_sh4_ffmpeg_2.7.1.tar.gz
sync
reboot
Older MIPSEL OE 1.6 images (DBs and clones, ET series, GigaBlue series etc.)
(Thanx to Kedarz!)
cd /tmp
tar -xzf ffmpeg2.8.3_old_mipsel_fpu.tar.gz -C /
rm ffmpeg2.8.3_old_mipsel_fpu.tar.gz
sync
reboot
Newer MIPSEL OE 2.0 images
cd /tmp
tar -xzf ffmpeg2.8.5_mipsel_fpu.tar.gz -C /
rm ffmpeg2.8.5_mipsel_fpu.tar.gz
sync
reboot
Open SSL 1.02 modification
Open SSL used in Enigma2 was upgraded lately to v. 1.02, so this version of ffmpeg reflects it
cd /tmp
tar -xzf ffmpeg2.8.5_mipsel_fpu_openssl1.0.2.tar .gz -C /
rm ffmpeg2.8.5_mipsel_fpu_openssl1.0.2.tar .gz
sync
reboot
or ffmpeg v. 3
cd /tmp
tar -xzf ffmpeg3.0_mipsel_fpu.tar.gz -C /
rm ffmpeg3.0_mipsel_fpu.tar.gz
sync
reboot
or
cd /tmp
tar -xzf ffmpeg3.0_mipsel_softfpu.tar.gz -C /
rm ffmpeg3.0_mipsel_softfpu.tar.gz
sync
reboot
FFMPEG libs for ARMV7 (VU Solo4K)
cd /tmp
tar -xzf ffmpeg3.0.1_armv7_fpu_openssl1.0.2.tar.gz -C /
rm ffmpeg3.0.1_armv7_fpu_openssl1.0.2.tar.gz
sync
reboot
1a) Telnet command again, to check if the ffmpeg installation went well
ffmpeg --version
If you get the version of ffmpeg listed....
Edited by gorski, 26 December 2016 - 16:40.
Also tagged with one or more of these keywords: gstreamer, ffmpeg
DVB subtitles support in eServiceMP3/GStreamerStarted by DimitarCC, 17 Oct 2024 DVB, Subtitles, GStreamer |
|
|||
Is het denkbaar om GStreamer te vervangen door VLC in toekomstige release?Started by Niceguy, 13 Jan 2022 GStreamer, VLC |
|
|||
Openpli 8.0 ffmpeg problemStarted by tigrousad, 2 Mar 2021 serviceapp, ffmpeg, exteplayer3 and 2 more... |
|
|||
DTS geluid probleem op Pli 6.0 Mutant, Werkt op Pli 4.0 VuDuoStarted by Niceguy, 9 Jan 2018 Gstreamer, Audio DTS |
|
|||
ISo en VOB afspelen in OpenPli 6.1Started by dutcharnie, 8 Jan 2018 ISO, DVD, Gstreamer |
|
3 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users
-
Bing (1)