Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara-flashplayer
mahara-flashplayer
Commits
6b145d72
Commit
6b145d72
authored
Sep 04, 2012
by
Anssi Piirainen
Browse files
Merge pull request #5 from flowplayer/danielr-pseudo
- #630 move seek event dispatching to buffer full or else the time hasn'...
parents
0e1f99e6
e2a6b2a9
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
core/test/pseudo.html
View file @
6b145d72
<html><head>
<html><head>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=UTF-8"
>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=UTF-8"
>
<!--<script type="text/javascript" src="flowplayer-3.0.5.min.js"></script>-->
<!--<script type="text/javascript" src="flowplayer-3.0.5.min.js"></script>-->
<script
src=
"../flowplayer-3.2.
6
.min.js"
></script>
<script
src=
"../flowplayer-3.2.
11
.min.js"
></script>
<!-- page title -->
<!-- page title -->
...
...
plugins/pseudostreaming/README.txt
View file @
6b145d72
...
@@ -4,6 +4,8 @@ Version history:
...
@@ -4,6 +4,8 @@ Version history:
-----
-----
- #568 fix for bitrate switching in paused mode, pause the stream only during seeking while paused. now dispatched seek events while paused.
- #568 fix for bitrate switching in paused mode, pause the stream only during seeking while paused. now dispatched seek events while paused.
- #602 don't seek to frame when start is set.
- #602 don't seek to frame when start is set.
- #630 move seek event dispatching to buffer full or else the time hasn't been updated yet.
- #630 when the event is null we're in silent seek during controlbar dragging, only seek when not silent.
3.2.8
3.2.8
-----
-----
...
...
plugins/pseudostreaming/build-byterange.xml
View file @
6b145d72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<property
file=
"${devkit-dir}/plugin-build.properties"
/>
<property
file=
"${devkit-dir}/plugin-build.properties"
/>
<property
name=
"flowplayer_lib"
value=
"${devkit-dir}/flowplayer.swc"
/>
<property
name=
"flowplayer_lib"
value=
"${devkit-dir}/flowplayer.swc"
/>
<property
name=
"extra-sources"
value=
"../core/lib/corelib/src"
/>
<property
name=
"extra-sources"
value=
"../
../
core/lib/corelib/src"
/>
<property
name=
"plugin-libs"
value=
"lib/as3crypto-1_3_patched.swc"
/>
<property
name=
"plugin-libs"
value=
"lib/as3crypto-1_3_patched.swc"
/>
<property
name=
"compiler-defines"
value=
"-define+=CONFIG::enableByteRange,'true'"
/>
<property
name=
"compiler-defines"
value=
"-define+=CONFIG::enableByteRange,'true'"
/>
<import
file=
"${devkit-dir}/plugin-build.xml"
/>
<import
file=
"${devkit-dir}/plugin-build.xml"
/>
...
...
plugins/pseudostreaming/src/actionscript/org/flowplayer/pseudostreaming/PseudoStreamProvider.as
View file @
6b145d72
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment