Results 1 to 2 of 2

Thread: Broadcast a song in vb?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    Broadcast a song in vb?

    Hey guys I have a chat room thing using winsock, and it has a server on my end and a client on the... other peoples end.

    Now I was wondering, how could I get it so I ( the server) could play a song, the clients could hear it?

    Thank you.

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Broadcast a song in vb?

    (I think) CVMichael has code for streaming data in MP3 format using Blade Encoder. I think this is it:

    http://www.vbforums.com/showthread.php?t=418770

    I'm not sure if it comes with a client/player application or if it's meant to work with something like Winamp.

    There is also a WaveStream class module that I've used for voice chat, and there are working examples of it for VB6:
    http://www.pscode.com/vb/scripts/Bro...1=Quick+Search

    That sends audio as WAV data which is very large, so you may want to use CVMichael's since it broadcasts in MP3 format which is much smaller in size.

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