Search found 26 matches

by r00t
Sat Jun 19, 2010 11:31 am
Forum: Module / Plugin Programming
Topic: loading abitmap file into an osd with c++
Replies: 8
Views: 27724

It's relatively simple if you already know how to use GDI calls. Following code uses WTL classes for GDI functions, but you can easily change it to pure Win32 GDI calls. First tell DD to create bitmap for you and get HBITMAP for it. Also create DC for drawing. // Global variables HBITMAP bmSurface; ...
by r00t
Fri Jun 18, 2010 4:31 pm
Forum: Bug Reports
Topic: Channel list full produces weird behaviour
Replies: 2
Views: 4990

Thanks for your reply. Another proper way how to handle this is to have dynamic channel list length: Add length to header (it can be in 100 channel steps to make it single byte) and when it's full, add 100 more channels. This would mean small speed-up for single position and DVB-T users, as they wou...
by r00t
Fri Jun 18, 2010 9:41 am
Forum: Bug Reports
Topic: Channel list full produces weird behaviour
Replies: 2
Views: 4990

Channel list full produces weird behaviour

When channel list is full and you try to scan new transponder, it just doesn't show new/changed/deleted dialog after channel is scanned.(Consider adding " channel list full " message or something similar). However when I delete one program (making space for one new), it saves all scanned programs - ...
by r00t
Thu Jun 17, 2010 12:11 pm
Forum: Done
Topic: Packet losses when module registers filter with FT_TSFULL
Replies: 1
Views: 3663

Packet losses when module registers filter with FT_TSFULL

Version: 1.5c, doesn't matter what device is used (SS2, SS2HD, my MANTIS driver...) I remember seeing this bug in 1.4 versions as well. Any module that uses API DDMODAPI_START_FILTER (like Stream recorder ) with wFilterType = FT_TSFULL causes Packet losses counter to count every processed frame. No ...
by r00t
Mon Jun 14, 2010 9:13 pm
Forum: Undetermined
Topic: Terratec Cinergy S2 PCI HD - BDA, S2, Loop on Exit, S/Q Bar
Replies: 7
Views: 26584

Cinergy_S2_PCI_HD_Drv_Setup_1.01.02.101_XP_Vista_7.exe 17-May-2010 Thanks. Just checked them with my card, still no dvb-S2 ACM modulation support... no visible changes for me :/ If you don't need CI, you may be quite happy with my driver with DVB-S2 8PSK and diseqc support: http://www.dvbdream.org/...
by r00t
Mon May 17, 2010 8:16 pm
Forum: General
Topic: root's BDA Mantis DD driver
Replies: 28
Views: 82081

Can you tell me what transponer (and sat) you are trying to receive?
Does this mantis driver works for other channels with your card without problems?
by r00t
Thu May 06, 2010 10:15 am
Forum: General
Topic: Technisat Skystar HD2 and DVB-S2 8PSK channels
Replies: 10
Views: 24974

Updated my driver to 0.2 so it runs with 1.1.1.900 driver. http://www.dvbdream.org/forum/viewtopic.php?t=2662 Also did some research on drivers available for Mantis cards: Skystar HD2 - latest is 1.1.1.502 TWINHAN - latest 1.1.1.800 Terratec - latest 1.1.1.901 This Terratec driver seems to be newest...
by r00t
Wed May 05, 2010 1:47 pm
Forum: General
Topic: Technisat Skystar HD2 and DVB-S2 8PSK channels
Replies: 10
Views: 24974

Where have you found 1.3.2.6790 driver? Latest one from Technisat web is 1.1.1.502 dated 07.02.2009. What transponder (and sat) you are trying to receive? Skystar HD2 drivers seems to have problems with some S2 modulation types. For example 10758V,10817V and 10876V (all 22000 DVB-S2 8/9 8PSK, from 2...
by r00t
Mon May 03, 2010 2:42 pm
Forum: General
Topic: root's BDA Mantis DD driver
Replies: 28
Views: 82081

root's BDA Mantis DD driver

Hi, After trying different BDA interfaces with various results, I decided to write my own device module for Skystar HD2. What works: - Tuning both DVB-S and DVB-S2 signals except 16/32APSK (see below) - raw DiSEqC, Tone/Data burst should work too (untested) - ... and all other normal stuff you want ...
by r00t
Mon Apr 05, 2010 5:32 pm
Forum: HOT FIXES / PATCHES and Test Versions
Topic: Latest BDA interface (06.05.2009)
Replies: 28
Views: 84920

Testing BDA 2.5.0 with new Skystar HD2 (Mantis chipset) on XP: - Can tune DVB-S channels without problems - Can't tune 8PSK DVB-S2 (tried all modulations in scan dialog) but 16APSK works fine, also can tune NBC-QPSK (tested Sky Deutschland TPX) - DisEqC doesn't work I have been looking in MtsBda.sys...
by r00t
Mon Apr 05, 2010 5:19 pm
Forum: Test versions of modules & device interfaces and other tools
Topic: New BDA-Device-Driver for DD
Replies: 73
Views: 143986

Testing with new Skystar HD2 (Mantis chipset) on XP: - Can tune DVB-S channels without problems - Can't tune 8PSK DVB-S2 but 16QAM works fine (8PSK probably needs different modulation type, tried changing INI file, but it gets overwritten with 23 everytime plugin is loaded) - DisEqC doesn't work. - ...

Go to advanced search