openwebrtc: ERROR:owr_transport_agent.c:917:remove_existing_send_source_and_payload: assertion failed: (sinkpad)
On iOS Native,
cerbero version 2015/12/4
openssl: Bump to 1.0.2e
git:4e8ec2994bb3298db37c3f84356260e86ea3e07a
when the streaming didnt connected and call below api from reset() will crash every time.
owr_media_session_set_send_source(media_session, NULL);
but when it’s connected to other whatever audio or video are all fine.
crash log call stack below: https://gist.github.com/xelven/e7387e494b79a0b8090b
About this issue
- Original URL
- State: open
- Created 8 years ago
- Comments: 20 (1 by maintainers)
I solved the issue by overwriting some methods from the OpenWebrtc framework inside the iOS project. Better would be to provide these methods using it in iOS as well.
Following stuff solves the issue in my app:
` OwrMediaType media_type; guint stream_id;