diff options
author | Frank Schmirler <vdr@schmirler.de> | 2013-09-26 09:31:35 +0200 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2013-09-27 17:33:18 +0200 |
commit | c92de13d0666bcad050989c0d81d67878876ac52 (patch) | |
tree | 792f1460191367819b707b5faf6a8bafe7220cd0 /HISTORY | |
parent | d7652d89ca79e30c6296ec71882b2de6b7728c63 (diff) | |
download | vdr-plugin-streamdev-c92de13d0666bcad050989c0d81d67878876ac52.tar.gz vdr-plugin-streamdev-c92de13d0666bcad050989c0d81d67878876ac52.tar.bz2 |
Select start position for replaying a recording by parameter pos=
Based on offset_5.diff from hivdr@vdrportal with the following modifications:
- indenting
- replaced isyslog with Dprintf
- left out HTTP header "Server:" for the moment
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- +- Select start position for replaying a recording by parameter pos=. Supported + values are resume, mark.#, time.#, frame.# or a plain # representing a + percentage if < 100 or a byte position otherwise (thanks to hivdr) - Start cSuspendCtl hidden or it will prevent idle shutdown (thanks to thomasjfox) - Fixed recordings menu inode numbers: ino_t is a long long on some systems |