gmyth/samples/README
author melunko
Fri Apr 20 20:29:46 2007 +0100 (2007-04-20)
branchtrunk
changeset 582 27872a83abaa
permissions -rw-r--r--
[svn r587] Added README for gmyth/samples
melunko@582
     1
gmyth-cat is a simple application to demonstrate/test the media capabilities of gmyth library. It is possible to download or "cat" one recorded file or a livetv channel.
melunko@582
     2
melunko@582
     3
melunko@582
     4
Example for recorded file:
melunko@582
     5
gmyth-cat -h 192.168.1.124 -p 6543 -f file.nuv
melunko@582
     6
melunko@582
     7
Example for livetv:
melunko@582
     8
gmyth-cat -h 192.168.1.124 -p 6543 -c 111
melunko@582
     9
melunko@582
    10