bennyxqg / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

Seeking in a bulkloaded MP4 file causes it to disappear #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. bulk load "video.mp4"
3. create a new Video()
4. getNetStream("video.mp4")
5. video.attachNetStream()
2. video.seek(n);

What is the expected output? What do you see instead?
when n = 0, the video plays fine. When n > 0, the video disappears / doesn't 
play

What version of the product are you using? On what operating system?
stable 239 and SVN 257, Mac OS X 10.5.6 on Mac Pro, Flash CS4. MP4 file uses 
h.264 compression 
and is keyframe heavy.

Please provide any additional information below.
sometimes, even with n = 0, the video does not appear. Also, using 
weightPercent to find out the 
loaded percentage jumps straight to 1, no intermediate values.

Original issue reported on code.google.com by ja...@eurotalk.com on 3 Apr 2009 at 10:30

GoogleCodeExporter commented 9 years ago
Hi Jamie.

I can't reproduce this here, nor imagine what BulkLoader itself is doing that 
would cause this.
Can you check if this happens with a regular NetStream? If it doesn't, than 
with a minimal test case I can 
investigate this further.

Until then, I am marking this as invalid.

Thanks
Arthur Debert

Original comment by debert on 27 Apr 2009 at 3:48