gmyth-stream/libgnomevfs2/README
author morphbr
Thu Apr 19 22:38:46 2007 +0100 (2007-04-19)
branchtrunk
changeset 577 7dc357cbaa40
permissions -rw-r--r--
[svn r582] * GMyth-Streamer (version 0.2):
- Mencoder plugin 100% working (without mythtv stuff)
- Debug messages updated
- Bug fixes inside server/utils
morphbr@534
     1
URI: myth://host:port/filename
morphbr@534
     2
morphbr@534
     3
or, when downloading LiveTV content...
morphbr@534
     4
morphbr@534
     5
URI: myth://user:password@host:port/?dbname&channel=channel_num
morphbr@534
     6
morphbr@534
     7
sample (remote .NUV file): gnomevfs-cat myth://127.0.0.1:7654/video.nuv
morphbr@534
     8
morphbr@534
     9
sample (LiveTV): gnomevfs-cat 'myth://mythtv:mythtv@192.168.3.165:6543/livetv?channel=4'
morphbr@534
    10
morphbr@534
    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
morphbr@534
    12