[PATCH] [pjmedia] Add DRX suppport to pjmedia_stream

BC
b17 c0de
Wed, Oct 11, 2017 7:10 PM

Hi,
Please consider my patch to add DRX (discontinuous reception) support
to pjmedia_stream.

The patch modifies stream.c so that a frame with type
PJMEDIA_FRAME_TYPE_NONE is returned from pjmedia_stream's get_frame()
when no actual packet is received. This allows the application to
easily detect and work with the DRX condition.

Kal

Hi, Please consider my patch to add DRX (discontinuous reception) support to pjmedia_stream. The patch modifies stream.c so that a frame with type PJMEDIA_FRAME_TYPE_NONE is returned from pjmedia_stream's get_frame() when no actual packet is received. This allows the application to easily detect and work with the DRX condition. Kal