Skip to content

Repository for GNURadio flowcharts for video transmission via USRP, OFDM

Notifications You must be signed in to change notification settings

Agrim9/Video-TX-via-USRP-OFDM-and-GNURadio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video-TX-via-USRP-OFDM-and-GNURadio

Repository for GNURadio flowcharts for video transmission via USRP, OFDM

Tx and Rx commands for FFMPEG

Execute in the root folder where you have ffmpeg and x264.

  • RX: ./ffplay -f h264 udp://127.0.0.1:1234
  • TX: ./ffmpeg -f v4l2 -i /dev/video0 -preset ultrafast -vcodec libx264 -tune zerolatency -b 900k -f h264 udp://127.0.0.1:1234

For good streams ./ffmpeg -f v4l2 -i /dev/video0 -preset ultrafast -vcodec libx264 -tune zerolatency -b 100k -f h264 -pix_fmt yuv420p udp://127.0.0.1:1234

About

Repository for GNURadio flowcharts for video transmission via USRP, OFDM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published