Revision: 4469
Author: [email protected]
Date: Thu Oct 27 03:12:46 2011
Log: Created wiki page through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=4469
Added:
/wiki/FlowPlayerSetup.wiki
=======================================
--- /dev/null
+++ /wiki/FlowPlayerSetup.wiki Thu Oct 27 03:12:46 2011
@@ -0,0 +1,36 @@
+#summary Third Party Player Software FlowPlayer
+
+If you would like to use Flowplayer to access a recording made you can use
the following setup:
+
+{{{
+<a class="rtmp" href="flvRecording_1.flv" >
+ <img src="play_text_large.png">
+</a>
+}}}
+
+and as !JavaScript:
+
+{{{
+// install both players with this one call
+$f("a.rtmp", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", {
+
+ // configure both players to use rtmp plugin
+ clip: {
+ provider: 'rtmp'
+ },
+
+ // here is our rtpm plugin configuration
+ plugins: {
+ rtmp: {
+
+ // use latest RTMP plugin release
+ url: 'flowplayer.rtmp-3.2.3.swf',
+
+ /*
+ netConnectionUrl defines where the streams
are found
+ */
+
netConnectionUrl: 'rtmp://www.openmeetings.de/openmeetings/hibernate'
+ }
+ }
+});
+}}}
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.