Discussion:
Need c sample code to parse ID3 PRIV tag
sunil
2013-11-26 17:14:57 UTC
Permalink
Hi all,

This is Sunil. I am adding ID3 support for private streams in my HLS
client. So I need a sample parsing C code for ID3 PRIV tag. If anybody has
this parsing support in ffmpeg code, it will be very good and please share
me the code.

Looking for below things
1) Sample C program to parse ID3 PRIV tag.
2) Code changes in ffmpeg code for ID3 PRIV tag support.


Warm Regards,

Sunil Deshpande
Bangalore
Dan O'Neill
2013-11-27 06:54:41 UTC
Permalink
Please take a look at the Implementations page at
http://id3.org/Implementations and specifically id3v2lib at
https://github.com/larsbs/id3v2lib and id3lib at
http://id3lib.sourceforge.net/

You can download the code and figure out how to add what you need.

Dan
sunil
2013-11-27 07:02:19 UTC
Permalink
Yes Dan,

I am using the one of the ID3 library from that list already, but for PRIV
support is not added, I am trying to add and get it done.


-Sunil

Warm Regards,

Sunil Deshpande
Bangalore
Post by Dan O'Neill
Please take a look at the Implementations page at
http://id3.org/Implementations and specifically id3v2lib at
https://github.com/larsbs/id3v2lib and id3lib at
http://id3lib.sourceforge.net/
You can download the code and figure out how to add what you need.
Dan
_______________________________________________
ID3v2 mailing list
http://lists.id3.org/mailman/listinfo/id3v2
Loading...