Posts: 2
Joined: Jan 2021
Reputation:
0
I decided to answer my own post in case it helps anyone else.
Firstly, time-shifting using the MediaPortal PVR client doesn't work. In my case I was connecting using RTSP streaming, as this was the only way I could connect to the MP TV Server on the MS Win10 backend. From what I was able to track down online on this issue it appear this implementation would need considerable rework to take advantage of the changes to the Kodi PVR client framework and enable time-shifting.
Additional I encountered problems with playback of TV recordings, such as when attempting to skip forward or backward the playback would stop and return to Kodi (as well as some weird audio issues on live TV with the sound being uneven).
I finally decided to go with NextPVR, which I had a much better experience with from the Kodi PVR client perspective with time-shifting and recorded TV playback working as expected. However the NextPVR doesn't have the same level of granularity when setting up and configuring that MP offers, which is a great pity. I also found recording and playback (at least through the MP frontend) rock solid, while I have had to restart the NextPVR Win service on few occasions.
Over all the ability to watch traditional TV or use our streaming services as well as Steam Link for gaming that the Chromecast with Google TV offers is a great "one remote" solution that I have wanted for quite a while.
Posts: 5
Joined: Feb 2021
Reputation:
0
log looks like
2021-02-25 09:43:32.010 T:13815 INFO <general>: AddOnLog: pvr.mediaportal.tvserver: Open Live stream for channel uid=165
2021-02-25 09:43:32.588 T:13815 INFO <general>: AddOnLog: pvr.mediaportal.tvserver: Channel timeshift buffer: \\MEDIAPORTAL-PC\timeshiftbuffer\live13-0.ts.tsbuffer
2021-02-25 09:43:32.588 T:13815 INFO <general>: AddOnLog: pvr.mediaportal.tvserver: Sleeping 4 ms before opening stream: rtsp://192.168.1.25/stream13.0
2021-02-25 09:43:32.592 T:13815 INFO <general>: AddOnLog: pvr.mediaportal.tvserver: Creating a new TsReader...
2021-02-25 09:43:32.592 T:13815 INFO <general>: AddOnLog: pvr.mediaportal.tvserver: TsReader open '\\MEDIAPORTAL-PC\timeshiftbuffer\live13-0.ts.tsbuffer'
2021-02-25 09:43:32.592 T:13815 INFO <general>: AddOnLog: pvr.mediaportal.tvserver: Translate path \\MEDIAPORTAL-PC\timeshiftbuffer\live13-0.ts.tsbuffer -> smb://MEDIAPORTAL-PC/timeshiftbuffer/live13-0.ts.tsbuffer
2021-02-25 09:43:32.592 T:13815 INFO <general>: AddOnLog: pvr.mediaportal.tvserver: FileReader::OpenFile() smb://MEDIAPORTAL-PC/timeshiftbuffer/live13-0.ts.tsbuffer.
2021-02-25 09:43:32.608 T:13815 ERROR <general>: Unable to lookup host: 'MEDIAPORTAL-PC'
2021-02-25 09:43:32.638 T:13815 INFO <general>: Skipped 1 duplicate messages..
2021-02-25 09:43:32.638 T:13815 INFO <general>: SMBFile->Open: Unable to open file : 'smb://MEDIAPORTAL-PC/timeshiftbuffer/live13-0.ts.tsbuffer'
unix_err:'d' error : 'Permission denied'
2021-02-25 09:43:32.652 T:13815 ERROR <general>: Unable to lookup host: 'MEDIAPORTAL-PC'
looks like a dns lookup error but it works in 18.9 and timeshiftbuffer path is defined in mediaportal and I cannot change it to ip path.
logs in kodi 18.9
2021-02-25 10:10:38.226 T:24963 NOTICE: AddOnLog: MediaPortal PVR Client: Open Live stream for channel uid=165
2021-02-25 10:10:38.870 T:24963 NOTICE: AddOnLog: MediaPortal PVR Client: Channel timeshift buffer: \\MEDIAPORTAL-PC\timeshiftbuffer\live13-0.ts.tsbuffer
2021-02-25 10:10:38.870 T:24963 NOTICE: AddOnLog: MediaPortal PVR Client: Creating a new TsReader...
2021-02-25 10:10:38.872 T:24963 NOTICE: AddOnLog: MediaPortal PVR Client: TsReader open '\\MEDIAPORTAL-PC\timeshiftbuffer\live13-0.ts.tsbuffer'
2021-02-25 10:10:38.873 T:24963 NOTICE: AddOnLog: MediaPortal PVR Client: Translate path \\MEDIAPORTAL-PC\timeshiftbuffer\live13-0.ts.tsbuffer -> smb://MEDIAPORTAL-PC/timeshiftbuffer/live13-0.ts.tsbuffer
2021-02-25 10:10:38.925 T:24963 NOTICE: AddOnLog: MediaPortal PVR Client: OpenLiveStream: success for channel id 165 (TF1 HD) on card 13
Posts: 2
Joined: Feb 2021
Reputation:
0
Hi,
I have the same problem.
I use chromecast with google tv and kodi with mediaportal pvr plugin.
From 2 days ago kodi update to 19 and i can't see TV.
I installed only mediaportal pvr plugin, nothing else, i only use to see TV.
I have try with all setting in pvr config (tsreader with rtsp, tsreader without rtsp, ffmpeg, ecc.), but i have always the same error: permission denied.
Someone managed to fix the problem?
Thanks in advanced
Posts: 2
Joined: Feb 2021
Reputation:
0
Hi,
I have fix the problem.
Now it is all ok.
To try ti fix i have try to navigate on server samba share, from file manager, with no luck.
So i read in the forum that kodi 19 have a bug, it can connect only a password samba share from windows 10 server. From my nas it connect withuot password, but from windows server with mediaportal it is impossible.
So i have protect the share with password and all it is ok now.
So i don t need to modify database (modify resolvname to ip address, my server have a static ip in my lan).
Thanks to all