Skip to content

Commit 1439b01

Browse files
author
Frank Schmirler
committed
The patches intcamdevices and ignore_missing_cam are no longer required
on VDR >= 1.7.30. The localchannelprovide patch became obsolete with VDR 1.7.21.
1 parent f194ca2 commit 1439b01

5 files changed

+13
-112
lines changed

HISTORY

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
VDR Plugin 'streamdev' Revision History
22
---------------------------------------
33

4+
- The patches intcamdevices and ignore_missing_cam are no longer required
5+
on VDR >= 1.7.30. The localchannelprovide patch became obsolete with VDR
6+
1.7.21.
47
- Added option to suspend live TV when the server starts
58
- Set device occupied when streamdev switches away LiveTV on the server, to
69
reduce the risk that the VDR main loop immediately switches back, resulting

README

+10-10
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,10 @@ The script should perform the following steps (pseudocode):
549549
6. Known Problems:
550550
------------------
551551

552-
* Viewing encrypted channels became an issue with VDR's new CAM handling code.
553-
Streamdev doesn't provide a (dummy) CAM, so out of the box, VDR won't ever try
554-
to receive encrypted channels from streamdev. Pick one of the following
555-
solutions to work around the problem:
552+
* In VDR before 1.7.30 viewing encrypted channels is an issue as Streamdev
553+
doesn't provide a (dummy) CAM. So out of the box, VDR won't ever try to receive
554+
encrypted channels from streamdev. Pick one of the following solutions to work
555+
around the problem:
556556

557557
1. Force VDR to use streamdev. Open the channels menu on the client (or edit its
558558
channels.conf if you know how to do this) and set the CA field of all channels
@@ -562,9 +562,9 @@ up. So please consider the logs for the correct value. Remember to fill in
562562
hexadecimal values if you are using an editor to modify your channels.conf
563563
(number 10 becomes an "a", number 11 a "b", ...).
564564

565-
2. Apply either patch "patches/vdr-1.6.0-intcamdevices.patch" or patch
566-
"patches/vdr-1.6.0-ignore_missing_cam.diff" to your client VDR. Intcamdevices
567-
is the clean solution, but it modifies the VDR API. So you will need to
568-
recompile all of your plugins. The ignore_missing_cam patch is trivial, no need
569-
to recompile other plugins. However it is not suitable for clients with a DVB
570-
card of their own.
565+
2. Apply either patch "patches/vdr-1.6.0-1.7.29-intcamdevices.patch" or patch
566+
"patches/vdr-1.6.0-1.7.29-ignore_missing_cam.diff" to your client VDR.
567+
Intcamdevices is the clean solution, but it modifies the VDR API. So you will
568+
need to recompile all of your plugins. The ignore_missing_cam patch is trivial,
569+
no need to recompile other plugins. However it is not suitable for clients with
570+
a DVB card of their own.

patches/vdr-1.4.x-localchannelprovide.diff

-102
This file was deleted.

0 commit comments

Comments
 (0)