computers:server:mythbuntu1104
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computers:server:mythbuntu1104 [2011/06/26 13:51] – [Filename Symbolic Links] david | computers:server:mythbuntu1104 [2012/05/19 17:18] (current) – [Filename Symbolic Links] david | ||
|---|---|---|---|
| Line 180: | Line 180: | ||
| exit 0 | exit 0 | ||
| </ | </ | ||
| - | - Copy that file into **/ | + | - Copy that file into **/ |
| sudo cp mythtv_cronjob_symlink_recordings.sh / | sudo cp mythtv_cronjob_symlink_recordings.sh / | ||
| </ | </ | ||
| Line 187: | Line 187: | ||
| sudo chmod 755 / | sudo chmod 755 / | ||
| </ | </ | ||
| - | - I added these lines to **/ | + | - I added these lines to **/ |
| + | follow symlinks = yes | ||
| + | unix extensions = no | ||
| + | wide links = yes | ||
| + | </ | ||
| ====== Frontend ====== | ====== Frontend ====== | ||
| Line 275: | Line 279: | ||
| - Go to Utilities / Setup -> Setup -> Media Settings -> Video Settings -> General Settings: | - Go to Utilities / Setup -> Setup -> Media Settings -> Video Settings -> General Settings: | ||
| + | ==== Media Types ==== | ||
| + | |||
| + | === mkv === | ||
| + | |||
| + | I was having some issues with the internal player not hanging very well with high definition content, so I modified the video player setup to use **mplayer** | ||
| + | |||
| + | - Surf in the mythtv setup to this menu structure: | ||
| + | - Change the extension to " | ||
| + | - Enter the following command into the **Command: | ||
| + | |||
| + | mplayer -cache=16384 -cache-min=10 -fs -zoom -quiet -nosub -vo vdpau -vc ffh264vdpau -heartbeat-cmd " | ||
| + | </ | ||
| + | * the **-vc** call makes a huge difference in CPU usage (from 50% to 2% doing a 1080p video) (I thought the **-vo** would do it on its own but it does not) | ||
| + | * the **-heartbeat-cmd " | ||
| ===== Trouble Shooting ===== | ===== Trouble Shooting ===== | ||
computers/server/mythbuntu1104.1309096273.txt.gz · Last modified: by david
