Search found 768 matches

by cata
Wed May 10, 2017 1:36 pm
Forum: minisatip
Topic: ATSC Tuner -> tvheadend
Replies: 13
Views: 14054

Re: ATSC Tuner -> tvheadend

You need to delete previous version and do configure again
by cata
Wed May 10, 2017 6:18 am
Forum: minisatip
Topic: ATSC Tuner -> tvheadend
Replies: 13
Views: 14054

Re: ATSC Tuner -> tvheadend

You will have the support in the next commit of 0.7-ca.

Please remove old files, download it from git again, ./configure
and then:

make clean;make DVBAPI=0 DVBCSA=0 DVBAES=0 DVBCA=0

Thanks
by cata
Wed May 10, 2017 3:54 am
Forum: minisatip
Topic: ATSC Tuner -> tvheadend
Replies: 13
Views: 14054

Re: ATSC Tuner -> tvheadend

The satip protocol does not have support for atsc.

However I see tvh supports atsct tuners over network.

I will try to add support for this in minisatip in 0.7-ca branch.
by cata
Thu Mar 23, 2017 10:12 am
Forum: minisatip
Topic: Using without DVB device
Replies: 3
Views: 4881

Re: Using without DVB device

Hi

That feature is not supported yet.

Thanks
by cata
Wed Mar 22, 2017 11:01 pm
Forum: minisatip
Topic: Using without DVB device
Replies: 3
Views: 4881

Re: Using without DVB device

Hi,

Yes you can set up on virtual pc and use another satip from another server with option -s

Thanks
by cata
Fri Mar 10, 2017 11:20 pm
Forum: minisatip
Topic: minisatip on IP Antenna (Humax H40IP / Selfsat IP / Inverto iLNB / etc...)
Replies: 22
Views: 23640

Re: minisatip on IP Antenna (Humax H40IP / Selfsat IP / Inverto iLNB / etc...)

Hi, This error happen because you have an adapter but trying to tune on multiple transponders in the same time. In this log just an adapter is detected but in the previous log it's 8. Do you have different devices? The previour log shows: [04/03 22:01:46.060]: tuning to 12188000(1588000) pol: h (2) ...
by cata
Sun Mar 05, 2017 2:01 pm
Forum: minisatip
Topic: minisatip on IP Antenna (Humax H40IP / Selfsat IP / Inverto iLNB / etc...)
Replies: 22
Views: 23640

Re: minisatip on IP Antenna (Humax H40IP / Selfsat IP / Inverto iLNB / etc...)

Hi,

Tuning fails for some reason. Try different dvb-s, dvb-s2 transponders.


If you can provide remote access and the cross compiler I can try to see what is not accepted.

Thanks
by cata
Mon Feb 27, 2017 12:45 am
Forum: minisatip
Topic: dvb-t2 plp
Replies: 5
Views: 6831

Re: dvb-t2 plp

probably the issue is here:

https://github.com/tvheadend/tvheadend/ ... tsp.c#L194

tvh does not have support for plp
by cata
Mon Feb 27, 2017 12:39 am
Forum: minisatip
Topic: dvb-t2 plp
Replies: 5
Views: 6831

Re: dvb-t2 plp

Hi,

this seems like a tvheadend issue if everything works good in VLC with minisatip.

I see you have opened a issue on tvheadend side: https://tvheadend.org/boards/5/topics/25122

Thanks
by cata
Sun Feb 26, 2017 11:24 pm
Forum: minisatip
Topic: minisatip on IP Antenna (Humax H40IP / Selfsat IP / Inverto iLNB / etc...)
Replies: 22
Views: 23640

Re: minisatip on IP Antenna (Humax H40IP / Selfsat IP / Inverto iLNB / etc...)

Delete __thread from the following places: # grep __thread *c ca.c:extern __thread char *thread_name; socketworks.c:__thread pthread_t tid; socketworks.c:__thread char *thread_name; utils.c: static __thread STmpinfo *last; utils.c:__thread SMutex *mutexes[50]; utils.c:__thread int imtx = 0; then cha...