Skip to content

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

Description

@swathycsv

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions