We are looking for a project that can decode DVB PSI sections. We have had a look into libdvbpsi but it only seems to handle the raw transport packets. In our application the data we are being sent has all the transport information already removed and the section assembled. Our code base is also C++, so if there is a C++ project, then this would be more beneficial but we are not against using a C one.
Is there a way of getting libdvbpsi to work just with sections? or Is there any other project out there that do this?
Thanks.