bennyxqg / bulk-loader

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

Videos' audio are playing while loading!? #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add flv to loader
2. add the "pausedOnStart":true option

What is the expected output? What do you see instead?
no audio while loading

What version of the product are you using? On what operating system?
operation system: osx

Please provide any additional information below.
I still hear audio while loading video files , also after I read the wiki
page and tried the soluition

the code I use to add a video to the loader :
    loader.add(videoData.url , {id:"vid"+j , "pausedOnStart":true});

Original issue reported on code.google.com by stealf...@gmail.com on 24 Apr 2009 at 2:00

GoogleCodeExporter commented 9 years ago
Hi Stealfish.

This is not a bug, but how the player api deals with NetStreams.
The way to handle this is explained in the faq:
http://code.google.com/p/bulk-loader/wiki/FAQ#Videos'_audio_are_playing_while_lo
ading!?
And also on the documentation:
http://www.stimuli.com.br:8080/media/projects/bulk-
loader/docs/br/com/stimuli/loading/BulkLoader.html#add()
Cheers
Arthur Debert

Original comment by debert on 26 Apr 2009 at 3:13