Re: [vdr] VDR on OpenWRT / embedded system

2008-02-27 Thread Theunis Potgieter
It would be great if you could get it working, Nicolas Huillard,
mentioned also the popcornhour device, which in turn also has a MIPS
architecture according to:
http://www.lundman.net/wiki/index.php/NMT:fuse

Perhaps as time permits, one could setup a wiki page with some
detailed information. I'm interested in setting up such a device my
self.

--
Theunis

On 27/02/2008, Artem Makhutov <[EMAIL PROTECTED]> wrote:
>  Hi,
>
>  has anybody thought of running VDR on OpenWRT?
>
>  The Asus WL-500g Premium is an wlan access point with two USB 2.0 Ports.
>  It has a 266 MHz Broadcom BCM94704 MIPS CPU and is running linux.
>
>  http://wiki.openwrt.org/OpenWrtDocs/Hardware/Asus/WL500GP
>
>  It is possible to connect a harddrive and some USB DVB-S cards via USB
>  to the access point.
>
>  So VDR has to be compiled for the MIPS architecture.
>
>  The benefit of an access point is that it makes absolutly no noice,
>   is quite inexpensive and takes less electricity.
>
>  It would be great if the access point could record videos on its harddisk
>  and share them over network via samba or stream it...
>
>  Is this possible? Any ideas?
>
>  Thanks, Artem
>
>  --
>  Artem Makhutov
>  Unterort Str. 36
>  D-65760 Eschborn

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] demuxing subtitles with projectx

2008-02-27 Thread Emmanuel POIZAT
>
> Petri Helin  > wrote:
> >
> >/ Thanks for informing about the update. Seems to work now with recordings
> />/ with dvb-subtitles from the Finnish broadcaster, YLE, too.
> />/ 
> />/ Regarding the renaming of the audio files, I made a few changes in the
> />/ Project-X in order to fix that:
> />/ 
> />/ --- parser/StreamProcessAudio.java.old  2008-02-11 15:09:21.0 
> +0200
> />/ +++ parser/StreamProcessAudio.java  2008-02-11 15:08:29.0 
> +0200
> />/ @@ -1861,8 +1861,8 @@
> />/{
> />/for (int i = 1; i < 4; i++)
> />/{
> />/ -   str[0][i] += new_str_1;
> />/ -   str[1][i] += new_str_2;
> />/ +   str[0][i] = new_str_1;
> />/ +   str[1][i] = new_str_2;
> />/}
> />/}
> />/ 
> />/ 
> />/ Don't know whether it is "the right way" but with a quick test it seems to
> />/ work at least.
> /
> hm, with a recording from zdf with 2 mpa streams i become this:
>
> -rw-rw-r-- 1 vdr vdr 3638016 11. Feb 21:13 vdrsync-02.mpa
> prw-rw-r-- 1 vdr vdr   0 11. Feb 21:12 vdrsync0.mpa
> prw-rw-r-- 1 vdr vdr   0 11. Feb 21:12 vdrsync1.mpa
> -rw-rw-r-- 1 vdr vdr 1819008 11. Feb 21:13 vdrsync.mpa
>
> vdrsync0.mpa and vdrsync1.mpa only 0 byte, and burn waits for anything.
>
> with 1 audio stream:
> prw-rw-r-- 1 vdr vdr   0 11. Feb 21:24 vdrsync1.mpa
> -rw-rw-r-- 1 vdr vdr 3638016 11. Feb 21:24 vdrsync.mpa
>
> and the dvd will be created.
>
> Stefan
>   
Hello,

