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
This commit is contained in:
Frank Schmirler
2013-09-26 09:31:35 +02:00
parent d7652d89ca
commit c92de13d06
8 changed files with 169 additions and 5 deletions

View File

@@ -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