Search found 770 matches

by cata
Sun Apr 07, 2024 5:43 pm
Forum: minisatip
Topic: Using MiniSatIp behind a firewall/router
Replies: 3
Views: 42

Re: Using MiniSatIp behind a firewall/router

Minisatip (server) obeys whatever protocol the client wants. Generally the client can ask for http or rtsp rcp.
by cata
Sun Apr 07, 2024 2:55 pm
Forum: minisatip
Topic: Using MiniSatIp behind a firewall/router
Replies: 3
Views: 42

Re: Using MiniSatIp behind a firewall/router

Minisatip can use http, rtsp udp and rtsp tcp.

Rtsp tcp uses port 554, http uses 8080.

By forwarding those ports from the router you sjould be able to get it working.

Rtsp udp in addition to 554 also udp from minisatip to the server
by cata
Sat Mar 09, 2024 3:08 pm
Forum: minisatip
Topic: how to use enigma2 box tuner remotely?
Replies: 1
Views: 108

Re: how to use enigma2 box tuner remotely?

If you run ‘init 4’, enigma2 will be killed, then you can run minisatip.

It’s ok also if enigma2 is stopped (in standby) as it will not use any tuners
by cata
Thu Feb 15, 2024 6:58 pm
Forum: minisatip
Topic: TV tuner with separate demod and front end
Replies: 2
Views: 7748

Re: TV tuner with separate demod and front end

can u provide logs?
./minisatip -f -l http
by cata
Thu Feb 15, 2024 1:24 pm
Forum: minisatip
Topic: CI+ protocol implementation in minisatip
Replies: 104
Views: 258939

Re: CI+ protocol implementation in minisatip

Can you provide a log just with cam that does not work?
by cata
Thu Feb 08, 2024 5:08 am
Forum: minisatip
Topic: ARMv5 Binary TBS MOI+
Replies: 9
Views: 16862

Re: ARMv5 Binary TBS MOI+

This is an old sdk not sure it will work to compile the binary,

can you run:

find /dev/dvb
and provide the output

also the output of 'dmesg' right after the boot
by cata
Thu Feb 08, 2024 4:54 am
Forum: minisatip
Topic: TV tuner with separate demod and front end
Replies: 2
Views: 7748

Re: TV tuner with separate demod and front end

Seems like possible some other software is using the tuner while you're trying to use minisatip.

lsof | grep dev/adapter

and kill those processes
by cata
Wed Jan 10, 2024 6:44 pm
Forum: minisatip
Topic: ARMv5 Binary TBS MOI+
Replies: 9
Views: 16862

Re: ARMv5 Binary TBS MOI+

can u paste the logs for attempting to cross compile
by cata
Mon Jan 08, 2024 10:51 pm
Forum: minisatip
Topic: ARMv5 Binary TBS MOI+
Replies: 9
Views: 16862

Re: ARMv5 Binary TBS MOI+

can u provide the output of find /dev/dvb/

see this for cross compilation:
https://github.com/catalinii/minisatip? ... on-example
by cata
Tue Nov 14, 2023 10:44 pm
Forum: minisatip
Topic: Incommunication between Oscam and minisatip
Replies: 3
Views: 4788

Re: Incommunication between Oscam and minisatip

The command line above suggests you are not using oscam with minisatip. You need -o to specify the oscam address and port (eg. localhost:2000). An example config can be found here:

https://github.com/manio/vdr-plugin-dvbapi