eracknaphobia / plugin.video.mlbtv

MLB.tv KODI add-on
GNU General Public License v2.0
19 stars 12 forks source link

Missing audio track if "Stream Selection: Auto" is chosen in inputstream.adaptive #26

Closed dapharsyde closed 6 years ago

dapharsyde commented 6 years ago

Ever since the patch to enable streams using inputstream.adaptive, if "Stream Selection: Auto" is chosen, the default behavior for inputstream.adaptive is to merge audio streams that appear to be the same.

The English from TV and English from Radio audio streams are both being labeled as "English - AAC - 2 channels", so inputstream.adaptive treats them the same, and merges them together.

I have opened an issue on the inputstream.adaptive github site, https://github.com/peak3d/inputstream.adaptive/issues/160 - but I suspect that the fix may require an update to the mlb.tv plugin to provide the "English from TV" vs. "English from Radio" distinction, so that inputstream.adaptive can see they are in fact different audio streams.

dapharsyde commented 6 years ago

Closing this issue for now, the author of inputstream.adaptive is planning to work on a solution.