On 24/11/05, Weston, Toby <[EMAIL PROTECTED]> wrote: > Just a quick update, I changed the test strategy that I got from > http://www.ethics-gradient.net/myth/mythdvb.html from; > > /usr/src/linuxtv-tools/linuxtv-dvb-apps-1.1.0/util/szap/tzap -a 0 "BBC TWO" > /usr/src/dvbstream/dvbstream-0.5/dvbstream -c 0 -ps -qam 16 -cr 3_4 600 601 > | mplayer - > > to > > ... > /usr/src/dvbstream/dvbstream-0.5/dvbstream -c 0 -o -ps -qam 16 -cr 3_4 600 > 601 | mplayer -
A very easy way to test DVB (assuming you have a valid channels.conf file in ~/.tzap) is: tzap -o - "BBC TWO" |xine stdin:// tzap takes care of all the tuning and puts the stream to standard out, and then xine (or mplayer) reads it in and displays it. Nick _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
