Your SHOUTcast / Icecast source URL is crucial for connecting your streaming content to various players and platforms. Here’s how to find and understand your SHOUTcast source URL using CentovaCast.
Finding Your SHOUTcast / Icecast Source URL in CentovaCast
1. Log into Your CentovaCast Control Panel: Access your CentovaCast control panel using your login credentials.
2. Navigate to "Quick Links": Once logged in, look for the "Quick Links" section in your control panel. This section typically provides all the essential links related to your server.
3. Identify Your Source URL: In the "Quick Links" section, locate the URL for your stream. If you are using an HTTPS proxy, your URL will look like this:
https://listen.streamaudio.co/proxy/username/stream
For example:
https://listen.streamaudio.co/proxy/demo123/stream
Understanding HTTP and HTTPS
HTTP:
- The standard protocol used by web browsers to communicate with servers.
- The URL typically starts with
http://. - Example:
http://listen.streamaudio.co:8000/stream - Data transferred using HTTP is not encrypted, which means it could potentially be intercepted by malicious actors.
HTTPS:
- An extension of HTTP that includes security measures.
- The URL starts with
https://. - Example:
https://listen.streamaudio.co/proxy/demo123/stream - Data transferred using HTTPS is encrypted, providing a secure communication channel between the browser and the server.
- HTTPS helps protect the integrity and confidentiality of data between the user's computer and the site.
Knowing your SHOUTcast / Icecast source URL in CentovaCast is essential for broadcasting your stream effectively. Whether using HTTP or HTTPS, ensure you select the right protocol for your needs. For enhanced security, HTTPS is recommended as it encrypts the data transferred between your server and your listeners.