larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
130 stars 44 forks source link

Need information about ID3 parser for MPEG2-TS file #1

Closed sunildeshpande closed 10 years ago

sunildeshpande commented 10 years ago

Hi,

I found your software for ID3 extraction. This is working very good and I am able to understand some thing for that. It is a amazing work.

https://github.com/larsbs/id3v2lib I have one question for you, did you try to support ID3 parsing for MPEG2-TS streams (from HLS)? I am looking for that code base which parses the ID3 tags from the MPEG2-TS streams (from HLS). Could you please guide me ? Warm Regards,

Sunil Deshpande Bangalore

larsbs commented 10 years ago

Sorry but at the moment, this is not a planned feature. The aim of the library is be as simple as possible.

MarcusJohnson91 commented 7 years ago

I'm actually working on an MPEG2 Transport/Program Stream de/muxing library, what exactly do you need?