[ANNOUNCE] VDR developer version 1.7.23

Forum principale per problemi di compilazione, installazione, configurazione etc.

Moderatori: ragno, tapino, alez, zulu, davidea

Rispondi
Avatar utente
von fritz
Messaggi: 1479
Iscritto il: 18 gen 2007, 23:33

[ANNOUNCE] VDR developer version 1.7.23

Messaggio da von fritz »

Hello
The changes since version 1.7.22:

- Removed the '.pl' suffix from svdrpsend.pl (sorry, I missed that one).
- Fixed bonding more than two devices.
- Fixed handling symbolic links in cRecordings::ScanVideoDir() (reported by
Sundararaj Reel).
- Fixed a memory leak in cRecordings::ScanVideoDir() in case there are too many
link levels (reported by Sundararaj Reel).
- Removed redundant memset() in the ctor of cSatCableNumbers (triggered by
Ville Skyttä pointing out that the argument sequence in the call was wrong).
- Removed a redundant NULL check in cDvbSpuDecoder::setTime() (thanks to Ville Skyttä).
- Added HasSnr to the DEBUG_SIGNALQUALITY output in cDvbTuner::GetSignalQuality()
(triggered by Ville Skyttä pointing out that the variable HasSnr was unused).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Added support for HbbTV to libsi (thanks to Christoph Haubrich).
- Added support for devices with more than one delivery system per frontend.
This requires a DVB driver with version 5.5 or higher that can handle the
DTV_ENUM_DELSYS call. With older drivers it will fall back to one delivery
system per frontend.
- Updated the Hungarian language texts (thanks to István Füley).
- cDvbTuner::ExecuteDiseqc() now makes sure only one tuner sends SCR commands
at any given time (reported by Frank Neumann).
- cEvent::FixEpgBugs() now replaces any newline characters in stream component
descriptions with blanks (thanks to Torsten Lang for reporting a problem with
EPG data from BSkyB's "MTV MUSIC", S28.2E-2-2010-7012).
- Fixed cDvbSubtitleConverter::SetOsdData() (thanks to Rolf Ahrenberg).
- Fixed cListBase::Move() in case From and To are equal (reported by Sundararaj
Reel).
- Added support for DVB-T2 to libsi (thanks to Rolf Ahrenberg).
- Added support for handling DVB-T2 transponders. This requires a DVB driver
with version 5.3 or higher that can handle the DTV_DVBT2_PLP_ID call (thanks
to Rolf Ahrenberg).
- Fixed cConfig::Load() for g++ version 4.7.0 (thanks to Ville Skyttä).
- Fixed a possible memory corruption in cTsToPes::GetPes() in case of broken
TS packets, e.g. when switching channels.
- Fixed the SVDRP command CLRE for a single channel in case there are events
that have a timer (thanks to Timo Eskola).
- BIDI support now checks at runtime whether the system runs with UTF-8 (suggested
by Torsten Lang).
- Added member functions Adapter() and Frontend() to cDvbDevice (suggested by
Rolf Ahrenberg).
- The parameters that are only used by "second generation" delivery systems (DVB-S2
and DVB-T2) are no longer written into channels.conf for "first generation"
delivery systems (DVB-S and DVB-T).
- Changed IndexToHMSF() so that it can handle negative Index values.
- Added option -N to the msgmerge call in the Makefile, because fuzzy translation
mostly resulted in useless strings.
- The new setup option "Replay/Show remaining time" can be used to switch between
showing the total length or the remaining time of the recording that is currently
replayed.
- Fixed wrongfully displaying the length of a recording in the title of the replay
progress display.
- Fixed frozen live view with device bonding in case the bonded master is used for
live viewing (reported by Uwe Scheffler).

Have fun!

Klaus
bye
VDRBOX-HD : in pensione!
ALTRO : freerunner (openmoko) ; nokia n900 ; 2 seagate dockstar, samsung ps64d8000, diversi dispositivi ARM (Allwinner, Amlogic) ;)
Don't feed the trolls non alimentate sistemi proprietari ;)

