Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while updating property 'source' of a view managed by: RNVideoProcessing #390

Open
swathycsv opened this issue Mar 20, 2023 · 1 comment

Comments

@swathycsv
Copy link

swathycsv commented Mar 20, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@swathycsv and others