Results 1 to 2 of 2

Thread: Help streaming music from web to IO.Stream

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2011
    Posts
    256

    Help streaming music from web to IO.Stream

    Hi guys,
    I'm working on a way to attach a music stream (from icecast, or anywhere...) to a call using Ozeki SDK.
    I can attach a mp3 file with this code:
    Code:
            _phoneCallAudioSender = New PhoneCallAudioSender()
    	_mp3Player = New MP3StreamPlayback(mp3file)
    	AddHandler _mp3Player.Stopped, AddressOf Mp3Player_Stopped
    	_phoneCallAudioSender.AttachToCall([call])
    	_mediaConnector = New MediaConnector()
    	_mediaConnector.Connect(_mp3Player, _phoneCallAudioSender)
    MP3StreamPlayback(stream as IO.Stream)
    but for the life of me, I can't remember (or find) how to stream a "http://some_streaming_website.com:8000/mystream" to a IO.Stream

    can someone help me please?
    Thanks for the help

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    May 2011
    Posts
    256

    Re: Help streaming music from web to IO.Stream

    I scraped this project.
    This thread can be deleted

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