FLAC-encoded audio via WebRTC

Tim Müller tim at centricular.com
Mon Aug 31 11:50:57 UTC 2020


On Mon, 2020-08-31 at 09:50 +0000, Soebirk, Thorsten wrote:

Hi Thorsten,

> I have tried changing it to:
> 
> appsrc ! audio/x-raw, channels=1, rate=16000, format=S16LE,
> layout=interleaved ! audioconvert ! audioresample ! queue ! flacenc !
> rtpgstpay ! queue ! capsfilter caps=application/x-
> rtp,media=audio,encoding-name=FLAC,payload=96
> 

rtpgstpay will output

   application/x-rtp,media=application,encoding-name=X-GST 

Note that rtpgstpay is something that will only work with GStreamer
clients, browsers won't be able to handle it.

Cheers
 Tim

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



More information about the gstreamer-devel mailing list