Audio Stream format S16LE

Tim Müller tim at centricular.com
Mon Jul 20 06:39:37 PDT 2015


On Mon, 2015-07-20 at 15:18 +0200, Alicia Romero wrote:

Hi Alicia,

> I want to start an audio stream with format S16LE.
> 
> If I use this pipeline:
> 
> gst-launch-1.0 -v audiotestsrc wave=0 ! audioconvert !
> audio/x-raw,rate=16000 ! rtpL16pay ! udpsink host=127.0.0.1
> auto-multicast=true port=4300
> 
> 
> The format of the audio stream is format=(string)S16BE.
> 
> Is there a way to change this?

No, the RFC 3551 specifies that the data must be in big-endian format.
If you're in control of both sender and receiver you can change that of
course, but otherwise not.

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list