Skip to content

Commit

Permalink
VideoPlayer - pvr, set realtime flag for otherStreamHack
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Jan 12, 2016
1 parent bdd501f commit d67adb5
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -115,6 +115,9 @@ bool CDVDInputStreamPVRManager::Open()
{
m_isOtherStreamHack = true;

if (m_pLiveTV)
m_realtime = true;

m_item.SetPath(transFile);
m_pOtherStream = CDVDFactoryInputStream::CreateInputStream(m_pPlayer, m_item);
if (!m_pOtherStream)
Expand Down

0 comments on commit d67adb5

Please sign in to comment.