Can't seems to add a radiostream

I’ve embedded ( that’s what i think) into the basic template. The stream must run constantly. However , something doesn’t do the magic trick. This code i’'d embedded.
Is there something wrong?

			<h3>Web audio player</h3>

	<div class="block">
		<div class="content" style="text-align: center; margin: 0 auto 0 auto">

			<div class="cc_player" data-username="hvpkdtuk" data-charset="" data-skin="blue.monday.startpage">Loading ...</div>

		</div>
	</div>
	<script language="javascript" type="text/javascript" src="/system/player.js"></script>

On Windows Player, it worked for me:

<div id="player" style="display:none">
    <audio src="http://37.187.59.149:8019/stream" controls autoplay loop>
    <p>Your browser does not support the audio element.</p>
    </audio>
</div>

I don’t understand, do i need to paste that code instead?

You should understand some concepts of HTML 5

Jonathan, unfortunately I don’t have that, hence the request for help. What can I do to implement this directly in the xibo player without switching the player on or off?
I don’t mean that offensive but just don’t know, and HTML, not my thing.

Ok. Give me the ip (or web address) of the radio stream and I will do it for you.

Hey Jonathan. I just got a notice from a reaction.
Frist thanks, the adress is : http://66.70.187.44:9081/stream

Code if you don’t want to see any element:
2p

Code if you want to see player and controls:
1p

hey Jonathan,

I’ve tested it and it works as a charm, thxs very much.
My apologise for this late reaction.

1 Like

I’m happy to help!
.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.