manpagez: man pages & more
html files: gst-plugins-ugly-plugins-1.0
Home | html | info | man

rademux

rademux

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstRealAudioDemux

Description

Demuxes/parses a RealAudio (.ra) file or stream into compressed audio.

Example launch line

1
gst-launch-1.0 filesrc location=interview.ra ! rademux ! avdec_real_288 ! audioconvert ! audioresample ! autoaudiosink
Read a RealAudio file and decode it and output it to the soundcard using the ALSA element. The .ra file is assumed to contain RealAudio version 2.
1
gst-launch-1.0 souphttpsrc location=http://www.example.org/interview.ra ! rademux ! ac3parse ! a52dec ! audioconvert ! audioresample ! autoaudiosink
Stream RealAudio data containing AC3 (dnet) compressed audio and decode it and output it to the soundcard.

Synopsis

Element Information

plugin

realmedia

author

Tim-Philipp Müller <tim centricular net>

class

Codec/Demuxer

Element Pads

name

sink

direction

sink

presence

always

details

application/x-pn-realaudio

name

src

direction

source

presence

sometimes

details

ANY

Functions

Types and Values

struct GstRealAudioDemux

struct GstRealAudioDemux;
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.