Search found 5 matches

by gurabli
Sat Feb 29, 2020 6:08 pm
Forum: minisatip
Topic: Minisatip <-> Tvheadend over Wireguard tunnel
Replies: 10
Views: 22167

Re: Minisatip <-> Tvheadend over Wireguard tunnel

So I don't need to start minisatip with -O --satip-tcp option? EDIT: Found the TCP checkbox in TVH, now it works great! Running over Wireguard tunnel, perfect, at least for now. Are there any options I should set for minisatip? Or just simply run it without any specific options added. Still need to ...
by gurabli
Sat Feb 29, 2020 5:50 pm
Forum: minisatip
Topic: Minisatip <-> Tvheadend over Wireguard tunnel
Replies: 10
Views: 22167

Re: Minisatip <-> Tvheadend over Wireguard tunnel

9000h wrote: Sat Feb 29, 2020 5:44 pm Hi,
as your TVH log shows you are still using UDP and not TCP.
CU
9000h
So I should use TCP? Where should I set it, on minisatip side? Now minisatip is just started without any parameters.
by gurabli
Sat Feb 29, 2020 1:18 pm
Forum: minisatip
Topic: Minisatip <-> Tvheadend over Wireguard tunnel
Replies: 10
Views: 22167

Re: Minisatip <-> Tvheadend over Wireguard tunnel

I think this should work with not much issues: On host A: run just ./minisatip On host B: you may need to route also the eth0 ip address thru wg0 (eg: route add A_LAN_IP wg0 ). Make sure you add A_LAN_IP to allowed IPs for that peer. ./build.linux/tvheadend -d --satip_xml http://A_LAN_IP:8080/desc....
by gurabli
Sat Feb 15, 2020 9:41 am
Forum: minisatip
Topic: Welcome to minisatip
Replies: 12
Views: 62287

Re: Welcome to minisatip

Hi,
I am new here, thanks for the great code.
I create a new topic with my question a day ago, said it needs to be approved, still I don't see it yet.
Thanks
by gurabli
Fri Feb 14, 2020 11:19 am
Forum: minisatip
Topic: Minisatip <-> Tvheadend over Wireguard tunnel
Replies: 10
Views: 22167

Minisatip <-> Tvheadend over Wireguard tunnel

Hi, I have a remote location at my parents house with DVB-C access. I have a linux (Diepti/Armbian) box with a DVB-C dual tuner there. My goal is to stream live TV from that remote location to my current location (as I don't have access to that provider). I use Wireguard for this, being way more fas...