react-native-video-processing icon indicating copy to clipboard operation
react-native-video-processing copied to clipboard

Video Player or ProcessingManager is not working on Android

Open awahab94 opened this issue 5 years ago • 5 comments

Trimmer & Video Player not working in android

  • Error while update property 'backgroundColor' of view managed by RNVideoProcessing https://jmp.sh/2hFtr9S
  • If i removed the Style from Video Player it works but not showing any video player screen only white screen
<VideoPlayer
style={{ backgroundColor: 'black' }}  />
  • I tried Processing Manager also but it doesn't work either.
    Could anyone help me on that ?

Android X and Swift 5

  • I saw there is PR merged in master against the androidX and swift 5 when we will get this realse?

Version

react-native-video-processing 1.20.0
react-native 0.60.4

awahab94 avatar Jan 26 '20 13:01 awahab94

The style={{ backgroundColor: 'black' }} does nothing on iOS? How can this be changed?

chai86 avatar Feb 11 '20 21:02 chai86

@abdulwahabcs Did you find any solution to blank background ?

sparsh avatar Apr 26 '20 19:04 sparsh

@abdulwahabcs Did you find any solution to blank background ?

Karanbsankey avatar May 14 '20 10:05 Karanbsankey

Facing same issue on,

react-native-video-processing 1.20.0 react-native 0.60.4

msahu2595 avatar Jun 26 '20 12:06 msahu2595

Facing same issue on,

react-native-video-processing 1.20.0 react-native 0.60.4

Solved this issue by adding "flex: 1" property in style:

<VideoPlayer style={{flex: 1}} />

msahu2595 avatar Jun 26 '20 14:06 msahu2595