Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.
/ gnuradio-dvb Public archive

Simple video broadcasting with Gstreamer, GNU Radio and the USRP

Notifications You must be signed in to change notification settings

csete/gnuradio-dvb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains simple GNU Radio Companion scripts that I have used for a simple setup
for digitsal video transmission. It's no DVB-T or DVB-S system, just a simple way to get a webcam
on the air.

For video processing I used Gstreamer connected to GNU Radio using named pipes.
See http://wiki.oz9aec.net/index.php/Simple_DVB_with_Gstreamer_and_GNU_Radio for more details.

gmsk_tx.grc and gmsk_rx.grc:
A simple GMSK transmitter and receiver pair that can be used on separate computers and USRPs.

gmsk_trx.grc:
A smiple GMSK transceiver that can be used on one computer with one USRP for both transmit and receive.

gmsk_sim.grc:
A simple TX+RX simulator that can be used to test without any USRP.

gst-cmd.txt:
Example Gstreamer commands to build the video processing pipelines.

multicam.py:
An experimental GUI to switch between different cameras (not very functional yet).


Note that recent versions of GNU Radio now include a digital television package that is capable of
making DVB-T and DVB-S/S2/S2X compatible transmissions.

About

Simple video broadcasting with Gstreamer, GNU Radio and the USRP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages