Coder Social home page Coder Social logo

pi-rtl2832-freeview-streaming's Introduction

pi-rtl2832-freeview-streaming

RTL-SDR Dangle Raspberry Pi Streaming Service

-Install dvb-apps

apt-get install dvb-apps

-Location data for scan uk_Cambridge @ https://ukfree.tv/transmitters/tv/Sandy_Heathd

scan uk_Cambridge

-Save scan data to conf file

scan uk_Cambridge > channels.conf

-Udp proxy http://www.udpxy.com/download/udpxy/udpxy-src.tar.gz tar zvf ... make install

-Start multicast service

dvblast -f 594000000 -c config_multicast -m QAM_64 -b 8 -G 32

  • File Config_multicast (program pid profile from the MUX frequency) 239.1.1.11:20000 1 22080 #Sky News 239.1.1.12:20000 1 pid #Name ... ...

If you network is not good at multicast packages

-Proxy UDP to tcp

udpxy -p 8080

-Loop back multicast

sudo ip address add 1.2.3.4/32 dev lo label lo:1 sudo ip route add 224.0.0.0/4 dev lo:1

-Address of use

UDP: rtp://239.1.1.11:20000 --Multicast TCP: http://192.168.50.247:8080/udp/239.1.1.11:20000 --Unicast

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.