Kodi DSPlayer – DirectShow Player for Windows
(2015-09-22, 15:26)*Roma* Wrote:
(2015-09-22, 11:16)Bjur Wrote: Thanks for the answer roma. I have enabled UNC path for live tv.
log is here:
http://xbmclogs.com/pksrvhwzt
It's seems that mediaportal failed to tune a new channel on channel switching.
Code:
11:09:49 T:19340  NOTICE: AddOnLog: MediaPortal PVR Client: Open Live stream for channel uid=136
11:09:55 T:19340   DEBUG: AddOnLog: MediaPortal PVR Client: MPTV::Socket::ReadLine: timeout waiting for response, retrying... (6)
11:10:01 T:19340   DEBUG: AddOnLog: MediaPortal PVR Client: MPTV::Socket::ReadLine: timeout waiting for response, retrying... (5)
11:10:07 T:19340   DEBUG: AddOnLog: MediaPortal PVR Client: MPTV::Socket::ReadLine: timeout waiting for response, retrying... (4)
11:10:07 T:14268   DEBUG: Thread JobWorker 14268 terminating (autodelete)
11:10:10 T:19340   ERROR: AddOnLog: MediaPortal PVR Client: Could not start the timeshift for channel uid=136. Reason: [ERROR]: TVServer answer: NoPmtFound|16
11:10:10 T:19340   DEBUG: CAddonCallbacksAddon - ADDON::CAddonCallbacksAddon::QueueNotification - MediaPortal PVR Client - Error Message : 'No PMT found'
11:10:10 T:19340   ERROR: AddOnLog: MediaPortal PVR Client: GetLiveStreamURL for uid=136 returned no URL
11:10:10 T:19340   DEBUG: PVRManager - PVR::CPVRManager::PerformChannelSwitch - switching to channel 'TV 2'
11:10:10 T:19340   DEBUG: AddOnLog: MediaPortal PVR Client: SwitchChannel(uid=136) ffmpeg rtsp: nothing to be done here... GetLiveSteamURL() should fetch a new rtsp url from the backend.
11:10:10 T:19340   ERROR: PVR - PVR::CPVRClients::SwitchChannel - cannot switch to channel 'TV 2' on client '755'
11:10:10 T:19340   ERROR: PVRManager - PVR::CPVRManager::PerformChannelSwitch - failed to switch to channel 'TV 2'
Maybe your card doesn't support fast channel switching.

(2015-09-22, 11:16)Bjur Wrote: Regarding the last example I'm not skilled enough to make a it work for this specific scenario.
Guide: http://forum.kodi.tv/showthread.php?tid=...pid1966593

Rules:
LiveTV: rtsp streams or timeshift files *.tsbuffer
Recordings: rtsp streams or *.ts files

Code:
if (filePath == "*rtsp://*") or (fileExt == "tsbuffer") or (fileExt == "ts")  "MediaPortal PVR profile" else "Normal profile"

(2015-09-22, 11:16)Bjur Wrote: PS. I have tried teletext and it is not working. It should be working with tsreader.
I don't have teletext , so i can't test this.

I got the multiple streams working by scanning each tuner card, so it's working.

1. Is there something I can test with teletext to get it working?
According to this thread magro got it working with ffmpeg.
https://www.scintilla.utwente.nl/~marcel...lient.html

2. Regarding the madvr profile I would like to test it. I have however the following in there:
if (srcWidth = 1920) or ((srcHeight > 720) and (srcHeight <= 1080)) "1080p"
else if (srcWidth = 1280) or ((srcHeight > 540) and (srcHeight <= 720)) "720p"
else if ((srcWidth <= 960) or (srcHeight <= 540)) "SD"

How do I put this into it?
if (filePath == "*rtsp://*") or (fileExt == "tsbuffer") or (fileExt == "ts") "MediaPortal PVR profile" else "Normal profile"

And would it be easier to just use the kodi menu, to make this type of profile instead?

Thanks for the help.
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
RE: Kodi DSPlayer – DirectShow Player for Windows - by Bjur - 2015-09-24, 10:57
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47