React Native Video在Android上横向播放(旋转90度)

时间:2019-02-17 06:30:30

标签: react-native react-native-android react-native-video

我正在尝试在以react-native-camera录制的react-native-video上播放视频,

<Video source={{ uri: video.uri }} 
    controls={true}
    paused={this.state.paused}
    style={videoStyle}
/>

在iOS上视频可以正常播放,但是在android上,视频可以横向播放(旋转90度)。我还尝试了react-native-af-video-player和相同的结果,iOS可以正常播放,但不能运行android

测试视频:

http://static.mstn.com/47a11184-b075-4f4c-8b2c-22ba6eb5caf5.mp4

0 个答案:

没有答案