Audio Encoding Using RealProducer G2 SDK
This paper will focus on the processes surrounding the conversion of an audio file into the RealMedia format. It explains the usability of the RealProducer G2 SDK through code snippets to make the understanding of the COM like implementation of the SDK easier.
RealProducer is a technology from RealNetworks that provides for an easy conversion of non-RealMedia format files to RealMedia files. The purpose of the RealProducer SDK is to allow you to create an application that converts audio, video, events, and image map data into the RealMedia file format. The output file can then be streamed over the Internet or Intranet using a RealServer and viewed with a RealPlayer. An application created with the RealProducer SDK can also broadcast a stream that is sent directly to a RealServer.
The Entire SDK centers on the concept of Encoding. Lets see how it works....




