[mythtv-users] Australian DVB-T resolution

Andy Foster fostandy at gmail.com
Sun Jan 15 06:17:08 UTC 2006


On 1/12/06, Phill Edwards <philledwards at gmail.com> wrote:
>
> # scan /usr/share/doc/linuxtv-dvb-apps-1.1.0
> /examples/scan/dvb-t/au-sydney_north_shore
>
> Eyal - could you pleeeease just put me out of my misery here and tell
> me how you did it!
>
>
this is pretty horrible, but from the scan output (channels.conf) and an
mplayer that supports dvb, I just ran:
cat channels.conf | perl -e '$opts=" -vo asdfasdf -ao asdfasdf| tee -a
streaminfo"; while ($f = <STDIN>) { if ($f =~ m/radio/i || $f =~ m/jazz/i)
{next;} $f =~ m/(.+?):/; print "mplayer \"dvb://1\@$1\" $opts; "; }'

Paste the output into another shell and run it, which should fire up mplayer
to interrogate the stream and fail (invalid vo driver), it should take a
while and you might need to nudge it along with ctrl-c. Then you can

cat streaminfo | grep -e Playing -e ^VIDEO: -e ^AUDIO
to get video/audio details for each channel. Just note I've been told
mplayer's bitrate report is not quite right.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060115/edf6e47c/attachment.htm


More information about the mythtv-users mailing list