Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Hi,
This is a beta version of vdr which support dvb-s2.
So this version is able to watch TVHD through a streaming plugin
(streamdev plugin is include in archive).
http://www.freewebs.com/jlacvdr/vdr-s2hd…-070630.tar.bz2
The DVB-S2 channels must have 'M8' in modulation field of channels.conf,
for example:
ASTRAPROMO_HD:12721:hC23M819.2E:22000:767:768:0:0:10202:1:1119:0
tested with:
- linux 2.6.19
- TT3200 card (manu drivers and laasa patch)
JLac
... es geht los! 
ONY PS3-60GB + Kathrein UFS 910 per HDMI Pioneer 5000EX This post has been edited 1 times, last edit by "vatheuer" (Jul 3rd 2007, 1:55pm)

Quoted
Original von donulfo
bin mal gespannt auf erste berichte...
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
zapping to 2 'HD': sat 0, frequency = 12721 MHz H, symbolrate 22000000, vpid = 0x02ff, apid = 0x0300 sid = 0x27da (fec = -2147483648, mod = 2) Querying info .. Delivery system=DVB-S2 using '/dev/dvb/adapter1/frontend0' and '/dev/dvb/adapter1/demux0' ----------------------------------> Using 'STB0899 DVB-S2' DVB-S2 diseqc: sat_no:0 pol_vert:0 hi_band:1 cmd:e0 10 38 f3 wait:0 do_tune: API version=2, delivery system = 2 do_tune: Frequency = 2121000, Srate = 22000000 (DVB-S2) do_tune: Frequency = 2121000, Srate = 22000000 (SET_PARAMS) status 1a | signal 05aa | snr 0030 | ber 00000000 | unc fffffffe | FE_HAS_LOCK |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS1\" -D_GNU_SOURCE -DVIDEODIR=\"/video\" -DPLUGINDIR=\"./PLUGINS/lib\" dvbdevice.c dvbdevice.c: In member function ‘bool cDvbTuner::SetFrontend()’: dvbdevice.c:297: error: aggregate ‘dvbfe_params fe_params’ has incomplete type and cannot be defined dvbdevice.c:479: error: aggregate ‘dvbfe_info feinfo’ has incomplete type and cannot be defined dvbdevice.c:499: error: ‘DVBFE_DELSYS_DVBS’ was not declared in this scope dvbdevice.c:504: error: ‘DVBFE_DELSYS_DSS’ was not declared in this scope dvbdevice.c:509: error: ‘DVBFE_DELSYS_DVBS2’ was not declared in this scope dvbdevice.c:516: error: ‘DVBFE_GET_INFO’ was not declared in this scope dvbdevice.c:548: error: ‘DVBFE_FEC_AUTO’ was not declared in this scope dvbdevice.c:570: error: ‘DVBFE_SET_PARAMS’ was not declared in this scope dvbdevice.c: In constructor ‘cDvbDevice::cDvbDevice(int)’: dvbdevice.c:772: error: aggregate ‘dvbfe_info feinfo’ has incomplete type and cannot be defined dvbdevice.c:781: error: ‘DVBFE_DELSYS_DVBS’ was not declared in this scope dvbdevice.c:785: error: ‘DVBFE_DELSYS_DSS’ was not declared in this scope dvbdevice.c:789: error: ‘DVBFE_DELSYS_DVBS2’ was not declared in this scope dvbdevice.c:796: error: ‘DVBFE_GET_INFO’ was not declared in this scope make: *** [dvbdevice.o] Fehler 1 |


|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
### The C compiler and options: CC = gcc CFLAGS = -O2 CXX = g++ CXXFLAGS = -fPIC -g -O2 -Wall -Woverloaded-virtual ### The directory environment: DVBDIR = /usr/local/src/v4l-dvb/linux MANDIR = /usr/local/man BINDIR = /usr/local/bin PLUGINDIR= ./PLUGINS PLUGINLIBDIR= /usr/lib/vdr VIDEODIR = /video ### The remote control: LIRC_DEVICE = /dev/lircd RCU_DEVICE = /dev/ttyS1 VFAT=1 REMOTE=LIRC ### You don't need to touch the following: #ifdef DVBDIR #INCLUDES += -I$(DVBDIR)/include #endif |
|
|
Source code |
1 2 3 |
ifdef DVBDIR INCLUDES += -I$(DVBDIR)/include endif |


|
|
Source code |
1 2 |
In file included from dvbdevice.c:17: /usr/local/src/v4l-dvb/linux/include/linux/dvb/video.h:27:28: error: linux/compiler.h: No such file or directory |
