Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yetanalytics/xapi-vlc
An xAPI instrumented VLC player.
https://github.com/yetanalytics/xapi-vlc
Last synced: 8 days ago
JSON representation
An xAPI instrumented VLC player.
- Host: GitHub
- URL: https://github.com/yetanalytics/xapi-vlc
- Owner: yetanalytics
- License: lgpl-2.1
- Created: 2024-08-29T14:33:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T20:14:17.000Z (about 2 months ago)
- Last Synced: 2024-11-05T20:42:28.730Z (about 2 months ago)
- Language: Lua
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# XAPI VLC
An XAPI integrated VLC player
### Setup
1) Run `make install` . This will move the plugin into the appropriate directory for VLC.
2) Open VLC. when you do, click on the view dropdown and click 'xAPI Integration.'
3) Enter the fields in the form:- Homepage URL: Domain specific URL to identify from which system the user is located
- API Key: Key for LRS
- API Secret: Secret for LRS
- API Endpoint: Endpoint for LRS (example: https://localhost:8080/xapi)4) Play a video of your choice and verify the data is flowing from the LRS.
### Dev
All code is located at `xapi.lua`. In VLC you can go to the console log (via ctrl+M) to see what the code is doing. If you wish to update the plugin, just save your changes to `xapi.lua` and run `make install` again.
### License
Copyright © 2024 Yet Analytics, Inc.
This module is licensed under the GNU Lesser General Public License 2.1 or later.