TheWidlarzGroup / react-native-video

A <Video /> component for react-native
https://docs.thewidlarzgroup.com/react-native-video/
MIT License
7.23k stars 2.9k forks source link

chore(android): add null check for id of videoFormat #4174

Closed seyedmostafahasani closed 2 months ago

seyedmostafahasani commented 2 months ago

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.

freeboub commented 2 months ago

small safety PR, 3 feedbacks around the code, sorry ...

seyedmostafahasani commented 2 months ago

@freeboub Thank you for your suggestions!