mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
13b67c5da50c2d6c6b5b509fa9da9b008a2c1fe0
Sometimes the playout centers seem to "renumber" the events, leading to duplicates. This "removeDupEvents()" checks for events from the same service, with identical start time and duration. If it finds such events, it keeps the one with the lower (== more recent) table_id. This check is run from the hosekeeping thread. It could be extended to also remove overlapping events, but this is potentially more dangerous and can be implemented later still. As this code is experimental, it is pretty noisy for now. The debugging output should be toned down later. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1384 e54a6e83-5905-42d5-8d5c-058d10e6a962
The file is empty.
Description
Languages
C++
85.3%
C
12.3%
M4
0.6%
Makefile
0.6%
JavaScript
0.4%
Other
0.7%