Git Product home page Git Product logo

videoplayerwithmediaplayer's Introduction

多媒体文件的播放和拼接

类似于Keep的多媒体播放

功能介绍:

  1. 开始一个动作
  2. 文字展示和声音播放 动作名称
  3. 动作预览,重复1-2次动作。只有视频,没有音频。
  4. 文字展示和声音播放 当前动作的重复的次数
  5. 动作正式开始前的,3秒倒计时
  6. 开始正式的动作,过程中会有一些语音的提示
  7. 结束播放,如果需要休息会进入休息页面,否则直接进入下一个动作。

问题的产生

一个完整动作的视频时间比较长,还要保证清晰度,从服务端加载到客户端需要很长的时间,影响用户体验。而且不便于上一个/下一个动作的切换。

解决方案

从提高用户体验,和资源的复用性角度出发,决定将音视频剥离和分割。

  • 视频文件是以动作为单位,即一个动作是一个单独的视频文件。

  • 音频文件是以跟视频的同步性和复用性为原则进行剪辑。

videoplayerwithmediaplayer's People

Contributors

lvxineye avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.