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

Crash on Samsung Device #252

Closed
patidars opened this issue Apr 28, 2022 · 1 comment
Closed

Crash on Samsung Device #252

patidars opened this issue Apr 28, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@patidars
Copy link

Describe the bug
App get crash on Samsung device which does not support videoCodec H264 and join the the room with VP8 while other device join the same room with H264

To Reproduce
Steps to reproduce the behavior:

  1. Android Device1: Join room with videoCodec H264
  2. Android Samsung Device(does not support H264): Join above room with videoCodec VP8
  3. Room get connected, Device1 can see thumbnail of Samsung device without video(black screen)
  4. Samsung Device get crash just after room join.

Expected behavior
App should not crash and should work as expected.

Android Device (please complete the following information):

  • Device: Samsung Galaxy A10s
  • API Version: API 29

Video Android SDK (please complete the following information):

  • Version: 7.1.0

Additional context
This crash got introduce on Video SDK version 7.x

Logs:

Fatal error in: /root/project/video/src/media/video_sdp_utils.cpp, line 567
last system error: 0
Check failed: session_description

Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 19139 (MediaFactoryImp)

@patidars patidars added the bug Something isn't working label Apr 28, 2022
@afalls-twilio
Copy link
Contributor

This issue should be fixed in 7.1.2

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

2 participants