Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod_conference crash on transcoding #2669

Open
zooptwopointone opened this issue Dec 18, 2024 · 0 comments
Open

mod_conference crash on transcoding #2669

zooptwopointone opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zooptwopointone
Copy link

Describe the bug
Providing a non-native sound file to mod_conference results in SegFault.

I have tested this with MOH conference_moh_sound and using the CLI conference FILENAME play

playing a Stereo wav or if it is in another format like mp3 will cause a immediate crash. GDB output provided below.

To Reproduce
Steps to reproduce the behavior:
Join a call to a conference and play a stereo audio file. or Mp3 file etc. In this case the file was also remote being pulled in from a http request.

Expected behavior
freeswitch would preform required transcoding for the audio to be compatible with the conference audio without failure.

Package version or git hash
Running on Debian 12
1.10.12-dev+git20240228T163106Z739e770~64bit

Trace logs
Loglevel was set to Notice.

f54b5f98-b159-4005-992f-48c58174a471 2024-12-18 18:03:21.556807 93.40% [NOTICE] switch_channel.c:1142 New Channel sofia/external/+1**********@172.31.214.5 [f54b5f98-b159-4005-992f-48c58174a471]
f54b5f98-b159-4005-992f-48c58174a471 2024-12-18 18:03:22.156786 93.40% [NOTICE] sofia_media.c:90 Pre-Answer sofia/external/+1**********@172.31.214.5!
f54b5f98-b159-4005-992f-48c58174a471 2024-12-18 18:03:23.996784 93.23% [NOTICE] mod_conference.c:2242 Channel [sofia/external/+1**********@172.31.214.5] has been answered
2024-12-18 18:03:24.036785 93.23% [WARNING] switch_core_file.c:463 File has 2 channels, muxing to 1 channel will occur.

backtrace from core file
If applicable, provide the full backtrace from the core file.

[backtrace.log.gz](https://github.com/user-attachments/files/18187410/backtrace.log.gz)

@zooptwopointone zooptwopointone added the bug Something isn't working label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant