All Projects → yisar → oplayer

yisar / oplayer

Licence: MIT license
👾 react native video player for expo

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to oplayer

slack-clone-expo
Slack clone using Expo, Stream and react-navigation
Stars: ✭ 69 (+176%)
Mutual labels:  expo
Portfolio
Expo + Next.js Portfolio
Stars: ✭ 56 (+124%)
Mutual labels:  expo
mobile
🤳 React Native code examples for JavaScript Everywhere by Adam Scott, published by O'Reilly Media
Stars: ✭ 33 (+32%)
Mutual labels:  expo
flutter subtitle wrapper
This is an subtitle package for flutter video player.
Stars: ✭ 24 (-4%)
Mutual labels:  video-player
Proffy
👥 Plataforma de estudos online, onde é possível conectar alunos com professores. Este é um projeto que foi desenvolvido durante a Next Level Week #2 da @Rocketseat, durante os dias 3 à 7 de agosto de 2020.
Stars: ✭ 12 (-52%)
Mutual labels:  expo
dzcode.io
Website & mobile app for Algerian open-source community
Stars: ✭ 104 (+316%)
Mutual labels:  expo
Flyleaf
Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)
Stars: ✭ 323 (+1192%)
Mutual labels:  video-player
clappr-core
Core components of the Clappr player architecture
Stars: ✭ 41 (+64%)
Mutual labels:  video-player
DoubleTapPlayerView
YouTube's Fast-Forward-Rewind double tapping feature built on top of ExoPlayer
Stars: ✭ 81 (+224%)
Mutual labels:  video-player
video-server
Server which connects to set of existing RTSP's and provides HLS/MSE-based streams.
Stars: ✭ 12 (-52%)
Mutual labels:  video-player
Vudit
A file viewer for Android
Stars: ✭ 40 (+60%)
Mutual labels:  video-player
deplayer
Decentralized mediaplayer which runs entirely in the browser.
Stars: ✭ 14 (-44%)
Mutual labels:  video-player
react-native-s3
React Native app to upload and display images from Amazon S3 using AWS Amplify as the back end service.
Stars: ✭ 41 (+64%)
Mutual labels:  expo
react-native-select-pro
React Native dropdown (select) component developed by Mobile Reality
Stars: ✭ 79 (+216%)
Mutual labels:  expo
niki
Media Player, DLNA, Music, Video and Streaming
Stars: ✭ 14 (-44%)
Mutual labels:  video-player
react-native-dva-starter-with-builtin-router
Integrate dva into react-native app with builtin router of dva.
Stars: ✭ 17 (-32%)
Mutual labels:  expo
ZoomableVideo
PinchZoom on TextureView while playing your videos
Stars: ✭ 17 (-32%)
Mutual labels:  video-player
dokuwiki-plugin-vshare
Plugin to easily embed videos from various video sharing sites into DokuWiki
Stars: ✭ 15 (-40%)
Mutual labels:  video-player
astrale
React Native mobile application. Find out what the future holds for you in this astrology app, available for Android. Powered with Python, MongoDB and PHP.
Stars: ✭ 100 (+300%)
Mutual labels:  expo
expo-gl
Expo module providing WebGL2 implementation
Stars: ✭ 18 (-28%)
Mutual labels:  expo

oplayer

react native video player for expo-av

Install

yarn add oplayer expo-av

Use

import React from 'react'
import Oplayer from 'oplayer'

export default function Player() {
  return (
    <Oplayer
      url='./001.mp4' // 播放地址
      type='m3u8' // 后缀名
      themeColor='#946ce6' // 默认为 clicli 基佬紫
      callback={{
        back // 非全屏状态下返回键回调,一般为路由返回
      }}
    />
  )
}

Screenshot

oplayer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].