zzyycc / bulk-loader

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

VideoItem doesnt fire CAN_BEGIN_PLAYING #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add any flv to bulkloader
2. set option pausedAtStart:true
3. let bulkloader load the files

> What is the expected output? What do you see instead?
Bulkloader loads the entire flv without fire CAN_BEGIN_PLAYING.
This event should be fired when buffer is filled so the stream could play.

> What version of the product are you using? On what operating system?
rev 177 (0.9.9.4)

> Please provide any additional information below.
There should be also an option to stop loading the steam if buffer is
filled. FLV should be streamed, so there is no need to load the entire flv.

Original issue reported on code.google.com by ba...@beaufort8.de on 11 Apr 2008 at 2:44

GoogleCodeExporter commented 8 years ago
Hi There.

This ticket report is a bit confusing to me.

The CAN_BEGIN_PLAYING event is not when the flv is downloaded, nor when the 
buffer is
filled. It only keeps tabs of the average download speed, and guesses from 
that, when
a stream can begin playing to the end without interruptions.

Also, about stop loading the stream : the only way to do that, would be to 
close the
NetStream, and from there on you wouldn't be able to play the video, so it 
wouldn't
make much sense.

This is tested on rev 190 and works as expected.

In order for me to further advance this, can you provide a zip file with a 
minimal
test case? Also, it would be worthy to try this on current trunk (rev 190), 
which is
the version tested.

Thanks
Arthur

Original comment by debert on 12 Apr 2008 at 2:59

GoogleCodeExporter commented 8 years ago

Original comment by debert on 12 Apr 2008 at 3:09

GoogleCodeExporter commented 8 years ago
Closing this until a better report is made.

Original comment by debert on 17 Apr 2008 at 3:47

GoogleCodeExporter commented 8 years ago

Original comment by debert on 17 Apr 2008 at 3:48