EricssonResearch / EricssonResearch/openwebrtc

ERROR:owr_transport_agent.c:917:remove_existing_send_source_and_payload: assertion failed: (sinkpad)

Open
#574 20 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
1.8k
Forks
531
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Research direction

Start with owr_media_session_set_send_source(media_session, NULL) in the reset() path on iOS Native, then follow the crash stack to remove_existing_send_source_and_payload at owr_transport_agent.c:917. Reproduce while streaming is disconnected and compare with the connected audio/video cases. Done means resetting with a NULL send source no longer triggers the sinkpad assertion.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
audio-video-rtc
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.