mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-01 03:05:50 +00:00
FS-4808 see if this helps
This commit is contained in:
parent
86862b24af
commit
49a491ef54
@ -1490,11 +1490,11 @@ static int activate_rtp(struct private_object *tech_pvt)
|
|||||||
{
|
{
|
||||||
int r = 0;
|
int r = 0;
|
||||||
|
|
||||||
if (tech_pvt->transports[LDL_TPORT_RTP].ready) {
|
if (tech_pvt->transports[LDL_TPORT_RTP].ready && tech_pvt->transports[LDL_TPORT_RTCP].ready) {
|
||||||
r += activate_audio_rtp(tech_pvt);
|
r += activate_audio_rtp(tech_pvt);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tech_pvt->transports[LDL_TPORT_VIDEO_RTP].ready) {
|
if (tech_pvt->transports[LDL_TPORT_VIDEO_RTP].ready && tech_pvt->transports[LDL_TPORT_VIDEO_RTCP].ready) {
|
||||||
r += activate_video_rtp(tech_pvt);
|
r += activate_video_rtp(tech_pvt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user