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
Error while updating property 'source' of a view managed by: RNVideoProcessing
Current Behavior
It is working fine in ios, but not working in android. Error got in android is Error while updating property 'source' of a view managed by: RNVideoProcessing.
<VideoPlayer
ref={videoPlayerRef}
startTime={30} // seconds
endTime={120} // seconds
play={true} // default false
replay={true} // should player play video again if it's ended
rotate={true} // use this prop to rotate video if it captured in landscape mode iOS only
source={'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4'}
playerWidth={300} // iOS only
playerHeight={500} // iOS only
resizeMode={VideoPlayer.Constants.resizeMode.CONTAIN}
onChange={({ nativeEvent }) => console.log({ nativeEvent })} // get Current time on every second
/>
Environment
software
version
react-native-video-processing
1.7.2
react-native
0.71.2
The text was updated successfully, but these errors were encountered:
Error while updating property 'source' of a view managed by: RNVideoProcessing
Current Behavior
It is working fine in ios, but not working in android. Error got in android is Error while updating property 'source' of a view managed by: RNVideoProcessing.
<VideoPlayer
ref={videoPlayerRef}
startTime={30} // seconds
endTime={120} // seconds
play={true} // default false
replay={true} // should player play video again if it's ended
rotate={true} // use this prop to rotate video if it captured in landscape mode iOS only
source={'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4'}
playerWidth={300} // iOS only
playerHeight={500} // iOS only
resizeMode={VideoPlayer.Constants.resizeMode.CONTAIN}
onChange={({ nativeEvent }) => console.log({ nativeEvent })} // get Current time on every second
/>
Environment
The text was updated successfully, but these errors were encountered: