Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,
I'm trying to stream a MP3 in vb.net, I've used Windows Media Player, but don't like the control so I tried using the libzplay control but am having trouble using the OpenStream() method. Any help would be appreciated. Here is my current code and a link to the library.

VB
Dim wc As New WebClient()

       Dim fileArray As Byte() = wc.DownloadData("http://rozzle.net/MySQL/tables/songs/104.mp3")

       Dim ms As New MemoryStream(fileArray)

       player.OpenStream(False, False, fileArray, 1000, TStreamFormat.sfMp3)


Library link[^]
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900