【发布时间】:2022-08-09 15:52:21
【问题描述】:
我在我的项目中使用 react-hls-player。这是我的示例代码
const playerRef = useRef();
return (
<ReactHlsPlayer
playerRef={playerRef}
src=\"http://sample.vodobox.com/planete_interdite/planete_interdite_alternate.m3u8\"
autoPlay={false}
controls={true}
width=\"100%\"
height=\"auto\"
/>
);
我想知道有什么办法可以改变 hls 的视频质量吗?
标签: reactjs