Closed seyedmostafahasani closed 2 months ago
Add a null check for videoFormat.id.
videoFormat.id
Fix a potential issue where videoFormat.id could be null.
The sample app should no longer crash when playing RTSP video types.
small safety PR, 3 feedbacks around the code, sorry ...
@freeboub Thank you for your suggestions!
Summary
Add a null check for
videoFormat.id
.Motivation
Fix a potential issue where
videoFormat.id
could be null.Changes
Test plan
The sample app should no longer crash when playing RTSP video types.