libgnomevfs2-mythtv/README
author morphbr
Tue May 29 21:24:48 2007 +0100 (2007-05-29)
branchtrunk
changeset 718 3fbcd3d9b2d1
parent 284 9f0e61bf49ff
permissions -rwxr-xr-x
[svn r724] * GMyth-Streamer version 0.3 released
- Improved Log architecture;
- Creation of a history for the transcoder's actions
- Creation of an id for each transcoder instanciated
- Also wrapps default actions for python's default logger

- Created new functions to make use of this new Log architecture;
- serve_new_id
- serve_get_log
- serve_get_all_log

- _Lot_ of small bug fixes;

- Inserted header for all files;

- Splited files with too many lines (more than 1 class per file)
in more files;
melunko@38
     1
URI: myth://host:port/filename
melunko@38
     2
rosfran@277
     3
or, when downloading LiveTV content...
rosfran@277
     4
rosfran@277
     5
URI: myth://user:password@host:port/?dbname&channel=channel_num
rosfran@277
     6
rosfran@284
     7
sample (remote .NUV file): gnomevfs-cat myth://127.0.0.1:7654/video.nuv
rosfran@284
     8
rosfran@382
     9
sample (LiveTV): gnomevfs-cat 'myth://mythtv:mythtv@192.168.3.165:6543/livetv?channel=4'
rosfran@382
    10
rosfran@382
    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
rosfran@382
    12