Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save armando-basile/f42018c7409075edc4e2 to your computer and use it in GitHub Desktop.
Save armando-basile/f42018c7409075edc4e2 to your computer and use it in GitHub Desktop.
--- PVRIptvData.cpp.old 2015-05-24 17:48:10.058116268 +0200
+++ PVRIptvData.cpp.new 2015-05-24 17:50:04.641520052 +0200
@@ -531,6 +531,9 @@
strncpy(xbmcChannel.strIconPath, channel.strLogoPath.c_str(), sizeof(xbmcChannel.strIconPath) - 1);
xbmcChannel.bIsHidden = false;
+ // WORKAROUND FOR Channel start/change delay
+ PVR_STRCPY(xbmcChannel.strInputFormat, "video/mp2t");
+
PVR->TransferChannelEntry(handle, &xbmcChannel);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment