pjsip-pjproject/pjmedia/include
Orgad Shaneh 484c6b6126
pcaputil: Support parsing decoder options from FMTP input (#4205)
Some codecs need specific flags that are given in the SDP media
description. For example, AMR has octet-align=1.

Instead of adding distinct flags for each codec, allow pcaputil
to accept the fmtp content and parse the attributes from there.

Example:
pcaputil \
  --dst-port=52422 \
  --codec=AMR/8000 \
  --codec-fmtp='mode-set=0,1,2,3,4,5,6,7;octet-align=1' \
  amr.pcap amr.wav
2024-12-12 15:39:14 +08:00
..
pjmedia pcaputil: Support parsing decoder options from FMTP input (#4205) 2024-12-12 15:39:14 +08:00
pjmedia-audiodev Allow application to set ALSA devices manually (#4133) 2024-11-07 10:12:52 +07:00
pjmedia-codec Lyra support (#3949) 2024-06-13 10:05:48 +07:00
pjmedia-videodev Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
pjmedia-codec.h Lyra support (#3949) 2024-06-13 10:05:48 +07:00
pjmedia.h Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
pjmedia_audiodev.h Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
pjmedia_videodev.h Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00