Linux rulez! :)
Avatar utente
von fritz
Messaggi: 1479
Iscritto il: 18 gen 2007, 23:33

Re: [ANNOUNCE] VDR developer version 1.7.23

Messaggio da von fritz »

Hello

In teoria questa versione di vdr, richiede le API versione 5.3 o maggiore! per la compilazione. questa richiesta e dovuta al supporto DVB-T2.
Udo richter ha pubblicato una patch che permette la compilazione con le vecchie API :
http://www.udo-richter.de/vdr/patches.e ... pi-wrapper

volendo si puo' anche solo aggiornare i driver senza upgradare per forza anche il kernel (3.0 o <) come consiglia Klaus su vdrportal :
hg clone http://linuxtv.org/hg/~endriss/media_build_experimental
cd media_build_experimental
make download
make untar
per chi usa un kernel recente, non dovrebbe avere problemi.

bye
VDRBOX-HD : in pensione!
ALTRO : freerunner (openmoko) ; nokia n900 ; 2 seagate dockstar, samsung ps64d8000, diversi dispositivi ARM (Allwinner, Amlogic) ;)
Don't feed the trolls non alimentate sistemi proprietari ;)

Linux rulez! :)
lukkino
Messaggi: 1086
Iscritto il: 20 gen 2007, 09:49

Re: [ANNOUNCE] VDR developer version 1.7.23

Messaggio da lukkino »

Inoltre abilitato il supporto al multifrontend :)

Ciao
VDRBOX: GA-K8NS, AMD Sempron 2600+, Hauppauge Nexus 2.1, LFS
Avatar utente
alez
Messaggi: 3074
Iscritto il: 09 mag 2007, 17:11

Re: [ANNOUNCE] VDR developer version 1.7.23

Messaggio da alez »

Chi ha una Hauppage HVR4000 dovrebbe provare a vedere come va :P
Ciao alez
nino
Messaggi: 319
Iscritto il: 19 gen 2007, 23:43

Re: [ANNOUNCE] VDR developer version 1.7.23

Messaggio da nino »

non compila manco xine plugin, almeno da me (vdr-1.7.23 con patch s2wrapper per dvbapi < 5.3). Ma se non ho capito male, credo che sarà a breve superata.

Ciao.
VDRbox HD: P4 3.06 ghz, 1 gb di ram, 2 HDD IDE 250+320 gb, NVIDIA GT520 PCI passiva, VDR 2.2.0, openSUSE 13.1, Hauppauge Nova PCI DVB-S2, Technotrend DVB-T 1500 PCI, telecomando Hauppauge, case Accent HT-200.

Vu+ Duo2 BH 2.1.5.
Avatar utente
jan23
Messaggi: 202
Iscritto il: 08 gen 2008, 21:23
Località: in giro...

Re: [ANNOUNCE] VDR developer version 1.7.23

Messaggio da jan23 »

non compila manco xine plugin, almeno da me (vdr-1.7.23 con patch s2wrapper per dvbapi < 5.3). Ma se non ho capito male, credo che sarà a breve superata.
Senza la patch compila regolarmente

Ciao a tutti
VDR: vdr-2.0.5 (FHS) e 2.1.3 (LCLBLD) su Opensuse-13.1 (x86_64), TT S2-6400, LNB Inverto Twin Black Ultra, rotore Moteck SG-2100
nino
Messaggi: 319
Iscritto il: 19 gen 2007, 23:43

Re: [ANNOUNCE] VDR developer version 1.7.23

Messaggio da nino »

@ jan23: su opensuse 11.4 non posso non usare quella patch, a meno che non aggiorno i driver (cosa che non voglio fare, almeno per ora), e dunque non sono stato in grado, finora, di provare vdr-1.7.23 sulla vdrbox hd. Sulla macchina di test con opensuse 12.1 non dubitavo che funzionasse. Comunque, jan, grazie per la segnalazione.

