-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPTV HLS Support AES-128 encrypted channels
Support decoding of AES-128 encrypted channels. This was already implemented a long time ago but needed some fixing to make it work with today's streams. Check existence of http(s) URLs by reading the first part and do not start recording when the URL does not exist. This prevents waiting when playing IPTV channels with Live TV. Refs #936
- Loading branch information
Showing
11 changed files
with
348 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
30c76bc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kmdewaal - it appears this commit has broken the configure tests in someway. I'm only noticing as I've been working on the github workflow and things that passed before I rebased to include this commit are now failing.
30c76bc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhoyt4 part of this commit did break the unit test TestIPTVRecorder. I assume that is what causes the failure that you have observed but I am not completely certain of that. I have now restored the old behavior so that TestIPTVRecorder does pass again, at least with Qt5. If this does not fix the issues that you observe please report again.
30c76bc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kmdewaal - Thank you for the response. It looks like my latest run with your update has resolved the CI failures. My apologies for the false alarm.