ビデオ再生コンポーネントを反応させます

     依存関係のビデオNPM反応などをインストールすることで、

npm install--save video-react react react-dom redux
<link rel="stylesheet" href="https://video-react.github.io/assets/video-react.css" />(在index.html引入)

import React from 'react';

import {Player} from 'video-react';

export default (props) => {

         return(

              <Player

                   playsInline

                       src="https://media.w3.org/2010/05/sintel/trailer_hd.mp4"

               />

          );

   };

あなたはあなたの問題を解決できない場合は、助けることができるかどうかを確認するために、以下のリンクをご覧ください https://video-react.js.org/を

おすすめ

転載: blog.csdn.net/weixin_43868692/article/details/89279335