I have an online video presentation with no control bar, to avoid people skipping important parts of the explanation, and then asking me later what was in the video.
Problem is, if something happens and you loose attention for some seconds, you cant go back.
So, I want a player where you can play, pause/resume, rewind, but cannot go forward.
I currently use JWPlayer (could not find any config option to do that), but I am open to any alternatives that could be hosted in my wordpress site.
Thanks in advance
Don’t think that you will find a player with the feature you requesting per default, since
FFis a pretty basic feature.One approach is to download ffmpeg and to build the player and in the player code disable the key-mapping for ‘FF’. The player that uses SDL is pretty basic…