forked from opdenkamp/xbmc-pvr-addons
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
use sane defaults for audio channels and samplerate
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
a762427There 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.
Sorry, I don't know much about tv headend and why this defaults are needed. Why does hts send invalid or no values?
a762427There 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.
The values are optional and at least for me it falls back on the default value (0 before) all the time. Since there cannot be an audio stream with neither 0 channels nor 0 sample rate I believe these defaults are much better (plus it reduces the ParsePacket log spam).
a762427There 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.
@adamsutton do you know of any scenarios (or versions of tvheadend) where the channels/rate are actually sent?