Jump to content


Photo

Extended Event Descriptor


  • Please log in to reply
3 replies to this topic

#1 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 20 January 2012 - 10:50

The extended event descriptor is not read correctly in event.cpp
It works most of the time, however the dvb spec allows for the extended event descriptor to be segmented into multiple extended event descriptors, which is not handled here.
enigma2 is storing all extended event descriptors it finds but only using 1 of them.

Re: Extended Event Descriptor #2 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 20 January 2012 - 10:54

a single extended event descriptor can contain more data than fits on the screen, so perhaps the person that implemented this decided it would not make sense to parse more than one descriptor ;)

But you are right, if this is indeed what happens, it's not correct, strictly speaking.

Re: Extended Event Descriptor #3 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 20 January 2012 - 10:56

a single extended event descriptor can contain more data than fits on the screen, so perhaps the person that implemented this decided it would not make sense to parse more than one descriptor ;)

But you are right, if this is indeed what happens, it's not correct, strictly speaking.

For the people who need to merge the short and extended descriptions, I think this should be checked because it may be the rest of their description is in another extended descriptor.

Re: Extended Event Descriptor #4 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 20 January 2012 - 11:11


a single extended event descriptor can contain more data than fits on the screen, so perhaps the person that implemented this decided it would not make sense to parse more than one descriptor ;)

But you are right, if this is indeed what happens, it's not correct, strictly speaking.

For the people who need to merge the short and extended descriptions, I think this should be checked because it may be the rest of their description is in another extended descriptor.

Sorry, spoke too soon. I didnt notice the += on the event description, so the only bug would be if the the descriptors came in out of order which I am not sure that they can.


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users