mangui / flashls

HLS Flash Plugin/Player (Chromeless,OSMF,FlowPlayer,mediaelement.js,video.js,Clappr)
http://www.flashls.org
Mozilla Public License 2.0
751 stars 264 forks source link

Video speed control #524

Open christinaxu opened 8 years ago

christinaxu commented 8 years ago

Does it provide any APIs to control video speed? Like supporting 1.1x or 1.5x.

phloxic commented 8 years ago

afaik there's no API control because there's no need for it. You can just act on the video tag proper by setting its playbackRate attribute to the desired value.

christinaxu commented 8 years ago

Thanks for your suggestion. Seemingly I cannot use the 'playbackRate' attribute because currently I use the osmf-based player called Grindplayer other than Html5 video tag. Based on the flash player, could you have any ideas to supprt it?


发件人: Christian Ebert notifications@github.com 发送时间: 2016年5月9日 15:22 收件人: mangui/flashls 抄送: christinaxu; Author 主题: Re: [mangui/flashls] Video speed control (#524)

afaik there's no API control because there's no need for it. You can just act on the video tag proper by setting its playbackRate attribute to the desired value.

― You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/mangui/flashls/issues/524#issuecomment-217792999

phloxic commented 8 years ago

@christinaxu - sorry, I was immersed with hls.js when I answered ;-) To the best of my knowledge with Flash you need RTMP server side support for playback speed changes. Not applicable for HTTP (and therefore not HLS).