Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Send the metadata of an audio stream
This guide explains how to transmit metadata for the radio stream sent from your Streaming radio encoder.
Use the Available URL
Simply perform a GET request on a URL of the following type:
https://[stream]:[password]@api.infomaniak.com/1/radios/stats/metadata?data=artist - title
The complete URL is available in the administration interface:
- Log in to the Infomaniak Manager (manager.infomaniak.com) from a web browser like Brave or Edge.
- Click on the icon in the top right corner of the interface (or navigate using the left sidebar menu, for example).
- Select Streaming radio (in the Streaming section).
- Click on the name of the relevant item in the displayed table.
- Click on the name of the relevant radio station.
- Click on Settings in the left sidebar menu.
Click the button to copy the metadata link.
Learn More
For developers coding a player, there are libraries that can fetch the transmitted info and display it, as the data is transmitted within the stream data. Another option is to retrieve the info directly from the server itself.
Link to this FAQ: