Git Product home page Git Product logo

Comments (4)

circharles avatar circharles commented on May 28, 2024

Great addon! Thank you so much for your time and energy making it work. Your contributions to my entertainment options are appreciated.

Same issue here. Nightly build of kodi 18 on raspberry pi3. Able to access movies and shows. Many shows play with sound perfectly. Some newer shows have video but no sound. Example: Red Oaks tv show plays with sound for preview and season sneak peak, but full length episodes have no sounds. Tv show "Goliath" plays video only for BOTH the preview and full length episodes.

Google search reveals that folks with similar problem with unmodufied roku boxes identified problem as incompatibility between source sound Dolbysurround and devices' ability stereo. Not sure if this is the issue here or not.

from xbmc.

Sandmann79 avatar Sandmann79 commented on May 28, 2024

This bug is caused by the dd+ workaround, which the addon uses.
This workaround modifies the stream url to get additional dd+ audio tracks (by default, we only get stereo audio).
In old versions, the addon uses an modifier, where allmost all tracks appear. But on a few videos, there where unplayable dd+ tracks included, which kodi played by default. The current modifier is taken from an TV device, so we should get only playable audio tracks with this one. But in your case, there are no audio tracks available, so i have to look at an different modifier.

In the meantime you can easily use the old modifier by replacing line 1137 in default.py:
mpd = re.sub('/[^/]*~/', '/2$cRlBqQh9nnSAW9qpcQWMwOQi3bA~/', mpd)
with this:
mpd = re.sub(r'~', '', mpd)
To check the audio track you should enable "Switch Audiotrack, if not valid" at settings -> general.

from xbmc.

circharles avatar circharles commented on May 28, 2024

This worked. Thank you for the old modifier instructions. I can now play all titles with video and audio on raspberry pi 3b

from xbmc.

Sandmann79 avatar Sandmann79 commented on May 28, 2024

Thx for feedback.
Fixed for now with 7929dbd

from xbmc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.