Closed GoogleCodeExporter closed 9 years ago
Can reliably observed for example here:
http://flowplayer.github.com/demos/standalone/plugins/streaming/first-frame.html
Original comment by blacktrashproduct
on 8 Mar 2012 at 3:03
some freaky thing going on with autobuffering.
Original comment by dani...@electroteque.org
on 9 Mar 2012 at 9:34
looks like it mutes audio when autobuffering as it needs to begin playback and
pause on the frame once metadata is received. then not enabling mute again.
Original comment by dani...@electroteque.org
on 9 Mar 2012 at 9:40
nice catch, its a small regression in the pseudo plugin it needed to
re-implement a pause to frame method like with http which had the unmute call
within that. works when setting a start time and without, as it needs to be
called in two different places.
Original comment by dani...@electroteque.org
on 9 Mar 2012 at 9:58
fixed in trunk
Original comment by dani...@electroteque.org
on 9 Mar 2012 at 10:29
A problem in rtmp also.
Original comment by dani...@electroteque.org
on 12 Mar 2012 at 12:00
fixed in rtmp, however it cannot gain access to the volume controller as its
private thankfully there is a method on the player api itself.
Original comment by dani...@electroteque.org
on 12 Mar 2012 at 12:14
A milder form of this can still be observed in 3.2.9 here:
http://flowplayer.blacktrash.org/test/minimal-pseudo.html
- mute button crossed out during video load
Even here when the video is not cached:
http://flowplayer.blacktrash.org/test/minimal.html
On flowplayer.org it might not be visible because controls autoHide is enabled
most of the time.
Reopening.
Original comment by blacktrashproduct
on 13 Apr 2012 at 1:05
thats what its supposed to do. Is there a problem ?
Original comment by dani...@electroteque.org
on 13 Apr 2012 at 1:31
It looks unintentional and clumsy.
Original comment by blacktrashproduct
on 13 Apr 2012 at 2:19
it's always been like this, this problem not entirely related was corrected in
march ;)
Original comment by dani...@electroteque.org
on 13 Apr 2012 at 2:55
[deleted comment]
Nope, it has *not* always been like this, introduced in 3.2.8:
http://flowplayer.blacktrash.org/test/minimal-pseudo.html
with 3.2.7 for comparison.
Original comment by blacktrashproduct
on 13 Apr 2012 at 3:55
For the past year since it's had the mute fix, Im not able to track the
revision down.
Original comment by dani...@electroteque.org
on 13 Apr 2012 at 4:08
just had a look it doesn't have the mute fix hence why it's not doing it I
suggest the core API be fixed up to allow to mute without actually toggling the
mute button so needs a different method. Unfortunately the rtmp plugin cannot
gain access to an internal function so it has to call mute on the player api
directly.
Please advise.
Original comment by dani...@electroteque.org
on 14 Apr 2012 at 2:37
Please setup a new ticket if you would like the new feature integrated, it is
not a bug as its muting the player first on startup. This ticket in particular
was the changes not carried over to unmute once autobuffering is setup.
Original comment by dani...@electroteque.org
on 15 Apr 2012 at 6:27
I am having the same issue. The video randomly loads with the sound muted, and
the length of the video not displayed. This happens more often in the IE 9
browser than the other browsers. Was this issue ever resolved? If so, what was
the fix?
I am using the latest downloaded FlowPlayer files.
I have attached a screenshot of the video loading properly, and with the video
loading improperly.
Original comment by medthink...@gmail.com
on 16 May 2012 at 1:55
Attachments:
Confirming it on 3.2.8 release, happens randomly, audio is muted.
Original comment by abod...@gmail.com
on 22 May 2012 at 3:41
I'm seeing the same problem using version 3.2.10
Original comment by txetxuda@gmail.com
on 14 Jun 2012 at 4:22
Attachments:
can you paste the link thanks.
Original comment by electrot...@gmail.com
on 14 Jun 2012 at 8:11
Original issue reported on code.google.com by
blacktrashproduct
on 8 Mar 2012 at 2:02