You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Android Device1: Join room with videoCodec H264
Android Samsung Device(does not support H264): Join above room with videoCodec VP8
Room get connected, Device1 can see thumbnail of Samsung device without video(black screen)
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)
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
App should not crash and should work as expected.
Android Device (please complete the following information):
Video Android SDK (please complete the following information):
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)
The text was updated successfully, but these errors were encountered: