FS-11036: [mod_rtmp] No audio on rtmp clients #resolve

This commit is contained in:
Brian West 2018-03-15 12:43:02 -05:00 committed by Muteesa Fred
parent 0071435757
commit 422f348240
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ switch_status_t rtmp_tech_init(rtmp_private_t *tech_pvt, rtmp_session_t *rsessio
on_rtmp_tech_init(session, tech_pvt);
}
switch_channel_set_flag(tech_pvt->channel, CF_AUDIO);
switch_core_session_set_private(session, tech_pvt);
// switch_core_session_start_video_thread(session);