New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert dynamic instances iptv_input and iptv_network #336
Closed
Conversation
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 could still be spammy if the signal isn't clean and keeps going in and out. But that's just tough luck I guess!
This works fine for most native compilations, so saves spec'ing anything else.
I don't actually check for valid MC group address, I simply try and add group and just warn if it fails (but carry on anyway).
…recorded. Fixes #1884.
I was not properly checking completion on table completion and CAT processing was not marking that table as complete (ever).
…ion. Fixes #1898.
This is useful for validating new code against older versions (and newer).
This occurs where compressing small, already compressd files, typically images. I could avoid compression of very small (or already compressed) files. But its simple to keep things uniform and fixing this makes sense anyway!
linuxdvb: fix typo in diseqc toneburst switch setting. Fixes #1856
This affects IPTV where there is only 1 input, if 2 services have the same PIDs then both services were receiving each others packets and causing a mess! I think later on I should really remove the transport list from the input and have it on the mux? I think I did it this way to keep some things simpler, but it's caused confusion here. This should fix #1875.
At the moment the configuration is global so starting another mapping will override existing config.
…is Linux specific.
src/descrambler/cwc.c:493:11: error: comparison of unsigned expression < 0 is always false [-Werror,-Wtautological-compare]
if (len < 0) return -1;
~~~ ^ ~
- works with same hardcoded values (needs to setup) - setup via gui is missing
It's necessary to do serious checks for the memory leaks using tools like valgrind. This patch tries to implement a graceful exit for all tvheadend components and free allocated memory. Also, some memory leaks were fixed.
Rather than check for specific glibc version on PLATFORM_LINUX, check
the existance of qsort_r.
This fixes the following compile error with musl libc:
CC src/main.o
In file included from src/main.c:39:0:
src/tvheadend.h:608:20: error: missing binary operator before token "("
#if !__GLIBC_PREREQ(2,8)
^
Use the gcc specific __GNUC__ and __GNUC__ minor to determine gcc version
rather than using the GNU libc specific __GNUC_PREREQ.
This fixes the following compile error with musl libc:
src/descrambler/capmt.c:79:18: error: missing binary operator before token "("
#if __GNUC_PREREQ(4, 3)
^
There are no standard that says that __WORDSIZE should be defined or in what include file. So in case its not defined we fallback to a POSIX compliant way to determine wordsize. This fixes build with 64 bit musl libc. See https://tvheadend.org/issues/1983
Fixes the following error with musl libc:
src/trap.c: In function 'traphandler':
src/trap.c:178:3: error: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Werror=format=]
snprintf(tmpbuf, sizeof(tmpbuf), "Register dump [%d]: ", NGREG);
^
Fixes #1983
Mostly avahi related and cosmetic fixes for the graceful exit patch.
Conflicts: src/tvheadend.h
Merged
|
Kill this due to the merge/rebase it's a mess! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removed the &iptv_network, &iptv_input instances