gmyth-stream/libgnomevfs2/README
branchtrunk
changeset 790 7a914b3fafc1
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gmyth-stream/libgnomevfs2/README	Wed Aug 01 14:50:29 2007 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +URI: myth://host:port/filename
     1.5 +
     1.6 +or, when downloading LiveTV content...
     1.7 +
     1.8 +URI: myth://user:password@host:port/?dbname&channel=channel_num
     1.9 +
    1.10 +sample (remote .NUV file): gnomevfs-cat myth://127.0.0.1:7654/video.nuv
    1.11 +
    1.12 +sample (LiveTV): gnomevfs-cat 'myth://mythtv:mythtv@192.168.3.165:6543/livetv?channel=4'
    1.13 +
    1.14 +gst-launch-0.10 gnomevfssrc location='myth://192.168.3.165:6543/livetv?channel=444' ! nuvdemux name=d .audio_src ! queue ! alsasink d.video_src ! ffdec_mpeg4 ! xvimagesink
    1.15 +