I have a radio station HTTP site http://italo-disco.net/
Recently I used Cloudflare to convert domain to HTTPS. My audio stream comes from here: http://65.21.202.84:8356/stream?type=http&nocache=5
That link is included in my page and web player plays it.
Since yesterday Chrome doesn’t make a sound when I click play button on web player, but Firefox still works fine. I disabled Universal SSL now in Cloudflare settings so that Chrome can play it too. Any idea what to do to in order for Chrome to play radio audio stream?
Tnx!
Most (if not all) browsers have for at least the past decade blocked content, such as e.g. your audio stream that is over insecure http://
links, when the actual loading of content happens from a secured (https:///
) site.
It definitely sounds like this is the issue you are seeing.
→ Mixed content - Web security | MDN
→ https://www.cloudflare.com/learning/ssl/what-is-mixed-content/
The solution would be to also secure the audio stream (and any other content you load), by migrating that to https://
too.
1 Like
But it was working well with http audio stream untill two days ago. Hm, ok. Thank you!
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.