I have a .m4b file (audiobook). I need to get chapters list and images for chapters from this file. I've read about m4b - it should be similar to mpeg4.
I tried to use MediaInfoLib, but coundn't get it running on the simulator nor the device.
So the question is - how to get chapter names from m4b file and how to get chapter imaes from .m4b file with iphone sdk or using another static library?