Jump to content


betacentauri

Member Since 3 Dec 2011
Offline Last Active 05 Feb 2024 17:22
*****

#430879 BackupSuite

Posted by betacentauri on 25 June 2014 - 20:54

Thanks Pedro_newbie! Nice that you added my tool!




#427572 ET8000 No audio Press TV HD Hot Bird

Posted by betacentauri on 7 June 2014 - 13:30

Mediainfo audio details PRESS TV:

Audio
ID                                       : 1151 (0x47F)
Menu ID                                  : 7915 (0x1EEB)
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : HE-AACv2@L2 / HE-AAC@L2 / LC@L2
Muxing mode                              : LATM
Codec ID                                 : 17
Duration                                 : 27s 989ms
Maximum bit rate                         : 33.2 Kbps
Compression mode                         : Lossy
Delay relative to video                  : -928ms
Language                                 : English
Language, more info                      : Clean effects

Mediainfo audio details IRIB QURAN:

Audio
ID                                       : 1081 (0x439)
Menu ID                                  : 7908 (0x1EE4)
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : HE-AAC / LC
Muxing mode                              : LATM
Codec ID                                 : 17
Duration                                 : 40s 448ms
Bit rate mode                            : Variable / Variable
Minimum bit rate                         : 57.4 Kbps / 53.6 Kbps
Maximum bit rate                         : 61.5 Kbps / 86.6 Kbps
Channel(s)                               : 1 channel
Channel positions                        : Front: C
Sampling rate                            : 48.0 KHz / 24.0 KHz
Compression mode                         : Lossy
Delay relative to video                  : -2s 231ms

 

It seems that our boxes don't support HE-AACv2@L2 / HE-AAC@L2 / LC@L2 codec.

See also here: http://en.wikipedia....Coding#Versions




#424188 Image and UBIFS query

Posted by betacentauri on 20 May 2014 - 19:47

http://openpli.org/f...ndpost&p=205741

A little warning. It's not so easy to set up a build environment. You need a Linux system and little Linux knowledge and several hours time.


#424163 Image and UBIFS query

Posted by betacentauri on 20 May 2014 - 17:17

After mkfs.ubifs you have to call ubinize. E.g:

ubinize -o root.ubifs -m 2048 -p 128KiB ubinize.cfg

 

And content of ubinize.cfg is:

[ubifs]
mode=ubi
image=<path>/root.ubifs
vol_id=0
vol_type=dynamic
vol_name=rootfs
vol_flags=autoresize




#419596 HDD on during zapping

Posted by betacentauri on 26 April 2014 - 08:49

Does your skin show harddisk temperature?

Some harddisks cannot provide temperature in standby mode. So they spin up when the request arrives.




#412350 OFG

Posted by betacentauri on 17 March 2014 - 19:52

New version is attached.

Git repository has moved to here: https://github.com/o...liance/ofgwrite

Attached Files




#411422 [ET 9000] and udev didn't start automatically !

Posted by betacentauri on 12 March 2014 - 19:28

Hi biki3,

 

start udev later. That seems to work (but I didn't test with OpenPli image).

So try

mv /etc/scS.d/S04udev /etc/scS.d/S56udev



#404499 Unable to compile gst-1.0 branch

Posted by betacentauri on 7 February 2014 - 21:06

A branch with the changes would be nice. Searching a thread for patches is not a good idea...

Perhaps you can use Github and everybody can take part...

 

(I most likely not, because I have very little time at the moment...)
 




#402981 Unable to compile gst-1.0 branch

Posted by betacentauri on 30 January 2014 - 23:04

Change this line in configure.ac (http://sourceforge.n...ee/configure.ac)
 

PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.10 gstreamer-pbutils-0.10)



#400509 HE-AAC audio PID caching in lamedb

Posted by betacentauri on 19 January 2014 - 15:45

1. Yes, should work. But you can unzip in telnet quite easy. Only type "unzip enigma2.zip"
2. Yes, remove the one you want to test. I don't know whether this is really needed, but you had special entries for the BBC channels... Only a precaution to see that it really works.
3. Yes. It's only for testing that entry with type 10 is there.
If it works, I'll post a patch so that it can be included in enigma2. But it's then only included in Openpli4. So you should think about an fresh install of openpli4.


#400455 HE-AAC audio PID caching in lamedb

Posted by betacentauri on 19 January 2014 - 13:16

I can also compile it for Openpli 3, but on my Openpli3 image it didn't work (it's 1-2 months old and not the latest version). But it could work for you. I can post it this evening.

I also couldn't test, because I too don't know a FTA channel with HE-AAC. I hope somebody know one on Astra 19,2.


#400362 HE-AAC audio PID caching in lamedb

Posted by betacentauri on 19 January 2014 - 09:02

Hi Robinson,

 

please test this e2 binary (it's for OpenPli4!).

1. Copy file to the box (somewhere e.g. /hdd)

2. Unzip file (unzip enigma2.zip)

3. Set execute rights (chmod 755 enigma2)

4. Stop E2 (init 4)

5. Remove lamedb entry from a channel with HE-AAC

5. Start new E2 (/hdd/enigma2)

6. Zap to the channel

7. Zap to another channel

8. Choose restart GUI in menu. This stops E2.

9. Check lamedb. HE-AAC pid should have type 10.

Does it work?

 

10. Start E2 (init 3)

Attached Files




#399574 HE-AAC audio PID caching in lamedb

Posted by betacentauri on 15 January 2014 - 21:18

Only 2 little comments:
It's much more work than adding these 2 lines.
And I would like to help, but I have no time. Perhaps in a few weeks/months...


#391033 Teletext improvements

Posted by betacentauri on 7 December 2013 - 22:38

the subtitle rendering is probably missing a

m_dc->islocked()

check.
Each painter / dc operation is checking the lock, it seems.
That's how the issue should have been fixed I think.

 

Hi pieterg,

 

I have debugged it and found the error:

In lib/gdi/grc.cpp in procedure blitScale I have added a eDebug which shows that m_dc->islocked() is always 0. Then I tried to find out which islocked method is called. It's not the gFBDC::islocked! It's the virtual islocked method in gDC (grc.h).

Ok, then I thought, the variable m_dc must be of type gDC, otherwise it should be called gFBDC::islocked. But at runtime typeid(m_dc).name() says "5gFBDC". So it's type is gFBDC. Why is then the virtual method called?

 

I found the answer. It's because the islocked method in gFBDC has a const qualifier:

int islocked() const {....};

After removing const it works. A little bit strange.

 

Here is a patch.

I guess with it Littlesat can revert his tuxtxt subtitle workaround (I have tested with the subtitles and it works without the patch)

Attached Files




#389025 bug report: mediaplayer playlist issue for flac

Posted by betacentauri on 25 November 2013 - 13:15

@pieterg: I think you didn't commit that workaround.

  But I see here (without the workaround) a similar behaviour and also for mp3s...