home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Watching an episode takes ages to start playback (wo/ logs)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RoChess" data-source="post: 892169" data-attributes="member: 18896"><p>The fact you have no internet might cause delays when MP-TVSeries or any other MediaPortal plugin tries to obtain updated information. So be sure to check all the options on such things as import scan and disable those.</p><p> </p><p>As for delay before playback starts, especially one via network is usually related to three main reasons:</p><p> </p><p><strong>#1.</strong> MediaInfo is having trouble to read the file. MediaPortal right before playback starts will check the mediafile via MediaInfo to obtain tech info, so it can be used to adjust refresh rate for example when you have the MePo option enabled to adjust your TV/monitor to use 24Hz on a 24fps movie. If the mediafile has issues and MediaInfo has to for example copy the entire file to get the info, then imagine the delay this would cause before playback can start.</p><p> </p><p><u>Solution:</u> updating the MediaInfo DLL to current version might resolve it, or otherwise disable the DLL totally for the time being if you have stumbled upon a new bug.</p><p> </p><p><strong>#2.</strong> You have a bad splitter+codec setup. The time between pressing 'Ok' to start playback and MP-TVSeries handing over control to MediaPortal to play the file, which then fires up the DirectShow chain to play the file is almost always in a fraction of a second (assuming #1 is not an issue). After that it is all about the splitter to read the mediafile and the codecs to actually play them. If you have a misbehaving setup, then that's where you should focus on.</p><p> </p><p><u>Solution:</u> LAVfilter for example is the new default splitter+codec solution that MediaPortal will install for you. First make sure if that is updated via the MediaPortal Extension Installer shortcut on your desktop and manually download an updated list of new MPEI versions (last tab). If you are running latest version and still have issues, then my only suggestion is to switch to the Standalone MPC-HC splitters+codec solution as it is a much more mature solution and the codecs are actually multi-threaded optimized (unlike LAV).</p><p> </p><p>You have to download the 32-bit codec zip pack (even on 64-bit OS as MediaPortal is 32-bit) from the official website (via SourceForge), unzip it, and move the folder to a location you prefer. Then via elevated command prompt (Run as Admin) you need to register the splitters and codecs you wish to use.</p><p> </p><p>Example: regsvr32 "C:\Program Files\Media Player Classic - Standalone Filters\MPCVideoDec.ax"</p><p> </p><p>The main AX files you want to register are:</p><p> </p><ul> <li data-xf-list-type="ul">MP4Splitter.ax (for MP4s)</li> <li data-xf-list-type="ul">MatroskaSplitter.ax (for MKVs)</li> <li data-xf-list-type="ul">FLVSplitter.ax (for OnlineVideos, etc)</li> <li data-xf-list-type="ul">MpaDecFilter.ax (for most audio codecs)</li> <li data-xf-list-type="ul">MPCVideoDec.ax (for most video codecs)</li> </ul><p>You do not need to register AviSplitter.ax and such because the default Windows support in XP+ is more then sufficient for that. My preference is to install the least amount needed and when a file does not play to find out what filter it needs and then register that one versus jamming up the registry with stuff you will never use.</p><p> </p><p>Via MediaPortal config you then have to adjust the codec section to actually use these codecs, such as "MPC Video" for video, etc.</p><p> </p><p><strong>#3.</strong> You ran into something new, in which case the only way to help you *IS* to look at detailed debug-enabled log files on everything.</p></blockquote><p></p>
[QUOTE="RoChess, post: 892169, member: 18896"] The fact you have no internet might cause delays when MP-TVSeries or any other MediaPortal plugin tries to obtain updated information. So be sure to check all the options on such things as import scan and disable those. As for delay before playback starts, especially one via network is usually related to three main reasons: [B]#1.[/B] MediaInfo is having trouble to read the file. MediaPortal right before playback starts will check the mediafile via MediaInfo to obtain tech info, so it can be used to adjust refresh rate for example when you have the MePo option enabled to adjust your TV/monitor to use 24Hz on a 24fps movie. If the mediafile has issues and MediaInfo has to for example copy the entire file to get the info, then imagine the delay this would cause before playback can start. [U]Solution:[/U] updating the MediaInfo DLL to current version might resolve it, or otherwise disable the DLL totally for the time being if you have stumbled upon a new bug. [B]#2.[/B] You have a bad splitter+codec setup. The time between pressing 'Ok' to start playback and MP-TVSeries handing over control to MediaPortal to play the file, which then fires up the DirectShow chain to play the file is almost always in a fraction of a second (assuming #1 is not an issue). After that it is all about the splitter to read the mediafile and the codecs to actually play them. If you have a misbehaving setup, then that's where you should focus on. [U]Solution:[/U] LAVfilter for example is the new default splitter+codec solution that MediaPortal will install for you. First make sure if that is updated via the MediaPortal Extension Installer shortcut on your desktop and manually download an updated list of new MPEI versions (last tab). If you are running latest version and still have issues, then my only suggestion is to switch to the Standalone MPC-HC splitters+codec solution as it is a much more mature solution and the codecs are actually multi-threaded optimized (unlike LAV). You have to download the 32-bit codec zip pack (even on 64-bit OS as MediaPortal is 32-bit) from the official website (via SourceForge), unzip it, and move the folder to a location you prefer. Then via elevated command prompt (Run as Admin) you need to register the splitters and codecs you wish to use. Example: regsvr32 "C:\Program Files\Media Player Classic - Standalone Filters\MPCVideoDec.ax" The main AX files you want to register are: [LIST] [*]MP4Splitter.ax (for MP4s) [*]MatroskaSplitter.ax (for MKVs) [*]FLVSplitter.ax (for OnlineVideos, etc) [*]MpaDecFilter.ax (for most audio codecs) [*]MPCVideoDec.ax (for most video codecs) [/LIST] You do not need to register AviSplitter.ax and such because the default Windows support in XP+ is more then sufficient for that. My preference is to install the least amount needed and when a file does not play to find out what filter it needs and then register that one versus jamming up the registry with stuff you will never use. Via MediaPortal config you then have to adjust the codec section to actually use these codecs, such as "MPC Video" for video, etc. [B]#3.[/B] You ran into something new, in which case the only way to help you *IS* to look at detailed debug-enabled log files on everything. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Watching an episode takes ages to start playback (wo/ logs)
Contact us
RSS
Top
Bottom