libgnomevfs2-mythtv/README
author renatofilho
Fri Feb 15 13:52:23 2008 +0000 (2008-02-15)
branchtrunk
changeset 915 e612ba1d16ab
parent 284 9f0e61bf49ff
permissions -rwxr-xr-x
[svn r924] created method gmyth_upnp_get_devices
     1 URI: myth://host:port/filename
     2 
     3 or, when downloading LiveTV content...
     4 
     5 URI: myth://user:password@host:port/?dbname&channel=channel_num
     6 
     7 sample (remote .NUV file): gnomevfs-cat myth://127.0.0.1:7654/video.nuv
     8 
     9 sample (LiveTV): gnomevfs-cat 'myth://mythtv:mythtv@192.168.3.165:6543/livetv?channel=4'
    10 
    11 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
    12