My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Version history:

3.2.8
-----
Fixes:
- #385 added dispatching of switch begin and completion events.
- #339, possible fixes for switching and seeking failures due to datastore. does not reload, just a direct seek.
- #321. previous seek time gets cleared on replay seek before time gets updated. Store previous end seek time until playback begins to provide correct replay times.
- #385 regression issue caused by #365, added old switching code back in, and tested seeking and switching work correctly.
- #385 when scrubbing to the edge of the buffer seeking sometimes failed, need to reset the seek time to continue playback.
- #363 pause stream after metadata due to refactoring of autobuffering for rtmp streams.
- #363 silent seek and force to seek to a keyframe or else video frame will not display initially when paused.
- #363 cleanup for autobuffering after a server seek to pause properly.
- #404 refactoring switchStream to suit changes with http streams and the use of the play2 method for resetting the stream.
- #403 when seeking to outside the allowed keyframes, stop is called, require to trigger buffer full to complete correctly.
- #409 version check for byte range seeking was not working with Flash 11
- #409 preventing seeking during silent seeking as is unstable with byte range seeking.
- #409 cleanup reuse http client.
- #486 implement pauseToFrame to unmute audio when autoBuffering.
- #565 append the url params to the generated start param.

3.2.7
-----
- The plugin now comes with two versions, the byte-range enabled version is now in a different SWF to reduce the size
of the standard version that does not have the byte range request powered seeking support.
- The queryString config option value by default is now "?start=${start}". Contains the ? character there again, so
that it can be changed by users.

Fixes:
- #214 , need to reset the datastore on completion or else time won't reset when seeking mp4 clips
- #314, inconsistent seeking behavior between in-buffer seeks and server seeks
- #315, server seek to position zero was failing

3.2.6
-----
Fixes:
- Pseudostreaming was causing cuepoints to be skipped. As a results subtitles shown using the captions plugin were skipped too.

3.2.5
-----
Fixes:
- fixed to work properly when switching bitrate using the bwcheck plugin

3.2.4
-----
Fixes:
- does not append the query string into the initial request when start=0

3.2.3
-----
- seeking using HTTP byte range requests
Fixes:
- fixed to append the query string using the '&' character if the configured clip URL already has a '?' character in it

3.2.2
-----
- fixed duration after seek

3.2.1
-----
- fixed duration after seek

3.2.0
-----
- changes related to bandwidth detection compatibility

3.1.3
-----
- compatible with the new ConnectionProvider and URLResolver API

3.1.3
-----
- fixed to work with bwcheck, so that random seeking works when bitrate is switched in the middle of a clip
- fixed issue when autoPlay is false, autoBuffering is true and video without metadatas
- fixed PlayOverlayButton state

3.1.2
-----
- fixed out-of-sync scrubbing: http://flowplayer.org/forum/8/17706

3.1.1
-----
- random seeking did not work when looping through the same video for the 2nd time
- the time indicator stayed at value 00:00
- random seeking after stop did not work

3.1.0
-----
- integrated h.264 streaming support, contributed by Arjen Wagenaar, CodeShop B.V.

3.0.3
-----
- now uses the queryString also in the initial request, the start param has value zero in it

3.0.2
-----
- compatible with flowplayer 3.0.3 provider API

3.0.1
-----
- dispatches the LOAD event when initialized (needed for flowplayer 3.0.2 compatibility)

3.0.0
-----
- 3.0.0-final release

beta3
----
- Fixed the typo in the configuration variable queryString
- compatible with core RC4

beta1
-----
- First public beta release

Change log

r1905 by dani...@electroteque.org on May 23 (3 days ago)   Diff
- #565 append the url params to the
generated start param.
Go to: 
Project members, sign in to write a code review

Older revisions

r1827 by dani...@electroteque.org on Mar 9, 2012   Diff
- #486 implement pauseToFrame to
unmute audio when autoBuffering.
r1807 by anssip on Feb 14, 2012   Diff
made it possible to replay a clip
using play(<current_clip's_index>)
r1742 by dani...@electroteque.org on Oct 31, 2011   Diff
- #409 version check for byte range
seeking was not working with Flash 11
- #409 preventing seeking during
silent seeking as is unstable with
byte range seeking.
...
All revisions of this file

File info

Size: 3858 bytes, 114 lines
Powered by Google Project Hosting