Skip to content

Commit 882f927

Browse files
author
Nox
committed
[plugin.video.ciscolive] 2.1.0
1 parent c8d7e3c commit 882f927

File tree

11 files changed

+1842
-0
lines changed

11 files changed

+1842
-0
lines changed

plugin.video.ciscolive/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Nox
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

plugin.video.ciscolive/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Cisco Live On-Demand - Kodi Video Plugin
2+
3+
Browse and stream Cisco Live on-demand session recordings directly in Kodi.
4+
5+
## Features
6+
7+
- **6,500+ sessions** from Cisco Live events (2022-2026), plus 8,400+ legacy sessions (2018-2021)
8+
- **No account required** - all videos are freely accessible
9+
- **Browse by Event** with per-event session counts
10+
- **Multi-select filtering** by Technology, Technical Level, and keyword search within events
11+
- **Browse by Category** (Technology, Technical Level)
12+
- **Full-text search** across all sessions
13+
- **Watch history** tracking
14+
- **Wall view** optimized for TV remote navigation
15+
16+
## Requirements
17+
18+
- Kodi 21 (Omega) or later
19+
- inputstream.adaptive (for HLS/DASH streams)
20+
21+
## Installation
22+
23+
1. Download the latest release zip
24+
2. In Kodi: Settings > Add-ons > Install from zip file
25+
3. Or extract to `~/.kodi/addons/plugin.video.ciscolive/`
26+
27+
## Architecture
28+
29+
- **RainFocus API** for session catalog (sections-based event browsing, server-side filtering)
30+
- **Brightcove** for video resolution and HLS/DASH/MP4 streaming
31+
32+
## License
33+
34+
MIT

0 commit comments

Comments
 (0)