I've got a very similar behavior, but  burn seems to be stuck here:
(end of dvd.log)
[mplex] + echo   
[mplex] + echo 
[mplex] + SPU=/video/vdr-burn.Ugly_Betty.__Entre_fr__resl9hV5A/VDRSYNC.0
[mplex] + [ ! 
x/video/vdr-burn.Ugly_Betty.__Entre_fr__resl9hV5A/VDRSYNC.0 = x -a 
-f 
/video/vdr-burn.Ugly_Betty.__Entre_fr__resl9hV5A/VDRSYNC.0/spumux.xml ]
[mplex] + mkfifo 
/tmp/vdr-burn.Ugly_Betty.__Entre_fr__resvc9aCG/VDRSYNC.0/subtmp.mpg
[mplex] + mplex -f 8 -S 0 -M -o 
/tmp/vdr-burn.Ugly_Betty.__Entre_fr__resvc9aCG/VDRSYNC.0/subtmp.mpg 
/video/vdr-burn.Ugly_Betty.__Entre_fr__resl9hV5A/VDRSYNC.0/vdrsync.mpv 
/video/vdr-burn.Ugly_Betty.__Entre_fr__resl9hV5A/VDRSYNC.0/vdrsync.mpa 
/video/vdr-burn.Ugly_Betty.__Entre_fr__resl9hV5A/VDRSYNC.0/vdrsync2.mpa 
/video/vdr-burn.Ugly_Betty.__Entre_fr__resl9hV5A/VDRSYNC.0/vdrsync.ac3 
/video/vdr-burn.Ugly_Betty.__Entre_fr__resl9hV5A/VDRSYNC.0/vdrsync1.mpa
[mplex]INFO: [mplex] mplex version 1.8.0 (2.2.4 $Date: 2005/08/28 
17:50:54 $)

Nothing happened  after this statement, and I don't know why.
any idea?


Emmanuel


VDR 1.5.16
burn 0.1.0-pre22
ProjectX 0.90.4.00.b23 (17.02.2008) with "renaming file" patch
Ubuntu gusty 7.10  2.6.23.12 #1 SMP Thu Jan 10 23:23:49 CET 2008 x86_64 
GNU/Linux



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] VDR on OpenWRT / embedded system

2008-02-27 Thread Anssi Hannula
Jan Willies wrote:
> Artem Makhutov wrote:
>> has anybody thought of running VDR on OpenWRT?
> 
> Yes, I think it is possible. I once tried packaging VDR for openwrt but gave 
> eventually up. There are some uClibc patches for VDR floating around, if you 
> are interested I can get you the links. But first you should probably start 
> packaging the dependencies like libcap for example.

libcap is not essential for VDR operation, so you could just modify VDR 
to not use it.

-- 
Anssi Hannula

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] VDR on OpenWRT / embedded system

2008-02-27 Thread Jan Willies
Artem Makhutov wrote:
> has anybody thought of running VDR on OpenWRT?

Yes, I think it is possible. I once tried packaging VDR for openwrt but gave 
eventually up. There are some uClibc patches for VDR floating around, if you 
are interested I can get you the links. But first you should probably start 
packaging the dependencies like libcap for example.


- Jan

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] VDR on OpenWRT / embedded system

2008-02-27 Thread Artem Makhutov
Hi,

has anybody thought of running VDR on OpenWRT?

The Asus WL-500g Premium is an wlan access point with two USB 2.0 Ports.
It has a 266 MHz Broadcom BCM94704 MIPS CPU and is running linux.

http://wiki.openwrt.org/OpenWrtDocs/Hardware/Asus/WL500GP

It is possible to connect a harddrive and some USB DVB-S cards via USB
to the access point.

So VDR has to be compiled for the MIPS architecture.

The benefit of an access point is that it makes absolutly no noice,
is quite inexpensive and takes less electricity.

It would be great if the access point could record videos on its harddisk
and share them over network via samba or stream it...

Is this possible? Any ideas?

Thanks, Artem

-- 
Artem Makhutov
Unterort Str. 36
D-65760 Eschborn

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] fr_FR texts (was : [ANNOUNCE] VDR developer version 1.5.16 - release candidate)

2008-02-27 Thread Jean-Claude Repetto

Klaus Schmidinger a écrit :

VDR developer version 1.5.16 is now available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.5.16.tar.bz2

A 'diff' against the previous developer version is available at

ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.5.15-1.5.16.diff


NOTE:
=

This is the final step towards a stable version 1.6.0.
Please report any bugs as soon as possible.

If nothing unexpected happens, I plan to release version 1.6.0 on March 2.

