Difference between revisions of "Windows Watching Recordings in Windows with MythTv Player"

From MythTV Official Wiki
Jump to: navigation, search
m (Installing MythTv Player: Typo)
m (Using MythTv Player: Typo)
Line 103: Line 103:
 
-----
 
-----
  
From version 0.7.0 mythtv 0.24 is supported and from version 0.7.1 mythtv 0.25 final is supported,but not live tv.
+
From version 0.7.0 mythtv 0.24 is supported and from version 0.7.1 mythtv 0.25 final is supported, but not live tv.
  
 
==Keys==
 
==Keys==

Revision as of 13:19, 22 May 2012

Website

http://www.sudu.dk/mythtvplayer/

http://sourceforge.net/projects/mythtvplayer/

Author

Mikkel Bystrup Stensgaard

Contact at mythtvplayer at sudu.dk

Introduction

There are many ways to watch MythTV recordings on Windows (See also Play_Recordings_On_Windows). MythTv Player is the easiest so far to set up and use for streaming recordings over a local network. Over my home wireless 802.11g network, I am able to watch in progress recording from my Windows laptop in a different room.

MythTV Player also has its own forums, which are linked from its main page. Any feedback, bug/crash reports and feature requests should probably be directed there instead of the MythTV Mailing List.

Features

  • Connects to at MythTv backend and play recordings.
  • Plays MPEG-2,MPEG-4, transcoded recordings and High Definition (stereo and 5.1).
  • Support for MythTv version 0.18 to 0.25 (Protocol 15 to 69).
  • Fully independent, including all needed codecs.
  • Network buffering, including prebuffering and rebuffering on buffer underruns.
  • Simple GUI.
  • Fast startup and operation.
  • Commercials can be skipped, using the commercial marks from the backend. Including automatic skipping.
  • Bookmark support using MythTv bookmarks.
  • Deletion of recordings can be done directly from the player.
  • Download recordings and play recordings in external play if samba share's are configured

Prerequisites

If you have not already altered MYSQL on the Myth backend to allow for remote connections to the Myth DB, you will need to follow these simple instructions:

Troubleshooting:Unable to connect to the master backend server

Installing MythTv Player

[Download MythTv Player ] by selecting one of the version links on this page. I recommend the latest testing version (or the latest stable version 0.7). The link opens a zip file, so save it to your machine and open it with Winzip or use the windows option to open it with "compressed folder". You should extract the contents somewhere you can run it from, such as c:\mythtvplayer.

Edit Config file

When MythTVPlayer first starts it will ask you the IP address or hostname of your Myth backend machine. This is all the configuration you should need to use MythTV Player, and you can skip ahead to "Using MythTV Player". However if you have an older version, before 0.3.3, you will need to manually edit the config.xml file to set the IP address of the Myth backend machine.

Prior to version 0.3.3 you have to run the program once to generate the config file. Run MythTv Player and you will receive an error that the config file does not exist. Close the application and look in the install directory. You should now find config.xml. There is a readme here with complete instructions, you might want to look at that too.

Edit the config.xml with notepad and find the line

<HostName></HostName>

Change this line to include the name or IP of your MythTV backend. For example:

<HostName>192.168.1.123</HostName>

Other Options that are available in the config.xml file are as follows:

<AutoBookmark>: '1' and a bookmark is automatically set when recording is stopped.

<UseWindowsShare>: '1' and recordings are opened from windows share. '0' they are streamed using the MythTv protocol. Windows shares seems to be much faster.

<WindowsShare>: Point this to the windows share that contains the recordings.

<StreamBufferEnabled> '1' to enable stream buffer. The streambuffer is really only needed when streaming on wireless.

<DeleteRecordingsEnabled> '1' and recordings can be deleted from GUI. '0' to disable.

<SDLAdvancedVideoWindow>: Set to 1 to remove titlebar from window. It does not work on all graphics hardware.

<PreBufferingPercent>: Percentage of buffers to fill before starting to play when starting new recording or seeking.

<ReBufferingPercent>: Percentage of buffers to fill after a buffer underrun.

<NetbookGuiEnabled>: Set to 1 to enable a gui designed for netbook screens.

Save the file and restart MythTV Player to accept any changes made.

Using MythTv Player

When you open MythTv Player, you initially have two windows, one is for controlling, and the other is the resizable viewing window. I usually watch it in slightly less than full screen.

MythTvPlayer1a.jpg

To choose a recording, click the R button. This opens a 3rd window, showing your recordings on the Myth Backend so you can choose one to view.

MythTvPlayer2aa.jpg

When you click or select a recording a description, length, and other information about the recording is displayed. To play the selected recoding click the Play button. A dialog box will ask you if you want to Auto Skip commercials, you can answer yes or no. If you answer No, you can skip commercials manually (see below).

Resize the view window to your liking.

As of version 0.3.4, the delete button is now available. If pressed, it will delete the highlighted recording from the backend server.

The Status button on the control screen is helpful. It is the S button. There you can see the frames per second, dropped frames, and the buffer size and levels. The control has Play, Pause, forward and backward. The control window also shows the current position in the stream and the total recording length, and your throughput.



From Version 0.5.0 you can watch LiveTV.

Screenshot mythtv 0 5 0.jpg


From version 0.7.0 mythtv 0.24 is supported and from version 0.7.1 mythtv 0.25 final is supported, but not live tv.

Keys

You can use several hotkeys while a recording is playing back:

  • (esc) quit
  • (P) to Play or Pause the recording
  • (F) to toggle between fullscreen/window
  • (A) Sets playback window to "Always on Top" mode
  • (Q) to go back to the prior commercial cut point
  • (Z) to go forward to the next commercial cut point
  • (L/R arrows) to navigate the recording (forward or back 2 minutes)
  • (spacebar) to set a bookmark at the current position
  • (W) Zooms in to a different Aspect Ratio
  • (1) Resize to 50%
  • (2) Resize to 100%
  • (3) Resize to 200%

If you saved a position in MythTVPlayer the Myth Frontend will also use that saved position and vice-versa.


Libraries

Package.png The player could not have been created without the following amazing libraries. A big applause goes to the developers of these.

  • Ffmpeg: http://ffmpeg.mplayerhq.hu/ Fmpeg is used for demuxing, audio and video decoding. It is included under the terms of the LGPL license. See 'lgpl.txt' in MythTV Player downloaded file.
  • Fltk: http://www.fltk.org/ Fast Light ToolKit 2 is used for the Graphical User Interface. It is included under the terms of the LGPL license. See 'lgpl.txt' in MythTV Player downloaded file.
  • SDL: http://www.libsdl.org/ Simple Directmedia Layer is used for image and audio handling. It is included under the terms of the LGPL license. See 'lgpl.txt' in MythTV Player downloaded file.
  • TinyXml: http://tinyxml.sourceforge.net/ The TinyXml library is used for the XML config file.
  • LibIntl: http://gnuwin32.sourceforge.net/packages/libintl.htm. Provides native language support