### 描述 / Description 我们在调用视频库时发生了闪退,具体日志如下: <img width="1068" alt="Image" src="https://github.com/user-attachments/assets/f228bd25-72f8-467c-a467-36b900ce8421" /> 根据调试我们发现@react-native-oh-tpl/react-native-video/RNCVideo.ts的onVideoLoadStart该函数在调用ctx.rnInstance.emitComponentEvent的时候,this.descriptor.rawProps.src.isNetwork传递过来的参数为空值,不知道是否因为这里产生的问题 <img width="786" alt="Image" src="https://github.com/user-attachments/assets/e37cd988-4b48-4f5f-9c46-cdfa4894c2ae" /> 这是我们的案例: <img width="791" alt="Image" src="https://github.com/user-attachments/assets/d5647e8b-f67b-4ea4-b67f-c82d1e949415" /> ### 复现步骤 / Steps to reproduce 1.rnoh版本:rnoh-react-native-harmony-0.72.27 2.rn版本:react-native": "0.72.5", 3.简单调用视频库: ` import Video from 'react-native-video'; <Video source={{ uri: "https://videocdn.hulizhushou.com/o_1ic5bm2uq1obi10ba1ogv1sp51btr7.480_2.mp4" }} // 从 props 获取视频源 style={{ width: '100%', height: 200 }} /> ` ### 库版本 / Library version 5.2.1-0.2.38 ### React Native OpenHarmony version 0.72.5 ### 构建类型 / Build type None ### 设备 / Device Simulator ### 设备版本 / Device model 模拟器 ### 已悉知 / Acknowledgements Yes
描述 / Description
我们在调用视频库时发生了闪退,具体日志如下:

根据调试我们发现@react-native-oh-tpl/react-native-video/RNCVideo.ts的onVideoLoadStart该函数在调用ctx.rnInstance.emitComponentEvent的时候,this.descriptor.rawProps.src.isNetwork传递过来的参数为空值,不知道是否因为这里产生的问题
这是我们的案例:
复现步骤 / Steps to reproduce
1.rnoh版本:rnoh-react-native-harmony-0.72.27
2.rn版本:react-native": "0.72.5",
3.简单调用视频库:
import Video from 'react-native-video'; <Video source={{ uri: "https://videocdn.hulizhushou.com/o_1ic5bm2uq1obi10ba1ogv1sp51btr7.480_2.mp4" }} // 从 props 获取视频源 style={{ width: '100%', height: 200 }} />库版本 / Library version
5.2.1-0.2.38
React Native OpenHarmony version
0.72.5
构建类型 / Build type
None
设备 / Device
Simulator
设备版本 / Device model
模拟器
已悉知 / Acknowledgements
Yes