Kodi DSPlayer – DirectShow Player for Windows
(2015-09-24, 14:58)*Roma* Wrote:
(2015-09-24, 10:57)Bjur Wrote: I got the multiple streams working by scanning each tuner card, so it's working.
Is "fast channel switching" working now?

(2015-09-24, 10:57)Bjur Wrote: 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
What type of teletext you use? teletext subtitles?
Please upload sample of recorded video.

(2015-09-24, 10:57)Bjur Wrote: 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.
Code:
if (filePath == "*rtsp://*") or (fileExt == "tsbuffer") or (fileExt == "ts")  "MediaPortal PVR profile"
else 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"

Hi Roma the profile doesn't work. The error in madVR is:

expected some sort of "and" or "or" statement
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-25, 11:53
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