If anyone feels a little generous in there time
The endgame is to stream form a home server media (sound mainly) to devices that will only require clicking a button to play
I have to be so close...
I have this so far http://192.168.0.20:8000/
connects and plays
but not on IPADS
so i did this
http://radio.wlg.co.nz/sound/
the jplayer
but no success
also tried
http://radio.wlg.co.nz
The jplayer seems to be the best bet at http://radio.wlg.co.nz/sound/
and I have tried a 100 ! diffrent configs to try and get it to play
the crux of it apparently is this section below
Any suggestions or if any of the code looks wrong ...thanks
<link type="text/css" href="/skin/jplayer.blue.monday.css" rel="stylesheet" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/js/jquery.jplayer.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#jquery_jplayer_1").jPlayer({
ready: function (event) {
$(this).jPlayer("setMedia", {
title: "Radio WLG",
mp3:"http://101.98.206.223:8000;stream/1"
}).jPlayer("play");
},
swfPath: "/js",
supplied: "mp3",
wmode: "opaque"
});
});
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>My Radio | Home</title>
<style type="text/css">
