Moodle Plugins directory: Streaming media filter (RTMP) | Moodle.org
Streaming media filter (RTMP)
The RTMP streaming media filter is used to replace links containing URLs beginning with rtmp:// with a Flowplayer media player using their rtmp plugin. It is contributed by Lacey Vickery and Fred Woolard, and Michelle Melton.
Page output is examined for anchor href values beginning with rtmp:// and ending with a supported extension (currently .mp3, .mp4, .flv, and .f4v). Qualifying links are replaced with a div tag containing 'data-' prefixed attributes that are subsequently used by the plugin's JavaScript module to apply a Flowplayer player to the div. The Adobe Flash Player browser plugin is required.
The plugin was developed to work with Adobe's Flash Media Server, but according to Flowplayer, their RTMP plugin should work with Wowza, and Red5 as well. The plugin has been tested successfully with Amazon's Cloudfront streaming service.
Playlists are supported (v1.3). See the Playlist resource plugin for more information.
Closed captions are supported (v1.4). See additional documentation.
Primitive and limited HTML5 video and audio tags are supported in v1.5 to work in conjunction with Wowza Streaming Engine's and Adobe's FMS' HLS features.
Debug info: Unsupported $module syntax detected in version.php
Error code: detectedbrokenplugin
Stack trace:
line 632 of \lib\upgradelib.php: plugin_defective_exception thrown
line 444 of \lib\upgradelib.php: call to upgrade_plugins_modules()
line 1754 of \lib\upgradelib.php: call to upgrade_plugins()
line 699 of \admin\index.php: call to upgrade_noncore()
Ps:
but the github version of this plugin ( https://github.com/appalachianstate/moodle-mod_playlist ) works . thanks you.
please how can i add events ( controls) to the player used in this filter to display to the user ( teacher or student) the progress of the student in this video , for example a video of 10 minutes ,if the student watched 5 minutes, a message tel me that the student watched 50% of the video (it's a progress bar like , but it linked to the video not to a course or an activity).
is there any plugin that can do this for me, or where can i add those custom events in the moodle code ?
thanks in advance
to add events to my player i used the generico filter for videoJs and i links in the Moodle core VideoJS player, ( in the videojs template i called ( http://MyWebSite/moodle/media/player/videojs/styles.css ) and ( http://MyWebSite/moodle/media/player/videojs/amd/src/video-lazy.js) , the player can read a http feeds ( http://...video.mp4) but not an urt that begin with (rtmp://..video.mp4).
Any suggestion please ! thank you in advance