Page 1 of 1
Is there anyway to increase video speed playback?
Posted: 12 Mar 2014, 22:41
by kingdelta
I'm hoping to use my madsonic server for recorded lectures/studying videos, so it would be extremely helpful if I could increase playback speed, as you can in VLC. Is there anyway to accomplish this?
Thanks for any and all help.
Re: Is there anyway to increase video speed playback?
Posted: 13 Mar 2014, 16:38
by kingdelta
okay, so some poking around and I have a workaround for now that I'll post since it may help others or lead to a better way to do this.
Based on a blogpost on the jwplayer website called slow-motion-with-jw-player (I am too noob to post a link)
I enter this into the console while playing a video, document.getElementsByTagName('video')[0].playbackRate=2.0
It works. Maybe using greasemonkey is a better option. If I had time I'd look into modifying mad/subsonic to add a button per the tutorial