I have uploaded a few music files to my server and have implented the following code.
when you navigate to page with the code it plays from the begining. Is it possible to have the code or whatever playing live on a server so that when people visit my site the content streams live?
the end result i'm after is to be able to stream live. if it means moving from html i'm relatively happy to do so.
Code:
<object data="http://www.higherorder.co.uk/radio/red.m3u" type="application/x-mplayer2" width="320" height="43">
the end result i'm after is to be able to stream live. if it means moving from html i'm relatively happy to do so.
Comment