The following translation files still have untranslated texts:

  ca_ES.po
  cs_CZ.po
  el_GR.po
  es_ES.po
  fr_FR.po
  hr_HR.po
  nl_NL.po
  nn_NO.po
  pl_PL.po
  pt_PT.po
  ro_RO.po
  sl_SI.po
  sv_SE.po
  tr_TR.po
  uk_UA.po

It would be nice if somebody could finish these before the 1.6.0 release.
To avoid duplicate work, please announce your activity here in this thread.



Hello,

I have updated the french texts.

Regards,
Jean-Claude
diff -Naur vdr-1.5.16.orig/po/fr_FR.po vdr-1.5.16/po/fr_FR.po
--- vdr-1.5.16.orig/po/fr_FR.po 2008-02-24 11:18:14.0 +0100
+++ vdr-1.5.16/po/fr_FR.po  2008-02-27 16:50:23.0 +0100
@@ -1,7 +1,7 @@
 # VDR language source file.
 # Copyright (C) 2007 Klaus Schmidinger <[EMAIL PROTECTED]>
 # This file is distributed under the same license as the VDR package.
-# Jean-Claude Repetto <[EMAIL PROTECTED]>, 2001
+# Jean-Claude Repetto <[EMAIL PROTECTED]>, 2001, 2008
 # Olivier Jacques <[EMAIL PROTECTED]>, 2003
 # Gregoire Favre <[EMAIL PROTECTED]>, 2003
 # Nicolas Huillard <[EMAIL PROTECTED]>, 2005
@@ -172,7 +172,7 @@
 msgstr "Audio"
 
 msgid "Key$Subtitles"
-msgstr "Sous-Titres"
+msgstr "Sous-titres"
 
 msgid "Key$Schedule"
 msgstr "Programmes"
@@ -226,7 +226,7 @@
 msgstr "restant"
 
 msgid "Free To Air"
-msgstr "Aucun cryptage"
+msgstr "En clair"
 
 msgid "encrypted"
 msgstr "Crypté"
@@ -265,16 +265,16 @@
 msgstr "PID AC3 (2)"
 
 msgid "Spid1"
-msgstr "Sous-Titre (1)"
+msgstr "Sous-titre (1)"
 
 msgid "Spid2"
-msgstr "Sous-Titre (2)"
+msgstr "Sous-titre (2)"
 
 msgid "Tpid"
-msgstr "PID Télétexte"
+msgstr "PID télétexte"
 
 msgid "CA"
-msgstr "Cryptage"
+msgstr "Accès conditionnel"
 
 msgid "Sid"
 msgstr "Sid"
@@ -283,7 +283,7 @@
 msgstr "Polarisation"
 
 msgid "Srate"
-msgstr "Fréq. Symbole"
+msgstr "Fréq. symbole"
 
 msgid "Inversion"
 msgstr "Inversion"
@@ -310,7 +310,7 @@
 msgstr "Transmission"
 
 msgid "Guard"
-msgstr "Guard"
+msgstr "Intervalle de garde"
 
 msgid "Hierarchy"
 msgstr "Hiérarchie"
@@ -394,7 +394,7 @@
 msgstr "Programmation"
 
 msgid "Button$Record"
-msgstr "Enregistre"
+msgstr "Enregistrer"
 
 msgid "Button$Switch"
 msgstr "Regarder"
@@ -406,7 +406,7 @@
 msgstr "Prochains programmes"
 
 msgid "Button$Next"
-msgstr "Aprés"
+msgstr "Après"
 
 msgid "Button$Now"
 msgstr "Maintenant"
@@ -436,7 +436,7 @@
 msgstr "Veuillez entrer %d chiffres !"
 
 msgid "CAM not responding!"
-msgstr "Pas de réponse de la CAM"
+msgstr "Pas de réponse du CAM"
 
 msgid "Recording info"
 msgstr "Infos sur l'enregistrement"
@@ -508,7 +508,7 @@
 msgstr "Utiliser les petites polices"
 
 msgid "Setup.OSD$Anti-alias"
-msgstr "Anti-aliasing"
+msgstr "Anti-crénelage"
 
 msgid "Setup.OSD$Default font"
 msgstr "Police par défaut"
