fsphil / hacktv

Analogue TV transmitter for the HackRF
GNU General Public License v3.0
669 stars 80 forks source link

Would a satellite transmission work with the sdr? hackrf for example #104

Closed j1m1l0k0 closed 1 year ago

j1m1l0k0 commented 1 year ago

Is there any way to adapt the code for DVB-S2/S/T demodulation and sending via satellite?

fsphil commented 1 year ago

Do you mean can you use a DVB channel as an input for hacktv? If so then yes, using software like tvheadend or mumudvb - then pass the URL for your channel as an input to hacktv.

j1m1l0k0 commented 1 year ago

It actually wasn't that. I would like to know if there is a way to implement in source code demod dvb-s2, dvb-s, signals via satellite equal to dvb-s2 demod gui. See this app https://forum.amsat-dl.org/index.php?thread/101-software-dvb-s-demodulator/

fsphil commented 1 year ago

No, that's outside the scope of the project. However the TS output from that program could be used as a source for hacktv.

j1m1l0k0 commented 1 year ago

Thanks Phil ;)