Skip to content

Compatibility filter plugin for Moodle that converts media files to compatible formats given using a webservice backend

License

Notifications You must be signed in to change notification settings

team-parallax/moodle-ffmpeg-filter-plugin

Repository files navigation

Moodle ffmpegavcc-Filter

This Repository contains the code for the moodle ffmpegavcc-filter plugin as well as the setup for development. "ffmpegavcc" is the short form of "ffmpeg audio/video compabitbility converter".

Running docker-compose up in the root of the project will start a Moodle instance and its database. When running this for the first time the instance will be initialized with a default moodle configuration.

Note that the moodle setup is not feasible for production environments.

Running webservice tests

These tests are intended to check if the communication functionality of the plugin works and handles the webservice responses correctly.

To run the test-script issue the command: (Omitting the tag will result in pulling the 'latest' php image)

docker run --rm --net=host -it -v $PWD:/app php:<YOUR TAG> php /app/test.php

About

Compatibility filter plugin for Moodle that converts media files to compatible formats given using a webservice backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages