blob: adb2ec8fde8c190cc534f88b331169183d46df0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
README Recording provider
This is a sub-plug in for the VDR UPnP/DLNA media server plug in.
Created on: 28.10.2012
Written by: Denis Loh
Projekt homepage: http://upnp.vdr-developer.org
Latest version available at: http://upnp.vdr-developer.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Description:
The recording provider provides access to VDR recordings. It scans
the recording directories given by the VDRs internal structure and
returns a list of recording resources.
It provides the following URI scheme: rec://
Additionally, it is used to access the recording files for streaming.
The provider implemented the seekable interface and therefore allows
seeking in the recordings via byte based seeks.
|