This project contains some JavaScript modules for UbiCast MediaServer.
- jquery
- jsu (https://github.com/UbiCastTeam/jsu.git)
-
ms-api.js:
A module to facilitate the use of MediaServer API.
-
ms-tree.js:
A module to display the MediaServer channels tree.
-
ms-browser.js:
A module to display the MediaServer content browser.
ms-api.js
,ms-tree.js
and all files starting withms-browser
are required to use this module.Example of imports:
<link rel="stylesheet" type="text/css" href="dist/ms-js.min.css"/> <script type="text/javascript" src="dist/ms-js.min.js"></script>