2015-07-21, 21:04
(2015-07-21, 15:41)neeto33 Wrote: Hi,
Can anyone help with this - please??
I'm using the latest RC build from page one, followed the instruction to Warner's instructions (thank you!)
I've swapped my backend to TVHeadEnd running on linux as that uses rtps
Using DVDPlayer everything seems to work fine but not DSPLayer.
TVHeadEnd used RTPS to communication for pvr.
So I'm thinking it will work because RTPS is supported by DSPlayer.....right? nope.... SIGH
From log file snippet below you can see the creation of the filter graph is not working.
The message about "LoadFilterRules Extension "" not found." seems to offer some clue but not sure what that exactly means as there is a rule for rtps in the mediasconfig.xml file.
Snippet of log
23:13:23 T:5852 DEBUG: PVRFile - XFILE::CPVRFile::Open - playback has started on filename pvr://channels/tv/All channels/pvr.hts_1970978686.pvr
23:13:23 T:5852 NOTICE: CDSPlayer::OpenFileInternal - DSPlayer: Opening:
23:13:23 T:5268 NOTICE: Thread CDSPlayer thread start, auto delete: false
23:13:23 T:5268 NOTICE: CDSPlayer:rocess - Creating DS Graph
23:13:23 T:5268 NOTICE: Loading filter core factory settings from special://profile/dsplayer/filtersconfig.xml (filters configuration).
23:13:23 T:5268 NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
23:13:23 T:5268 NOTICE: Loading filter core factory settings from special://profile/dsplayer/mediasconfig.xml (medias configuration).
23:13:23 T:5268 NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
23:13:23 T:5268 NOTICE: Successfully loaded rules
23:13:23 T:5268 DEBUG: CDSGraph::SetFile Successfully added XBMC to the Running Object Table
23:13:23 T:5268 ERROR: CFGLoader::LoadFilterRules Extension "" not found. Please check mediasconfig.xml
23:13:23 T:5268 ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
23:13:23 T:5268 INFO: CDSGraph::SetFile Rendering file. Elapsed time: 0.16ms
23:13:23 T:5268 INFO: CDSPlayer:rocess Loading file. Elapsed time: 24.55ms
23:13:23 T:5268 ERROR: CDSPlayer:rocess - Failed creating DS Graph
Tvheadend HTSP PVR client addon for Kodi doesn't support external players(required function like GetLiveStreamURL() has not been implemented), this addon can only work with Kodi internal DVDPlayer.