Search found 770 matches

by cata
Tue Jul 04, 2023 8:14 pm
Forum: minisatip
Topic: TBS6909X-v2 + TBS6900
Replies: 14
Views: 23481

Re: TBS6909X-v2 + TBS6900

I am aware of that bug (with 000B instead of 0b00)
by cata
Tue Jul 04, 2023 6:45 pm
Forum: minisatip
Topic: TBS6909X-v2 + TBS6900
Replies: 14
Views: 23481

Re: TBS6909X-v2 + TBS6900

Both times it seems the client (VLC) closes the connection.
I would suggest trying other clients such as tvheadend or vdr
by cata
Tue Jul 04, 2023 5:11 pm
Forum: minisatip
Topic: TBS6909X-v2 + TBS6900
Replies: 14
Views: 23481

Re: TBS6909X-v2 + TBS6900

Yeah I need to fix the bug and yes I am the developer of minisatip
by cata
Mon Jul 03, 2023 10:39 pm
Forum: minisatip
Topic: TBS6909X-v2 + TBS6900
Replies: 14
Views: 23481

Re: TBS6909X-v2 + TBS6900

Hey, yes -c 8:1-000b is a bug, which device are you using?

Also, try -c 8:1,9:1
by cata
Sun Jul 02, 2023 5:04 pm
Forum: minisatip
Topic: TBS6909X-v2 + TBS6900
Replies: 14
Views: 23481

Re: TBS6909X-v2 + TBS6900

i see this in the logs:
[02/07 16:25:23.150 AD0]: PAT AD 0 new transponder 10 (old 14), version 3

which is the reason the first channel is getting closed. The frequencies you are tuning are different polarity.
Does you both adapters connect to the same cable (LNB) ?
by cata
Sun Jul 02, 2023 5:35 am
Forum: minisatip
Topic: TBS6909X-v2 + TBS6900
Replies: 14
Views: 23481

Re: TBS6909X-v2 + TBS6900

I see the following in the log [30/06 16:53:10.456 AD8]: PMT CA 8 pmt 11 pid 973 () ver 0 sid 18073 (18073), enabled_pmts 1, CLM_ONLY, PMTS to be send 11 -1, pos 0 [30/06 16:53:18.153 AD0]: PMT CA 8 DEL pmt 11 pid 973, sid 18073 (18073), ver 0, NO UPDATE name: TV3 HD (S) - Text [30/06 16:53:18.695 A...
by cata
Fri Apr 07, 2023 2:21 pm
Forum: minisatip
Topic: minisatip + Icam
Replies: 4
Views: 12021

Re: minisatip + Icam

Tvh has --satip-xml arg, where you can specify minisatip location.
With this option there needs to be just ip reachability between tvh and minisatip.
Also ensure You're using tcp transport instead of udp
by cata
Wed Feb 22, 2023 4:47 pm
Forum: minisatip
Topic: minisatip on zgemma star
Replies: 3
Views: 11097

Re: minisatip on zgemma star

Feel free to download new binaries from: https://github.com/catalinii/minisatip/releases
by cata
Wed Feb 22, 2023 4:47 pm
Forum: minisatip
Topic: minisatip on zgemma star
Replies: 3
Views: 11097

Re: minisatip on zgemma star

Hi, I think using vtuner.conf directly is the right way. I am using the following line: 0=desc:minisatip,ipaddr:192.168.2.30,port:554,tcpdata:1,tuner_type:DVB-S,uuid:11223344-9999-0000-b7ae-623b1237acda,vtuner_type:satip_client tcpdata:1 indicates usage of tcp instead of udp. If the tunnel is over i...
by cata
Wed Feb 22, 2023 4:38 pm
Forum: minisatip
Topic: Offline mode for sundtek devices
Replies: 1
Views: 7763

Re: Offline mode for sundtek devices

Hi,

the idea is good, but I think a timer when ad->sid_cnt is 0 needs to be started. When that is higher than adapter_timeout then the adapter can be closed.
Feel free to submit a PR in github.

thanks