/
Base64 Encoded Data
Base64 Encoded Data
Some data from the apps need to be encoded in base64 first, then sent to Kafka. Currently, this is being used for the audio input in the active RMT app.
The data sent will look like this (ellipsis added for brevity):
Audio Base64
data:audio/mpeg;base64,AAAAGGZ0eXBtcDQyAAAAAGlzb21tcDQyAAEU/G1kYXQBQCKAo3twhS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS.....
Decoding base64 encoded data
There are various ways to decoded this data, but one easy way to manually decode individual data would be to use this online decoder: https://opinionatedgeek.com/Codecs/Base64Decoder, then paste the encoded data without the data type information:
Audio Base64
AAAAGGZ0eXBtcDQyAAAAAGlzb21tcDQyAAEU/G1kYXQBQCKAo3twhS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS.....
Click Decode, rename the file name next to 'Click here to download decoded file as' to 'your-file-name.m4a', then download the file.
, multiple selections available,
Related content
Integrating new Apps and Devices into RADAR-base platform
Integrating new Apps and Devices into RADAR-base platform
More like this
User Interface
User Interface
Read with this
Firebase Remote Configuration
Firebase Remote Configuration
More like this
Passive App Plugin Development Case Study
Passive App Plugin Development Case Study
Read with this
Protocol & Schedule
Protocol & Schedule
More like this
User guide for FitBit user registration portal
User guide for FitBit user registration portal
Read with this