- Thread starter
- #41
Also note that since messing with the BufferingDelayInMilliSeconds registry entry values, live TV has gotten much worse on the client machine even though the setting has been returned to 0.
The setting only affects TsReader (and it's read by TsReader each time play starts) so I think that's just coincidence. The TsReader log tells you what the setting is e.g. '--- Buffering delay = 0 ms' or '--- Buffering delay = 2000 ms' if you want to check.
I'd try the 'debug' UNC paths option for TV as well to see if it works better than the default RTSP mode - see https://forum.team-mediaportal.com/threads/tvplugin-avoiding-rtsp-in-multiseat-mode-test-plz.36735/
What you have in the client logs are typical RTSP 'lost packet' problems (which create continuity errors => stutters/corrupted video). What sort of networking are you using ?
Nothing special on the the networking front. The server and client machines are both connected to the same router via cat5/cat6. Simple WORKGROUP setup with file shares etc....
I read the post in the thread that you linked to. It leads to a few questions. So based on this:
===================================================================
EDIT: The modifications in this thread are now included in MP.
For more information, see http://wiki.team-mediaportal.com/1_...diaPortal_Configuration/22_TV/5_Debug_Options and https://forum.team-mediaportal.com/t...rtsp-in-multiseat-mode-test-plz.36735/page-28
=======================================================
I'm wondering it it's still necessary to do this (and if so which parts?):
open "mediaportal.xml" and insert this new "usertsp" tag.
<section name="tvservice">
<entry name="usertsp">no</entry>
optionally insert "recordingpath" and "timeshiftingpath" tags.
<entry name="recordingpath">I:\DVB-Capture</entry>
<entry name="timeshiftingpath">I:\DVB-Timeshifting</entry>
If these paths are defined then they will be used instead of the equivalent UNC path.
One problem is that those folders will only work if all cards on the server is timeshifting to the same folder.
The same goes for recording folders.
If you only want to use UNC path, then omit the 2 XML keys, or use empty strings in name="".
To use these paths, please map a network drive on each client.
In this example it's drive letter I.
Or do I simply setup do this?:
You need to start configuration.exe from the command line or edit the shortcut on your desktop (or wherever).
1. Open the start menu.
2. Type cmd, hit enter.
3. Type "c:\Program Files (x86)\Team MediaPortal\MediaPortal\Configuration.exe" /DebugOptions (assuming that is the path to MP on your PC and include the quotes) and hit enter.
The debug options are a sub-section under "TV".
And then setup the UNC paths as noted in http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/141_Configuration/MediaPortal_Configuration/22_TV/5_Debug_Options?[DOUBLEPOST=1389271942][/DOUBLEPOST]Or do I still need to do this regardless?:
open "mediaportal.xml" and insert this new "usertsp" tag.
<section name="tvservice">
<entry name="usertsp">no</entry>
Edit: Ok... skimmed through the thread. So it's an either or proposition. Either make the changes to the .xml file or add /DebugOptions to the .exe and then change the UNC paths in the GUI.
Last edited:
United States of America