Closed GoogleCodeExporter closed 9 years ago
After Producer and Consumer already prepared, we get the following error which
was missing in the log file attached. The updated log file is attached in this
comment.
Original comment by jay.mani...@gmail.com
on 11 Oct 2012 at 7:41
Attachments:
am also facing the same issue. please provide the fix or details !!
Original comment by thiravia...@gmail.com
on 11 Oct 2012 at 8:00
The audio issue "Playout and Recording Stopped during media update" seems to be
fixed after "clearing all the session when media type is changed". Please refer
the code snippet in function tmedia_session_mgr_set_ro (filename:
tmedia_session.c).
================================================================================
if(self->started && ((!is_hold_resume && !is_loopback_address) ||
is_mediatype_changed)){
if((ret = tmedia_session_mgr_stop(self))){
TSK_DEBUG_ERROR("Failed to stop session manager");
goto bail;
}
if((ret = _tmedia_session_mgr_clear_sessions(self))) {
TSK_DEBUG_ERROR("Failed to clear session manager");
goto bail;
}
stopped_to_reconf = tsk_true;
}
================================================================================
Kindly let me know if this is the fix or work around ???
Cheers,
Mani
Original comment by jay.mani...@gmail.com
on 11 Oct 2012 at 3:18
Fixed in r816
Original comment by boss...@yahoo.fr
on 11 Feb 2013 at 12:25
Original issue reported on code.google.com by
jay.mani...@gmail.com
on 11 Oct 2012 at 7:09Attachments: