This file is indexed.

/usr/share/doc/dvbstream/examples/rtptv.sh is in dvbstream 0.6+cvs20090621-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#!/bin/sh
DUMPRTP=/home/dave/DVB/cvs/dvbstream/dumprtp
TS2PS=/home/dave/src/mpegtools/ts2ps
BFR=bfr
MPLAYER='mplayer -ao sdl -vo sdl -'

$DUMPRTP | $TS2PS 0 0 | $BFR -m 1024kB  | $MPLAYER