@@ -639,16 +639,16 @@
 msgstr "Langue audio"
 
 msgid "Setup.DVB$Display subtitles"
-msgstr "Afficher les Sous-Titres"
+msgstr "Afficher les sous-titres"
 
 msgid "Setup.DVB$Subtitle languages"
-msgstr "Langues des Sous-Titres"
+msgstr "Langues des sous-titres"
 
 msgid "Setup.DVB$Subtitle language"
-msgstr "Langue de Sous-Titre"
+msgstr "Langue des sous-titres"
 
 msgid "Setup.DVB$Subtitle offset"
-msgstr "Offset du Sous-Titre"
+msgstr "Offset des sous-titres"
 
 msgid "Setup.DVB$Subtitle foreground transparency"
 msgstr "Transparence de l'avant-plan"
@@ -672,13 +672,13 @@
 msgstr "Fréquence haute LNB (MHz)"
 
 msgid "CAM reset"
-msgstr "CAM remise à zéro"
+msgstr "CAM remis à zéro"
 
 msgid "CAM present"
-msgstr "CAM présente"
+msgstr "CAM présent"
 
 msgid "CAM ready"
-msgstr "CAM prête"
+msgstr "CAM prêt"
 
 msgid "CAM"
 msgstr "Accés conditionnel"
@@ -699,7 +699,7 @@
 msgstr "CAM en cours d'utilisation - Remettre à zéro ?"
 
 msgid "Can't reset CAM!"
-msgstr "Impossible de réinitialiser la CAM !"
+msgstr "Impossible de réinitialiser le CAM !"
 
 msgid "Recording"
 msgstr "Enregistrement"
@@ -744,7 +744,7 @@
 msgstr "Durée enregistr. immédiat (min)"
 
 msgid "Setup.Recording$Max. video file size (MB)"
-msgstr "Taille maxi des fichiers (MB)"
+msgstr "Taille maxi des fichiers (Mo)"
 
 msgid "Setup.Recording$Split edited files"
 msgstr "Séparer les séquences éditées"
@@ -789,13 +789,13 @@
 msgstr "Volume initial"
 
 msgid "Setup.Miscellaneous$Emergency exit"
-msgstr ""
+msgstr "Arrêt d'urgence"
 
 msgid "Plugins"
-msgstr "Plugins"
+msgstr "Greffons"
 
 msgid "This plugin has no setup parameters!"
-msgstr "Ce plugin n'a pas de paramètres!"
+msgstr "Ce greffon n'a pas de paramètres!"
 
 msgid "Setup"
 msgstr "Configuration"
@@ -843,16 +843,16 @@
 msgstr "Annuler les modifications ?"
 
 msgid "No audio 

[vdr] cs_CZ.po Czech translation update for VDR 1.5.16

2008-02-27 Thread jdobry
Hello,

In attachment you can found diff file for Czech translations.

Authors: Jiří Dobrý <[EMAIL PROTECTED]> + users of www.cssf.cz forum (rufus, 
bastlir) 

Have a nice day, Jiri

PS: VDR is excelent piece of software



cs_CZ.po.diff.gz
Description: application/gzip
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] cs_CZ.po Czech translation update for VDR 1.5.16

2008-02-27 Thread jdobry
Hello,

In attachment you can found diff file for Czech translations.

Authors: Jiří Dobrý <[EMAIL PROTECTED]> + users of www.cssf.cz forum (rufus, 
bastlir) 

Have a nice day, Jiri

PS: VDR is excelent piece of software
PSS: this is second try to send this mail into maillist, first was 4hours ago, 
but nothing happen



cs_CZ.po.diff
Description: Binary data
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] HELP: Waiting for EPG in vdr-1.5.x

2008-02-27 Thread Chris Ariyo


Hi everybody,

I have a Hauppauge Nova-T500  DVB-Tand a TT fullfeature output DVB-S.
I have tried everything that I know to get EPG but without success.
I am using ubuntu 7.10, vdr-1.5.x and installed vdradmin-am 3.61 as well
as xxv 1.10. I use a few plugins too.
I live in Finland, any advice will be very much welcomed.

regards,
Chris



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr