shaotianyu

Results 3 comments of shaotianyu

> A buffer stall error is not fatal to playback. They are usually cause by network conditions and not a bug in the player. Please provide a sample stream, or...

> > Hi @tungs, Thanks for this amazing library. > > I'm recording a fabricjs canvas that has a video in it. I have added the same video element in...

> 我在_app中修改了state的值,用redux浏览器工具查看,值是修改了的,但是在页面getInitialProps中获取到的reduxStore是初始化的值: > static async getInitialProps({req,query,query:{id,param},reduxStore}){ > console.log(reduxStore.getState()) > } 当页面初次加载时,getInitialProps只会在服务端执行一次; getInitialProps只有在路由切换的时候(如Link组件跳转),客户端的才会被执行。