Using Host.processMetadata() to get ID3 tags in the video stream. It says that this comes as a Uint8Array but I can't figure out how to decode this properly. I am using:
new TextDecoder("utf-8").decode(data);
However that is not decoding the data properly. How do I get the data?
Reference: https://developers.google.com/cast/docs/reference/player/cast.player.api.Host#processMetadata