I use this code for our website to play our radiostation:
When I click on the pause button and then start it again, I want it to start from where it is in the stream, not where I was listening before. It is like a cache kicks in there. I also don't like that it is possible to download the file.
I have also tried the web player widget with this code:
This does not use the https url in the script, so that does not work either. And also, it plays two different things at the same time? I want it to buffer first then start the live steam. Also, I get this message:
Thank you for help!
Code:
<audio preload="auto" controls="controls">
<source src="https://uk5.internet-radio.com/proxy/radiovattervag?mp=/stream" type="audio/mp3" /></audio>
When I click on the pause button and then start it again, I want it to start from where it is in the stream, not where I was listening before. It is like a cache kicks in there. I also don't like that it is possible to download the file.
I have also tried the web player widget with this code:
Code:
<div class="cc_player" data-username="radiovattervag">Loading ...</div>
Before the </body> tag:<script language="javascript" type="text/javascript" src="https://control.internet-radio.com:2199/system/player.js"></script>
This does not use the https url in the script, so that does not work either. And also, it plays two different things at the same time? I want it to buffer first then start the live steam. Also, I get this message:
Code:
Error: Media URL could not be loaded. Check media URL is valid. (e_url context http://uk5.internet-radio.com:8199/stream) N
Thank you for help!
Last edited: