# HG changeset patch # User melunko # Date 1177097386 -3600 # Node ID 27872a83abaa51e454de3fde26c8578ccd8526af # Parent 1814defc4436f9808f690eb0e77b0db263988060 [svn r587] Added README for gmyth/samples diff -r 1814defc4436 -r 27872a83abaa gmyth/samples/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth/samples/README Fri Apr 20 20:29:46 2007 +0100 @@ -0,0 +1,10 @@ +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. + + +Example for recorded file: +gmyth-cat -h 192.168.1.124 -p 6543 -f file.nuv + +Example for livetv: +gmyth-cat -h 192.168.1.124 -p 6543 -c 111 + +