Die Suche ergab 23 Treffer

von jockyw2001
Sa 20. Aug 2016, 00:04
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

mohousch hat geschrieben: does mean this just this 3 boxes can use usb tuner?
I'm new to stmicro player2 code and need to look into it. But yes looks like only those boxes support dvb-t usb tuners.
von jockyw2001
Fr 19. Aug 2016, 23:55
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

mohousch: satip_client connects and talks with minisatip. I also don't get audio/video. I can record and playback channels with audio/video. I don't get EPG.
(currently I deactivated built-in tuner and did a channel seach on the vtuner).
von jockyw2001
Fr 19. Aug 2016, 23:51
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

If you have a dual-tuner box it is possible to give minisatip 1 tuner and the other for whatever you use (nhd2, e2, titannt). That's what I do with my av7500.
If you build minisatip with libdvbcsa then you can also watch encrypted channels.
von jockyw2001
Fr 19. Aug 2016, 23:24
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

DboxOldie hat geschrieben:I can´t test > I have no sat-ip server running.....
If you have a spare box then you can run minisatip on it. If you need a mips or sh4 binary let me know.
von jockyw2001
Fr 19. Aug 2016, 23:16
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

If you want to test the new sat>ip code then set havevtuner = true In that case you must manually update your rcS and add a couple of mknods. This is what I add on my ufs910 mknod /dev/vtunerc0 c 266 0 mkdir -p /dev/dvb/adapter1 mknod /dev/dvb/adapter1/frontend0 c 212 67 mknod /dev/dvb/adapter1/demu...
von jockyw2001
Do 18. Aug 2016, 00:50
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

Thx mohousch for testing and including the satip stuff in cdk. I have done some testing in E2, but so far no luck. I can see vtuner in Enigma2, but it doesn't zap to a channel. Pretty weird.

Indeed, to be continued ...
von jockyw2001
Di 16. Aug 2016, 14:07
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

Sourcecode for satip client and vtunerc attached. In the Makefile you must update the path vars TREE_ROOT and CROSS_COMPILE.
von jockyw2001
Di 16. Aug 2016, 13:46
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

can you point me to vtunerc driver e.g satip client sources or there is any parameter to load your precompileted driver as cable tuner? I will post sources here asap i build minisatip for mipsel its working ;-) on android elegato support only dvbs ;-( Cool, did you build with libdvbcsa? You can the...
von jockyw2001
Fr 12. Aug 2016, 18:03
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

The permanent timeshift trick kind of works, but although I can watch tv now, this is of course not the ultimate goal :D I think rerouting dvr0 could be the easiest solution for now. Do you have some advise how the patches could be done? Is it something like changing VIDEO_SOURCE_DEMUX to VIDEO_SOUR...
von jockyw2001
Fr 12. Aug 2016, 11:37
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

Okay, I think I understand what you mean and I will take a shot at both options you suggest. Thx! :)
von jockyw2001
Fr 12. Aug 2016, 09:40
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

The OE-Alliance Enigma2 implementation is significantly more complex, for example it requires a usb helper app. There is also no vtuner sourcecode available, because vtuner functionality is built in the chipset driver. For example for vu+ and gigablue stb receivers based on broadcom chipset vtuner i...
von jockyw2001
Do 11. Aug 2016, 14:31
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

I suspect the no video problem is because of this failing ioctl call as can be seen in the neutrino console log many times: Open: setting /dev/dvb/adapter0/demux0 to source 0 DMX_SET_SOURCE: Invalid argument nhd2-exp/src/zapit/include/linux/dvb/dmx.h:178:#define DMX_SET_SOURCE _IOW('o', 49, dmx_sour...
von jockyw2001
Do 11. Aug 2016, 09:59
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

The attached package includes vtuner module (for kernel 2.6.32.61_stm24_0217), satip client and minisatip for sh4 boxes. I run minisatip on a dual-tuner av7500 and have reserved tuner1 for minisatip. The cmdline to start it is then: minisatip -e 1:1 --dmx-source 1:1 -x 8081 -l I run vtuner and satip...
von jockyw2001
Do 11. Aug 2016, 01:15
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

Still no video with tv channels, but I can record and play the recorded movies with audio & video now ! To achieve this I had to add a few symlinks in rcS: # until false # do echo "starting neutrino ->" # JockyW: we have to manually bring eth0 up, stupidly this is done in neuttrino sig...
von jockyw2001
Mi 10. Aug 2016, 10:07
Forum: NHD2 - Allgemeines
Thema: Sat <> IP
Antworten: 156
Zugriffe: 30411

Re: Sat <> IP

Yes I thought the vtuner is referred under dvb Adapter 1 how Do you linken all dvb Devices to Adapter 0? Elsewhere vtuner dont provide Video 0 and audio0 (i think from your First log) I disabled the built-in tuner in rcS so at the moment I only use adapter0 with vtuner's dvr0, demux0 and frontend0....

Zur erweiterten Suche