Skip to content
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

Update README.md #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This add-on is unofficial and it is not supported by Discovery Networks and beca
- Canada
- Denmark
- Finland
- Germany
- India
- Italy
- Netherlands
Expand Down Expand Up @@ -42,3 +43,13 @@ There are three ways to login.
1. If cookies aren't set add-on will show you PIN code which you then type to <a href=https://discoveryplus.com/link>https://discoveryplus.com/link</a> (USA and EU) or <a href=https://discoveryplus.in/activate>https://discoveryplus.in/activate</a> (India)
2. Export cookies from Chrome. Go to discovery+ website and login. After that use <a href="https://chrome.google.com/webstore/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc">Get cookies.txt</a> to export cookies and from add-on settings specify location of cookies.txt.
3. Find cookie named st from your browser. Example in Chrome you can use this link chrome://settings/siteData?searchSubpage=prod-direct.discoveryplus and add value of st cookie to add-on settings.

# FAQ

### Video playback has irregularly short black interruptions during live streams or VODs, the sound is normal

The reason is probably the use of InputStream Adaptive. Depending on the avaiable bandwidth, the resolution of the stream is automatically increased and decreased when using the ‘Adaptive (default)’ setting.
The same happens in the official Discovery+ app, but without a black image.

Solution: Change the setting in the InputStream Adaptive add-on, e.g. to ‘Fixed resolution’ and set ‘Max resolution’ as well as ‘Max resoltion for DRM videos’ to a value that is possible with the available bandwidth.
Hint: 1080p can use up to 10 Mbit/s.