how do I stream content from my webpage/server?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RESome
    New Member
    • Apr 2007
    • 1

    how do I stream content from my webpage/server?

    I have uploaded a few music files to my server and have implented the following code.

    Code:
    <object data="http://www.higherorder.co.uk/radio/red.m3u" type="application/x-mplayer2" width="320" height="43">
    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.
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    your question is not an HTML or CSS question. I think you have to use a server that is setup to stream content using a streaming content protocol like RTSP (instead of HTTP which serves up webpages). Ask your current host if they support streaming content.

    Comment

    • sandyw
      New Member
      • Mar 2007
      • 122

      #3
      Originally posted by KevinADC
      your question is not an HTML or CSS question. I think you have to use a server that is setup to stream content using a streaming content protocol like RTSP (instead of HTTP which serves up webpages). Ask your current host if they support streaming content.

      or if you know Flash you can do it that way.
      sandyw

      Comment

      Working...