react-native-media-kit icon indicating copy to clipboard operation
react-native-media-kit copied to clipboard

Video(and audio) component for react-native apps, supporting both iOS and Android. A unified and elegant player controller is provided by default. The API is similar with HTML video.

Results 41 react-native-media-kit issues
Sort by recently updated
recently updated
newest added

How does full screen works? How can I let user watch full screen and landscape mode?

I'm getting this issue when trying to playback HLS stream > E/AndroidRuntime(15786): java.lang.NoSuchMethodError: No direct method (ZLcom/google/android/exoplayer/upstream/DataSource;Ljava/lang/String;Lcom/google/android/exoplayer/hls/HlsPlaylist;Lcom/google/android/exoplayer/hls/HlsTrackSelector;Lcom/google/android/exoplayer/upstream/BandwidthMeter;Lcom/google/android/exoplayer/hls/PtsTimestampAdjusterProvider;I)V in class Lcom/google/android/exoplayer/hls/HlsChunkSource; or its super classes (declaration of 'com.google.android.exoplayer.hls.HlsChunkSource' appears in /data/app/com.test-2/base.apk)...

redefinition of RCTIsReactRootView ![ef3b70c5-c979-4254-95b7-be25f5a15c67](https://user-images.githubusercontent.com/18565598/27086035-8a2d917c-5083-11e7-9cda-839f9728eec6.png) ![ef3b70c5-c979-4254-95b7-be25f5a15c67](https://user-images.githubusercontent.com/18565598/27086162-e668e338-5083-11e7-9be5-86c0d4a241ec.png) Project operation

在iOS播放8秒的短视频,拖动进度条每次都会从头播放,测试30秒的视频不会出现该问题,Android也没有这样的问题

Update android Event for RN 0.32.0

Unfortunately i can't seem to get passed the compiling phase with this: ``` :react-native-media-kit:compileLint :react-native-media-kit:copyReleaseLint UP-TO-DATE :react-native-media-kit:preBuild UP-TO-DATE :react-native-media-kit:preReleaseBuild UP-TO-DATE :react-native-media-kit:checkReleaseManifest :react-native-media-kit:preDebugAndroidTestBuild UP-TO-DATE :react-native-media-kit:preDebugBuild UP-TO-DATE :react-native-media-kit:preDebugUnitTestBuild UP-TO-DATE :react-native-media-kit:preReleaseUnitTestBuild UP-TO-DATE :react-native-media-kit:prepareComAndroidSupportAppcompatV72301Library...

in android, BackAndroid exit app can't stop the video playing.

您好,很感谢您的这个播放器,在我使用在安卓端播放的时候,如果设置autoplay={true},返回上个界面的时候声音还会继续播放,请问这个是什么个情况