I am getting an error of bitsream problem. I am already skipping reading of id3tag by 512 bytes, but still I am not able to play all songs while some songs are getting played
define MP3_SKIP_SIZE 512
fseek(playerDetails->mp3Fp,MP3_SKIP_SIZE,SEEK_SET);
Size of ID3 tags is variable, it is not neccessarily 512 bytes.
You can use id3lib to find out size of ID3 tags: