olease help! client server music streamer...
hi there
im using vb 6.0. is it possible from the use of winsock to create a client/server mp3 streamer? if not could you guide me towards the best way please.
ive used winsock before to create a multi user chat program so i am no stranger to that control!
Many Thanks
Ross:wave:
Re: olease help! client server music streamer...
Quote:
Originally Posted by Roooss
hi there
im using vb 6.0. is it possible from the use of winsock to create a client/server mp3 streamer? if not could you guide me towards the best way please.
ive used winsock before to create a multi user chat program so i am no stranger to that control!
Many Thanks
Ross:wave:
If you want to cast to multiple clients you should het to know how to use multicast of the winsock api, dunno if the control is capable doing of that, otherwise you could consider wirting (or downloading) youre own activex around the winsock api's.
If the control is capable of it, i see no reason why you couldn't write an streaming mp3 app.
Re: olease help! client server music streamer...
well how do i go about makig an mp3 satreamer in visual basic? is there any source samples?