Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 67497

How can I play a online radio in html

$
0
0

The given URL for the radio is https://karthigaifm.radioca.st/streams/64kbps

I tried with this code, but it is not working.

<audio preload="none" autoplay="autoplay" controls="controls">
       <source
           src="https://karthigaifm.radioca.st/streams/64kbps;"
       />
</audio>

Viewing all articles
Browse latest Browse all 67497

Trending Articles