When selecting a device/CAM combination for live viewing, CAMs that are known to decrypt the requested channel are now given a higher priority than prefering the primary device

This commit is contained in:
Klaus Schmidinger
2017-05-09 09:13:36 +02:00
parent 8e9d445248
commit b76601482f
3 changed files with 8 additions and 1 deletions

View File

@@ -9009,3 +9009,6 @@ Video Disk Recorder Revision History
these objects.
- cListObject now implements a private copy constructor and assignment operator, to keep
derived objects from calling them implicitly.
- When selecting a device/CAM combination for live viewing, CAMs that are known to decrypt
the requested channel are now given a higher priority than prefering the primary device
(reported by Christian Winkler).