提交 7e1aad02 authored 作者: William King's avatar William King

Resolve the segfault where the channel is destroyed while it is still receiving audio

Conflicts:
	src/mod/endpoints/mod_rtmp/rtmp.c
上级 a6872743
......@@ -939,7 +939,6 @@ switch_status_t rtmp_handle_data(rtmp_session_t *rsession)
switch_mutex_unlock(rsession->tech_pvt->readbuf_mutex);
}
switch_thread_rwlock_unlock(rsession->rwlock);
break;
case RTMP_TYPE_VIDEO: /* Video data */
case RTMP_TYPE_METADATA: /* Metadata */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论