[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
1 URI: myth://host:port/filename
3 or, when downloading LiveTV content...
5 URI: myth://user:password@host:port/?dbname&channel=channel_num
7 sample (remote .NUV file): gnomevfs-cat myth://127.0.0.1:7654/video.nuv
9 sample (LiveTV): gnomevfs-cat 'myth://mythtv:mythtv@192.168.3.165:6543/livetv?channel=4'
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