Skip to content

Commit

Permalink
Reenable periodic RTP transmission on silence (pjsip#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauwming authored Feb 22, 2022
1 parent db32359 commit 87a63f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pjmedia/src/pjmedia/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -1470,8 +1470,6 @@ static pj_status_t put_frame_imp( pjmedia_port *port,
(const void**)&rtphdr,
&rtphdrlen);

return PJ_SUCCESS;

/* Encode audio frame */
} else if ((frame->type == PJMEDIA_FRAME_TYPE_AUDIO &&
frame->buf != NULL) ||
Expand Down

0 comments on commit 87a63f1

Please sign in to comment.