diff options
author | Frank Schmirler <vdr@schmirler.de> | 2012-03-04 01:15:40 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2012-03-04 01:15:40 +0100 |
commit | 26af4459d806d4dbfbe53ec7c69e2ee498cee6e3 (patch) | |
tree | 6fb035233e1ad112cf0028c04a4c58518b959dd1 /README | |
parent | 3da6ae734e6b3caf6a02984688b8405db060df57 (diff) | |
download | vdr-plugin-streamdev-26af4459d806d4dbfbe53ec7c69e2ee498cee6e3.tar.gz vdr-plugin-streamdev-26af4459d806d4dbfbe53ec7c69e2ee498cee6e3.tar.bz2 |
Use the new streamdev-client setup option "Live TV Priority" to control
precedence among multiple clients. The VDR option "Primary Limit" which
has previouly been used for this purpose has been dropped in VDR 1.7.25.
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -394,14 +394,17 @@ With "Filter Streaming" enabled, the client will receive meta information like EPG data and service information, just as if the client had its own DVB card. Link channels and even a client-side EPG scan have been reported to work. -With maximum and minimum priority you can keep VDR from considering streamdev -in certain cases. If for instance you have a streamdev client with its own DVB -card, VDR might use streamdev for recording. If this is not what you want, you -could set the maximum priority to 0. As recordings usually have a much higher -priority (default 50), streamdev is now no longer used for recordings. The two -parameters define the inclusive range of priorities for which streamdev will -accept to tune. Setting the minimum priority to a higher value than the maximum, -you will get two ranges: "up to maximum" and "minimum and above". +The precedence among multiple client VDRs receiving live TV from the same +server is controlled with "Live TV Priority". + +With "Maximum Priority" and "Minimum Priority" you can keep VDR from considering +streamdev in certain cases. If for instance you have a streamdev client with its +own DVB card, VDR might use streamdev for recording. If this is not what you +want, you could set the maximum priority to 0. As recordings usually have a much +higher priority (default 50), streamdev is now no longer used for recordings. +The two parameters define the inclusive range of priorities for which streamdev +will accept to tune. Setting the minimum priority to a higher value than the +maximum, you will get two ranges: "up to maximum" and "minimum and above". If you are running at least VDR 1.7.0, you can also configure the "Broadcast Systems / Cost" of the streamdev-client device. On a pure streamdev-client only |