Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 306 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 306 Bytes

gr-atsc2

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.

Building

Build is pretty standard:

mkdir build

cd build

cmake ..

make

make install

ldconfig