Gmyth-cat
From GMythWiki
Contents |
[edit]
Description
gmyth-cat loads a mythtv backend recorded file or a livetv channel data and outputs it to the standard output.
[edit]
Command Line Options
-?, --help Show help options -h, --hostname=IP_ADDRESS Mythtv backend hostname or IP address -p, --port=PORT Mythtv backend port -f, --filename=FILE Recorded file name available in the Mythtv backend -c, --channel=CHANNEL Mythtv channel number
[edit]
Examples
- Downloads a mythtv recorded file from the server to a local file
$ gmyth-cat -h 192.168.2.228 -p 6543 -f 1004_20070730105000.nuv > /tmp/output.nuv
- Plays a mythtv channel with mplayer
$ gmyth-cat -h 192.168.2.228 -p 6543 -c 13 | mplayer -
[edit]
Notes
If gmyth was compiled with debug enabled, a lot of messages will be shown, but they does not affect the gmyth-cat result.
