Archive:MythTV: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Dteirney
m (Initial dumping ground for Myth related content.)
 
>Dteirney
mNo edit summary
Line 4: Line 4:


myth://192.168.1.3
myth://192.168.1.3
myth://username:password@ipaddress/sharename
myth://username:password@ipaddress/sharename


Patches
Current Functionality
FFmpeg
 
Recordings By Title
Live TV
Guide
Recordings
Recordings By Title (with patch)


Skin Support
Skin Support
Line 20: Line 24:


UPnP
UPnP
Useful Patches
FFmpeg
Recordings By Title


Trouble Shooting
Trouble Shooting
Recordings Don't Play
Check DNS entry. On XBox, handled using Hosts entry in AdvancedSettings.xml. On Linux, use /etc/hosts file.


High CPU Usage with H264 Encoded Video
High CPU Usage with H264 Encoded Video
Line 37: Line 49:


I was having audio sync problems with 1080i content with LATM AAC audio. AAC is quite CPU intensive (or so I'm told) and my AMD X2 6000+ CPU wasn't quite cutting the mustard combined with the also CPU intensive H264 video content. So, unless you've got a rocketship CPU that's faster than 3.0Ghz try adding <skiploopfilter>48</skiploopfilter> to the advancedsettings.xml file in userdata.
I was having audio sync problems with 1080i content with LATM AAC audio. AAC is quite CPU intensive (or so I'm told) and my AMD X2 6000+ CPU wasn't quite cutting the mustard combined with the also CPU intensive H264 video content. So, unless you've got a rocketship CPU that's faster than 3.0Ghz try adding <skiploopfilter>48</skiploopfilter> to the advancedsettings.xml file in userdata.
Known Problems
Need to delete a Recording twice for it to be removed from the list.
Seeking doesn't work with Live TV.
xbmcmythtv Python Script
No longer supported or maintained?

Revision as of 10:47, 23 December 2008

A start for MythTV content for the XBMC wiki based on existing posts on the forum.

Setup

myth://192.168.1.3

myth://username:password@ipaddress/sharename

Current Functionality

Live TV Guide Recordings Recordings By Title (with patch)

Skin Support MediaStream - Episode View

Current Projects Unified PVR

XBox - SD only Linux - HD

UPnP

Useful Patches FFmpeg Recordings By Title

Trouble Shooting

Recordings Don't Play

Check DNS entry. On XBox, handled using Hosts entry in AdvancedSettings.xml. On Linux, use /etc/hosts file.

High CPU Usage with H264 Encoded Video There is an advanced setting which can be used to reduce the number of CPU cycles needed to decode H264 encoded video.

The <skiploopfilter> setting in advancedsettings.xml can be used to reduce the CPU utilization by reducing the quality of the output video.

Valid values are -16, 0, 8, 16, 32, 48.

The larger the number the more h264 content gets discarded in an effort to save CPU cycles.

Audio Plays Out of Sync

Check CPU utilization

I was having audio sync problems with 1080i content with LATM AAC audio. AAC is quite CPU intensive (or so I'm told) and my AMD X2 6000+ CPU wasn't quite cutting the mustard combined with the also CPU intensive H264 video content. So, unless you've got a rocketship CPU that's faster than 3.0Ghz try adding <skiploopfilter>48</skiploopfilter> to the advancedsettings.xml file in userdata.


Known Problems

Need to delete a Recording twice for it to be removed from the list.

Seeking doesn't work with Live TV.


xbmcmythtv Python Script

No longer supported or maintained?