Ho però notato che su vdrportal c'è un nuovo thread che porta a una extension patch per Gen2VDR proprio per vdr-1.7.23 (http://www.vdr-portal.de/board17-develo ... 0bd7487880). Ho già visto che xine plugin, nonostante la patch s2wrapper, in questo caso compila (chissà perchè con solo la patch s2wrapper no e con extension+s2wrapper si. Mistero! - per me).
Vediamo che esce fuori.

Saluti.

Nino
VDRbox HD: P4 3.06 ghz, 1 gb di ram, 2 HDD IDE 250+320 gb, NVIDIA GT520 PCI passiva, VDR 2.2.0, openSUSE 13.1, Hauppauge Nova PCI DVB-S2, Technotrend DVB-T 1500 PCI, telecomando Hauppauge, case Accent HT-200.

Vu+ Duo2 BH 2.1.5.
Avatar utente
jan23
Messaggi: 202
Iscritto il: 08 gen 2008, 21:23
Località: in giro...

Re: [ANNOUNCE] VDR developer version 1.7.23

Messaggio da jan23 »

Patch, rotor-0.1.5 e rotorng-0.1.0 per vdr-1.7.23.

Ciao a tutti
Allegati
rotorng-0.1.0.tar.gz
(45.7 KiB) Scaricato 41 volte
rotor-0.1.5.tar.gz
(54.66 KiB) Scaricato 45 volte
1.vdr-1.7.23-rotor.diff.tar.gz
(1.49 KiB) Scaricato 43 volte
VDR: vdr-2.0.5 (FHS) e 2.1.3 (LCLBLD) su Opensuse-13.1 (x86_64), TT S2-6400, LNB Inverto Twin Black Ultra, rotore Moteck SG-2100
Avatar utente
asgarot
Messaggi: 107
Iscritto il: 26 apr 2009, 08:51

Re: [ANNOUNCE] VDR developer version 1.7.23

Messaggio da asgarot »

ciao cari :D io ho l'hvr 4000 devo provare assolutamente fosse la volta buona una volta per tutte :D :D :D

ciao grazie dell'info
lukkino
Messaggi: 1086
Iscritto il: 20 gen 2007, 09:49

Re: [ANNOUNCE] VDR developer version 1.7.23

Messaggio da lukkino »

asgarot ha scritto:ciao cari :D io ho l'hvr 4000 devo provare assolutamente fosse la volta buona una volta per tutte :D :D :D

ciao grazie dell'info
ERRATA CORRIGE

O utilizzi un kernel 3.3 o ti devi aggionare i driver in questo modo:

Codice: Seleziona tutto

cd /usr/src
git clone git://linuxtv.org/media_build.git
cd media_build
./build
make install
Una volta compilato e installato i nuovi driver, devi compilare la nuova versione di VDR con i nuovi header, e per fare questo devi utilizzare il file Make.config

Ora nella directory dei sorgenti di VDR, devi editare il file Make.config (se non esiste lo crei nuovo) ed inserire questa riga:

Codice: Seleziona tutto

INCLUDES += -I/usr/src/media_build/linux/include
Adatta il percorso in base a dove hai salvato i nuovi driver, poi salvi il file e compili VDR con il classico make

Al termine della compilazione puoi controllare se VDR utilizza la nuova versione dei driver con il seguente comando:

Codice: Seleziona tutto

grep "query delivery systems" vdr
Dovrebbe darti il seguente risultato:

Codice: Seleziona tutto

Il file binario vdr corrisponde
Non ho avuto modo di provarlo con la HVR400 ma in teoria dovrebbe andare...

ciao :)
VDRBOX: GA-K8NS, AMD Sempron 2600+, Hauppauge Nexus 2.1, LFS
Rispondi