rtp: Drop support for non-L16 media
authorArun Raghavan <arun@arunraghavan.net>
Thu, 12 May 2016 12:26:56 +0000 (17:56 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Fri, 8 Nov 2019 12:09:03 +0000 (17:39 +0530)
commit02fa9d5fc6076d38d610c63d20122f816f32193a
treeb11299ea43834c1a22dc6621014d697a02e6aa68
parent7766f0e8d7fa97a78b0f0c3789eb89e82377ef9b
rtp: Drop support for non-L16 media

There doesn't seem much value in supporting streaming U8/mulaw/alaw on
the network, and it's unlikely these get any testing. Makes more sense
to drop these formats and just convert to L16 if we're dealing with
source media in that format.

Signed-off-by: Arun Raghavan <arun@arunraghavan.net>
src/modules/rtp/rtp.c
src/modules/rtp/sdp.c