![]() |
pvr.demo GetChannel function - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: pvr.demo GetChannel function (/showthread.php?tid=230079) |
pvr.demo GetChannel function - piotrekcrash - 2015-06-20 Hi All, I'm working on my own PVR addon. When stream field is empty for single channel in channel list then on click this channel in Kodi function "PVRDemoData::GetChannel" is called. I wanna put there my coding to generate stream link but at start I simply put there link to video Quote:bool PVRDemoData::GetChannel(const PVR_CHANNEL &channel, PVRDemoChannel &myChannel) Unfortunatly this is not working. I log i receive: Quote:15:55:00 T:3448 NOTICE: Creating InputStream What I'm doing wrong? |