GNURadio TS Streaming server block that can be used to watch ATSC TV streams with a player like VLC in real-time provided your system can handle the processing of the rest of the flowgraph.
Build is pretty standard:
mkdir build
cd build
cmake ..
make
make install
ldconfig