Commit c62b639
fix(gstreamer): Strip audio from SDP for GStreamer < 1.20
GStreamer 1.18 has multiple audio SDP bugs that Chrome rejects:
- Invalid SSRC handling
- Incorrect rtcp-fb attributes on audio
- Bundle/port issues with audio section
Rather than trying to patch all the issues individually, strip
the audio section from the SDP entirely for GStreamer < 1.20.
This allows video to work reliably. Users need GStreamer 1.20+
for audio support.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 10e31ee commit c62b639
1 file changed
Lines changed: 7 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6931 | 6931 | | |
6932 | 6932 | | |
6933 | 6933 | | |
6934 | | - | |
| 6934 | + | |
| 6935 | + | |
| 6936 | + | |
6935 | 6937 | | |
6936 | | - | |
| 6938 | + | |
6937 | 6939 | | |
6938 | | - | |
6939 | | - | |
6940 | | - | |
6941 | | - | |
6942 | | - | |
6943 | | - | |
6944 | | - | |
6945 | | - | |
6946 | | - | |
6947 | | - | |
| 6940 | + | |
| 6941 | + | |
| 6942 | + | |
6948 | 6943 | | |
6949 | 6944 | | |
6950 | 6945 | | |
| |||
0 commit comments