Skip to content

Commit

Permalink
Add streamid behaviour note
Browse files Browse the repository at this point in the history
Better have this documented somewhere since API is not very detailed about it
  • Loading branch information
CastagnaIT committed May 27, 2024
1 parent bfa1c3b commit 774d8f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ bool CInputStreamAdaptive::OpenStream(int streamid)
// - Chapter/period change
// - Automatic stream (representation) quality change (such as adaptive)
// - Manual stream (representation) quality change (from OSD)
// streamid behaviour:
// - The streamid can be influenced by Kodi core based on preferences set in Kodi settings (e.g. language)
// - Fallback calls, e.g. if the opened video streamid fails, Kodi core will try to open another video streamid

if (!m_session)
return false;
Expand Down

0 comments on commit 774d8f8

Please sign in to comment.