So what should I write in my HTML?
code:
<script type="text/javascript">
function GetAgentToken() {
return 'xxxxxxxxxxxxxxxxxxxx'.replace(/x/g, function (c) { return ((Math.random() * 16) | 0).toString(16) });
}
document.getElementById('source1').innerHTML = /stream?type=http&nocache=(16)
</script>
<audio controls preload="none">
<source src="source1" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
?????