diff --git a/NOTICE.TXT b/NOTICE.TXT index ee6bd8fe3adbe21c23026bd59253ab561cd64f0b..979fc0ee23b367a9daa5b49ee1e8c90124f7060b 100644 --- a/NOTICE.TXT +++ b/NOTICE.TXT @@ -129,6 +129,7 @@ This produce uses software based on the MIT License * html5shiv (MIT License / GPL2) [https://github.com/aFarkas/html5shiv] * respond.js (MIT License) [https://github.com/scottjehl/Respond] * Fuel UX (MIT License) [http://exacttarget.github.io/fuelux] +* mediaelementjs (MIT License) [http://mediaelementjs.com] ----------------------------------------------------------------------- This product uses software based on the BSD License diff --git a/src/main/webapp/static/movie/README b/src/main/webapp/static/movie/README new file mode 100644 index 0000000000000000000000000000000000000000..34aa7872f556f615dbb98befde3982a98bc09eef --- /dev/null +++ b/src/main/webapp/static/movie/README @@ -0,0 +1,6 @@ +The main library is MediaElement.js, there is a fallback the JWPlayer for some +rtmp streams. + +mediaelement-and-player.min.js is slightly modified. At the beginning of the +file, search for "audio/mp3","audio/m4a" and after add "audio/aac" to support +AAC files \ No newline at end of file