We are able to inject id3 tags to live stream, able to retrieve them by wowza player through html page[Player UI]. we would like to know there are any possible ways which we can extract id3 tags without using player UI
You can listen for metadata events through the Wowza Player JavaScript API @chandrakala busireddy. I hope this doc helps you:
Please also refer to this workflow @chandrakala busireddy
https://www.wowza.com/docs/wowza-player-javascript-api-overview#onMetadata
How to extract id3 tags without using player
We are able to inject id3 tags to live stream, able to retrieve them by wowza player through html page[Player UI]. we would like to know there are any possible ways which we can extract id3 tags without using player UI but in above you had mention that with html wowza player but our requirement is we needs to get render id3 tags from video in c++ level
Hello
do you have any solution