Difference between revisions of "MythAVTest"

From MythTV Official Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
{{Wrongtitle|mythavtest}}
 
{{Wrongtitle|mythavtest}}
  
Internal video playback can be tested mythavtest:
+
Internal video playback can be tested with mythavtest:
  
 
== Usage ==
 
== Usage ==
Line 9: Line 9:
 
mythavtest dvd:\\
 
mythavtest dvd:\\
 
mythavtest dvd:\\/path/to/dvd.iso
 
mythavtest dvd:\\/path/to/dvd.iso
 +
mythavtest bd:\\path_to_bluray_mount
 
</pre>
 
</pre>
  

Revision as of 14:10, 12 September 2010

Important.png Note: The correct title of this article is mythavtest. It appears incorrectly here due to technical restrictions.


Internal video playback can be tested with mythavtest:

Usage

mythavtest /myth/tv/1003_20060302232800.mpg
mythavtest dvd:\\
mythavtest dvd:\\/path/to/dvd.iso
mythavtest bd:\\path_to_bluray_mount

Without an argument, this tool also exercises the "Live TV" recording chain. This can even be done on a machine without any tuner cards by creating a dummy MpegRecorder which loops through a sample MPEG file.

On a machine that supports V4L, just add an IVTV type card in mythtv-setup, with the device set to something like "file:/path/to/some/mpeg/file.mpg". You also need to attach the card to a video source.

On non-V4L machines, you currently need to manually create entries in the capturecard and cardinput tables. videodevice=file:/path/file.mpg, cardtype=MPEG, inputname=MPEG2TS. On such machines, you also need to have built the backend with --enable-hdpvr