2013-11-26, 01:28
I"ve been able to confirm that EDL support works very well for the http streaming that NextPVR uses, but there are a few issues with how the baseline XBMC code works with http PVR backendd. Primarily the problem is that most of the code is not generic it is tuned to how specific addons identify reoordings with the custom URI pvr://recordings/filename.pvr
Before I create a pull with some changes to get this working I was looking for guidance on the proper approach to take
1) Simple - brute force.
when PVR manager is running send all http urls to the PVR client to see if it can load an EDL.
2) Modify the plugin to use pvr://recordings/*.pvr notation and modify CPVRFile::TranslatePVRFilename and PVRClients->GetStreamURL() to be more recordings aware
Suggestions welcome.
Martin
Before I create a pull with some changes to get this working I was looking for guidance on the proper approach to take
1) Simple - brute force.
when PVR manager is running send all http urls to the PVR client to see if it can load an EDL.
2) Modify the plugin to use pvr://recordings/*.pvr notation and modify CPVRFile::TranslatePVRFilename and PVRClients->GetStreamURL() to be more recordings aware
Suggestions welcome.
Martin