General info | Getting started | Samples | Components reference | FAQ | Solutions |

Samples


IP Streaming samples


This sample demonstrates how to use IPReceiver component to receive RAW/RTP or SHOUTcast streams over UDP/TCP.

1. Put IPReceiver and WaveOut components on a form. Set IPReceiver.isFormatProvider property to True.

2. Link IPReceiver to WaveOut using addConsumer2() method.

3. Assign URI and SDP properties of IPReceiver.

4. Activate IPReceiver to start receiving, decoding and playing back audio.


This sample demonstrates how to use IPTransmitter component to encode and send audio stream using RAW/RTP protocol over UPD.

1. Put WaveIn and IPTransmitter components on a form.

2. Link WaveIn to IPTransmitter using addConsumer2() method.

3. Assign URI and SDP properties of IPTransmitter.

4. Activate WaveIn to start recording, encoding and streaming audio.

NOTE: IPReceiver and IPTransmitter components use 3rd party DLLs for audio encoding and decoding. Please refer to download page for details about required libraries.


See also...

Simple WaveIn-WaveOut loopback, WAVe recorder/player, ASIO, Mixer, MultiConsumer, TalkNow, Voice Chat, Conference, Volume Control, Remote Lecturer, DirectStream, RTSP Multi-Transmitter Server, STUN Server and Client, RTP Conference, Web sample: MediaGate Client


VCX Library 3.0 © 2012 Lake of Soft
All rights reserved.