Link to home
Start Free TrialLog in
Avatar of jkeagle13
jkeagle13

asked on

Online Web Video Player with Millisecond Precision

Hello,

I have a media hosting company where I have a MP4 clip that is around 300mb.

They provide a player with JavaScript access control. I am trying to find a streaming player such that it is continually polling at millisecond intervals. Once it hits certain timestamps I want it to seek, in millisecond precision, to a specified timestamp.

Don't ask why, just trust me that I need it. I have been looking online for FLV players and all of them seem to have a resolution measured in seconds without any evident polling features.

I came across the following: http://flv-player.net/players/js/documentation/

It looks promising, but, due to lack of documentation I can't tell if polling is available and if it can accomplish the precision skips I need to implement. Something similar to that, however, would be ideal.

Thanks,
Joseph Irvine
ASKER CERTIFIED SOLUTION
Avatar of Speet42
Speet42

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial