CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2009
    Posts
    61

    Audio Streaming using Encoder SDK

    hi,

    I wrote a program which can encode *.mpg to *.wav file. Here i want to stream this wav file to other PC. THere i want to hear it in real time... PLz help by giving any Valuable ans.

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Audio Streaming using Encoder SDK

    Okay, now you have to pack your wav back to some compressed format, mp3 for eample (to waste not a network bandwidth), chunk by chunk, and send the compressed packets to client, where you have to unpack them and play.
    Best regards,
    Igor

  3. #3
    Join Date
    Jun 2009
    Posts
    61

    Audio Streaming using Encoder SDK

    Can u help me in programming side ...
    How to implement it using Encoder SDK.

  4. #4
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Audio Streaming using Encoder SDK

    Sorry, have no experience in this. Please don't be confused, the answer was just obvious.
    Best regards,
    Igor

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

Featured