Frame Accurate Browser Launchable Video Player ... ?

Posted by cliftonc on Stack Overflow See other posts from Stack Overflow or by cliftonc
Published on 2009-10-30T08:10:13Z Indexed on 2010/04/21 7:03 UTC
Read the original article Hit count: 429

Filed under:
|
|
|

I have a requirement where I need to enable playback (full screen) of a h.264 MPEG4 (thanks for the correction!) video from a local network, launchable from a browser link on a Windows workstation, and be frame accurate.

By frame accurate I mean that I need to be able to scrub through the video in the same way you would with a vtr, stop at a frame, and then move backwards and forwards frame by frame (it is for a very specific compliance requirement where have to be able to check every frame if there is something that is potentially against broadcasting guidelines).

The application itself is used to capture notes while viewing the material, so the end model is for a dual monitor workstation, with a web form in one, the video playing full screen in the second (no issue launching the video and manually having to move it to the second screen), and then the user controls the video via keyboard shortcuts or a jog shuttle.

I have looked at QT, but the java bindings seem to be dead or nearly so, flash isn't frame accurate, VLC given its streaming heritage seems to be only able to move forward by a frame and not backwards, and all I have left are commercial offerings that in my experience are difficult and expensive to change.

Any ideas of where I should look or alternative options? Any advice appreciated!

© Stack Overflow or respective owner

Related posts about video

Related posts about player