nginadofficial / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
2 stars 3 forks source link

JWPlayer you can not seek in the main video on HTTP (progressive download streams) #145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
JWPlayer you can not seek in the main video. When you try to seek
the player starts from the beginning of the main video.

See an example here: http://www.musotalk.de/jwplayer/readme.html

Original issue reported on code.google.com by paul.sch...@gmail.com on 2 Dec 2009 at 12:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The problem with seeking in this video could be because there is only 1 
keyframe in
the encoded video, and that keyframe is frame 1.  The player is only allowed to 
seek
to a keyframe (I think) and since this is a short 5-sec clip, there may only be 
one
keyframe at the beginning.

Original comment by dekeke...@gmail.com on 16 Dec 2009 at 1:42

GoogleCodeExporter commented 9 years ago
Is this still an issue? If so, could I get an example video to use in testing? 
Thanks!

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 10:22