A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: How to run live stream from your website?

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    16

    How to run live stream from your website?

    Hi..I was wondering if any of you could help me with this. I want to run .mp3 audio as a live stream from my website. I don't want it to download the .mp3 first and then run it. I just want it to play live stream in real player or any other player on my website? Do I need some kind of code to put on my webserver? Please help me in this regard.

    Thanks.

  2. #2
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    If it's a "live" Stream then it means being created and broadcast.
    Meaning you'd need to remotely serve the content from your desktop.
    It wouldn't be on your website persay it would merely be relayed from your website.

    The four big names in Live broadcast are
    windows media
    shoutcast/winamp
    flash remoting.
    real media

    In both win media and flash remoting it is possible to embed a page with streaming
    (not sure about how real handles this stuff I hate real)

    In shoutcast one needs a separate app (most popular winamp) to recieve the broadcast it won't play in browser.

  3. #3
    Junior Member
    Join Date
    Jun 2005
    Posts
    3
    frets you are wrong, it is possible to use a web based streaming audio aplication
    doesnt matter if the station is a shoutcast station, you can embed a windows media and rename the playlist to m3u
    ie: common url to stream: www.myshoutcast.doh:8000/listen.pls
    it will be www.myshoutcast.doh:8000/listen.m3u

  4. #4
    illusion luvenny's Avatar
    Join Date
    Sep 2004
    Location
    In your mind
    Posts
    303
    Quote Originally Posted by miffy18
    frets you are wrong
    Oh what a statement.
    Last edited by luvenny; 06-17-2005 at 01:43 AM.

  5. #5
    Banned indivision's Avatar
    Join Date
    Jul 2001
    Location
    Portland, OR
    Posts
    474
    I cant tell for sure. But, it sounds like what you are meaning by live stream is just something that plays before it finishes loading. Flash does that well with mp3's or video (flv).

  6. #6
    Can we also use coldfusion or something to make a live streaming music? I heard that coldfusion also does this. I am not sure about this though.

  7. #7
    kevin_smithers's Avatar
    Join Date
    Apr 2004
    Location
    Swindon, UK
    Posts
    375
    Quote Originally Posted by indivision
    Flash does that well with mp3's or video (flv).
    I use a programme called Sorenson Squeeze for converting MP3 and WMA files into FLV file format.

    You do need the Dreamweaver plugin to add the FLV straight to the page but you can also import straight into flash I think!!!! not tryed it yet!

    An example of a video streat I done is www.JestersSnooker.co.uk just click on the button that depicts your connection speed.

    Regards

    Kevin

  8. #8
    Member
    Join Date
    Nov 2002
    Location
    NYC
    Posts
    43
    Also, it is Flash Communication Server you'd be using for streaming media, not Flash Remoting.

  9. #9
    Member
    Join Date
    Sep 2004
    Location
    Key West
    Posts
    38
    You can also use some action script to call one flv file after another or random like a jukebox
    We have several players that work with video and audio
    Take a look at http://www.videospark.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center