Added option to suspend live TV when the server starts (closes #1296)

This commit is contained in:
Frank Schmirler
2013-11-02 16:58:17 +01:00
parent 1d4a7e06b4
commit f194ca2074
7 changed files with 45 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
- Added option to suspend live TV when the server starts
- Set device occupied when streamdev switches away LiveTV on the server, to
reduce the risk that the VDR main loop immediately switches back, resulting
in a black screen on the client (reported by hummel99)