Re: [vdr] sub-titles on Arte

2015-02-27 Thread Pertti Kosunen

On 26.2.2015 22:53, Peter Münster wrote:

I don't know. My parents have a normal TV device and they see German
subtitles. I would like to know how to get them with VDR...


German subtitles might be on teletext and other working ones are normal DVB 
bitmap subtitles. VDR needs patch and plugin for teletext subtitles.

http://projects.vdr-developer.org/projects/show/plg-ttxtsubs

It would be really great if this patch or support for plugin otherwise would be 
added to VDR. Now you can't use some distributions ready packages if you need 
teletext subtitles, you have to compile all yourself.

OT:
Congratulations for 15th year birthday to Klaus and everyone who participated 
in making of VDR.

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


Re: [vdr] mp3 plugin for vdr-2.1.4

2014-02-14 Thread Pertti Kosunen

On 14.2.2014 13:02, Peter Münster wrote:

Thanks, it works! Have you already sent it to the plugin developer, or
should I do it?


No i have not, you can send it. (I am not coder and 100% sure if it is 
correct way to do it, just copied idea from other patches.)


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


Re: [vdr] mp3 plugin for vdr-2.1.4

2014-02-14 Thread Pertti Kosunen

On 13.2.2014 23:36, Peter Münster wrote:

Could anybody help please to make the plugin work with the latest vdr
version?


Try attached patch.
diff -ru mp3-original/decoder.c mp3/decoder.c
--- mp3-original/decoder.c  2014-02-14 10:36:30.782671000 +0200
+++ mp3/decoder.c   2014-02-14 10:18:32.749324540 +0200
@@ -632,7 +632,11 @@
 
 char *cInfoCache::CacheFile(void)
 {
+#if APIVERSNUM > 20101
+  return AddPath(cachedir?cachedir:cVideoDirectory::Name(),CACHEFILENAME);
+#else
   return AddPath(cachedir?cachedir:VideoDirectory,CACHEFILENAME);
+#endif
 }
 
 void cInfoCache::Save(bool force)
diff -ru mp3-original/player-mplayer.c mp3/player-mplayer.c
--- mp3-original/player-mplayer.c   2014-02-14 10:36:30.782671000 +0200
+++ mp3/player-mplayer.c2014-02-14 10:26:33.827716456 +0200
@@ -185,7 +185,11 @@
 if(MPlayerSetup.ResumeMode==1 || 
(access(s,W_OK) && (errno==EACCES || errno==EROFS))) {
   global=true;
+#if APIVERSNUM > 20101
+  
resfile=AddPath(globalResumeDir?globalResumeDir:cVideoDirectory::Name(),GLOBAL_RESUME_FILE);
+#else
   
resfile=AddPath(globalResumeDir?globalResumeDir:VideoDirectory,GLOBAL_RESUME_FILE);
+#endif
   d(printf("resume: using global file\n"))
   }
 else {
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] VDR form packages

2012-05-09 Thread Pertti Kosunen

On 8.5.2012 21:29, Tobi wrote:

Make some suggestions what Plugins you would like to see in official
Debian! I'm going to upload markad to Debian soon.


http://projects.vdr-developer.org/projects/plg-ttxtsubs

Ttxtsubs would be nice.

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


Re: [vdr] VDR form packages

2012-05-08 Thread Pertti Kosunen

On 8.5.2012 15:16, Marx wrote:

This lead to alternative repositories. I know two valuable: e-tobi and
yavdr. I was using e-tobi but it lately isn't updated to the newest VDR.


http://qa.debian.org/developer.php?login=et...@debian.org
http://packages.qa.debian.org/v/vdr.html

Tobias Grimm is now in official Debian team.

http://packages.debian.org/search?searchon=names&keywords=vdr

Sid and testing have pretty new versions.

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


Re: [vdr] Filesystem hierachy standard patch needs review.

2012-04-09 Thread Pertti Kosunen

On 9.4.2012 14:19, Klaus Schmidinger wrote:

What "./configure"???


When compiling VDR from source, "./configure ; make ; make install".

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


Re: [vdr] Filesystem hierachy standard patch needs review.

2012-04-09 Thread Pertti Kosunen

On 9.4.2012 12:54, Klaus Schmidinger wrote:

vdr -v /mydir

it uses /mydir as the video directory, but still uses /video for the
configuration files. I believe that as long as there is no explicit
-c option given, the config directory should follow what's given in
the -v option.


Shouldn't it follow option given at ./configure?

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


Re: [vdr] [ANNOUNCE] VDR developer version 1.7.24

2012-03-02 Thread Pertti Kosunen

On 2.3.2012 12:35, Jarkko Kangas wrote:

It would be also great if next stable could include mainmenuhooks-patch
so extrecmenu- and epgsearch-plugins would not require patching VDR code
anymore.


Epgsearch doesn't need patching.

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


Re: [vdr] [ANNOUNCE] VDR developer version 1.7.24

2012-03-02 Thread Pertti Kosunen

On 29.2.2012 10:20, Klaus Schmidinger wrote:

Yes, the next stable version will be 2.0.


It would be great if next stable could include ttxtsubs-plugin 
readiness, i.e. recording/viewing teletext subtitles would not require 
patching of main VDR code anymore.


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


Re: [vdr] No output via xineliboutput with VDR 1.7.21

2011-11-10 Thread Pertti Kosunen

On 10.11.2011 1:45, Chris Rankin wrote:

FYI, I have been successfully using xineliboutput *for years* with VDR 1.6.x. 
The *only reason* I felt this worth reporting to the mailing list is because it 
has all stopped working after upgrading to VDR 1.7.x.

YES, I have the xvdr plugin!

$ ls -als /usr/local/lib/xine/plugins/1.29/*vdr*
460 -rwxr-xr-x 1 root root 463196 Nov  7 23:29 
/usr/local/lib/xine/plugins/1.29/xineplug_inp_xvdr.so


xineliboutput != xine

If you wan't to use xine frontend you need to enable xine plugin from 
VDR, not xineliboutput (vdr -P'xine -r').


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


Re: [vdr] No output via xineliboutput with VDR 1.7.21

2011-11-09 Thread Pertti Kosunen

On 8.11.2011 22:45, Chris Rankin wrote:

# netstat -napt |grep xine
tcp0  0 127.0.0.1:49124 127.0.0.1:37890 
ESTABLISHED 5058/xine


It all looks reasonable. I can even (sometimes) persuade elements of the OSD to 
appear in the xine-ui window by pressing buttons on my remote control. It's 
just that VDR doesn't appear to send any data.


Vdr-xineliboutput plugins X-frontend binary is called "vdr-sxfe". Xine 
needs vdr-xine plugin.


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


Re: [vdr] reencode/transcode to(!) vdr

2011-10-28 Thread Pertti Kosunen

On 28.10.2011 9:02, M. Fiegert wrote:



Thanks a lot, that helps.
I will try at weekend (although I would have prefered a linux solution).


It says: "United cross-platform GUI - Windows, Linux, MacOS."

http://www.videohelp.com/tools/tsMuxeR/old-versions#download
http://www.videohelp.com/download/tsMuxeR_1.10.6.tar.gz

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


Re: [vdr] Replacing aging VDR for DVB-S2

2011-01-16 Thread Pertti Kosunen

On 15.1.2011 23:09, Goga777 wrote:

seems it's the best choice for vdr/htpc

- more cold than gt220
- more powerfull
- HDMI 1.4,
- 3D over HDMI
- Ethernet channel
- Audio return channel
- 4k × 2k Resolution Support


+ hw support for bitstreaming DTS-HD and Dolby TrueHD etc audio codecs.

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


Re: [vdr] Developer versions

2011-01-12 Thread Pertti Kosunen

On 11.1.2011 22:20, Timothy D. Lenz wrote:

I would prefer a ffmpeg (mplayer) based interface and dump xine because
xine/vdpau combo doesn't properly handle problems with the atsc stream.


You can use ffmpeg decoding with xineliboutput.

~/.xine/config_xineliboutput:
# priority for ffmpegaudio decoder
engine.decoder_priorities.ffmpegaudio:1
# priority for ffmpegvideo decoder
engine.decoder_priorities.ffmpegvideo:1

Just increase codec priorities.

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


Re: [vdr] Request: E parameter in channels.conf for epg scan

2010-12-14 Thread Pertti Kosunen

On 14.12.2010 16:21, Theunis Potgieter wrote:

e.g. vdr-xineliboutput is dependent on xine-lib. If xine-lib updated
then it would make sense to recompile vdr-xineliboutput again.


Off Topic: vdr-xineliboutput- is currently broken.

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


Re: [vdr] Advice on new motherboard, xineliboutput, vdpau, hdmi video & audio, etc.

2010-08-17 Thread Pertti Kosunen

On 16.8.2010 19:05, Seppo Ingalsuo wrote:

Asus Bravo 220 silent seems to be a passive model. Do you know if these
non-motherboard integrated cards support 7.1ch PCM audio over HDMI?


http://wiki.xbmc.org/?title=HOW-TO_set_up_HDMI_audio_on_nVidia_GeForce_G210%2C_GT220%2C_or_GT240

Don't know is that 5.1 or 7.1. XBMC forum has long thread about this.

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


Re: [vdr] VDR and ACPI wakeup for recording

2010-05-31 Thread Pertti Kosunen

On 31.5.2010 16:04, Eric Valette wrote:

...

Stop that html-crap, please.

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


Re: [vdr] 10 Year Anniversary of VDR

2010-02-22 Thread Pertti Kosunen

On 19.2.2010 18:17, Helge Lenz wrote:

Congratulations! You and everybody who contributes does a great job.


+1

Thank you for everyone.

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


Re: [vdr] recording wildcards, recording priorities

2010-02-07 Thread Pertti Kosunen

On 7.2.2010 1:06, Markus Fritsche wrote:

I have a vdr installed on my home server box with a dvb-t usb adaptor.
As I progress, I wonder, if there's a possibility to give wildcard
recordings (i. .e "How I met*") and priorities...


Check out epgsearch plugin.

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


[vdr] epgsearch compile problem

2010-02-01 Thread Pertti Kosunen
g++ -march=native -O2 -pipe -fPIC -c -DCONFDIR=\"/etc/vdr\" 
-D__KERNEL_STRICT_NAMES -DUSE_LIEMIEXT -DUSE_MCLI -DUSE_TTXTSUBS 
-D_GNU_SOURCE -DSENDMAIL='"/usr/sbin/sendmail"' 
-DPLUGIN_NAME_I18N='"epgsearch"' -DHAVE_PCREPOSIX -I/usr/include 
-I/usr/include  conflictcheck.c

In file included from uservars.h:34,
 from confdloader.c:28:
varparser.h:50: error: ISO C++ forbids declaration of ‘cCommand’ with no 
type

varparser.h:50: error: expected ‘;’ before ‘*’ token
varparser.h: In constructor ‘cVarParser::cVarParser()’:
varparser.h:53: error: class ‘cVarParser’ does not have any field named 
‘cmd’
g++ -march=native -O2 -pipe -fPIC -c -DCONFDIR=\"/etc/vdr\" 
-D__KERNEL_STRICT_NAMES -DUSE_LIEMIEXT -DUSE_MCLI -DUSE_TTXTSUBS 
-D_GNU_SOURCE -DSENDMAIL='"/usr/sbin/sendmail"' 
-DPLUGIN_NAME_I18N='"epgsearch"' -DHAVE_PCREPOSIX -I/usr/include 
-I/usr/include  conflictcheck_thread.c

make: *** [confdloader.o] Error 1
make: *** Waiting for unfinished jobs


varparser.h:50-53:
cCommand* cmd;
string cmdArgs;

cVarParser() : cmd(NULL) {}


Tested vdr-epgsearch-0.9.25_beta14 & 15 + VDR 1.7.12 @ Gentoo amd64

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


Re: [vdr] [ANNOUNCE] vdr-webvideo 0.2.0 - little patch to makefile of libwebvi

2010-01-26 Thread Pertti Kosunen

On 26.1.2010 15:33, Rene wrote:

Do you happen to have these ebuilds somewhere to download, cause i can't
wait to test them :-)


http://www.kosunen.fi/gentoo/portage/media-video/rtmpdump-yle/rtmpdump-yle-1.1.7.ebuild

There is rtmpdump-yle.

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


Re: [vdr] VDR with DD5.1 output over xineliboutput possible

2010-01-15 Thread Pertti Kosunen

On 10.1.2010 19:36, Matthias Fechner wrote:

But I'm not able to get DD5.1 output over HDMI running.


~/.xine/config_xineliboutput:
audio.device.alsa_passthrough_device:hdmi:CARD=Nvidia,DEV=0
audio.output.speaker_arrangement:Pass Through

("aplay -L" show correct output device name)


/usr/local/bin/vdr-sxfe --post
tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1 
--fullscreen
--reconnect xvdr+tcp://127.0.0.1:37890 --video=vdpau


--post tvtime:use_vo_driver,cheap_mode=0...

VDPAUs deinterlacing gives better quality.

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


Re: [vdr] vdpau setup steps for vdr client

2009-12-04 Thread Pertti Kosunen

Theunis Potgieter wrote:
button (jump to a specific time). All the xineliboutput versions seems 
to do this and, xine-lib-1.2 also does this. problem must be with the 
plug-in it self and similar to yours?


audio.synchronization.av_sync_method:resample
audio.synchronization.resample_mode:off

Try with these options in xine's config.

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


Re: [vdr] xineliboutbut channel change judder

2009-10-25 Thread Pertti Kosunen

Torgeir Veimo wrote:

When changing channels with vdr-sxfe (remote client on same computer),
I get some judder. Playback starts quite quickly at channel change,
but then there's a freeze of both audio and video for about half a
second before it starts again. Any idea what the problem can be?


This behavior started somewhere after(?) 2.6.24 kernel, could be 
dvb-driver/kernel related.


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


Re: [vdr] vdpau experience

2009-10-24 Thread Pertti Kosunen

Theunis Potgieter wrote:

I don't know of a xineliboutput-head package in gentoo, neither does
there exists a head on xineliboutput on sourceforge.


http://www.kosunen.fi/gentoo/Gentoo-vdr-xineliboutput.txt

This should work.

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


Re: [vdr] Weird problem with lirc and vdr-sxfe

2009-08-21 Thread Pertti Kosunen

Kartsa wrote:
I have ubuntu installed and all vdr stuff comes from repo. It has worked 
well but suddenly the remote started to act weird. Most of the time all 
works well but sometimes it seems like vdr-sxfe or lirc starts to buffer 
keypresses so that first nothing happens when I push a button on the 
remote but on the next button push vdr reacts on the first push. So it 
is like one push behind.


I have had this same problem sometimes. Haven't seen this with currently 
installed software versions (2.6.30-gentoo-r4 x86_64 kernel / lirc-0.8.5).


It appears usually if i hold down remote key a while.

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


Re: [vdr] Patches for VGA timing not matching up with the TV

2009-08-15 Thread Pertti Kosunen

Goga777 wrote:

I'm wondering - does the problem with timing and sync also important and for 
for vdpau nvidia cards ? or that project is
important only for intel and ati ?


I think the problem is that you can't patch the binary driver.

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


Re: [vdr] xine settings for VDPAU SD and HD

2009-06-16 Thread Pertti Kosunen
http://www.vdrportal.de/board/thread.php?postid=821878#post821878

/*#define LOCKDISPLAY*/ /*define this if you have a buggy libX11/libX11xcb*/

->

#define LOCKDISPLAY

Uncommenting this in /src/video_out/video_out_vdpau.c seem to help.

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


Re: [vdr] xine settings for VDPAU SD and HD

2009-06-16 Thread Pertti Kosunen
scott wrote:
> Sorry, don't know about 1.2, I'm using 1.1.

Tried xine-lib 1.1 vdpau r271 also, it was even worse, couldn't play 
H.264 at all.

http://www.jusst.de/vdpau/files/xine-lib-1.2/xine-lib-1.2-vdpau-r262.diff.bz2

This was latest good version, but patch doesn't apply to current hg 
xine-lib-1.2.


video_out: throwing away image with pts 599414396 because it's too old 
(diff : 5384).
200 frames delivered, 0 frames skipped, 6 frames discarded
video_out: throwing away image with pts 599497196 because it's too old 
(diff : 3847).
video_out: throwing away image with pts 599662796 because it's too old 
(diff : 4372).
video_out: throwing away image with pts 599734796 because it's too old 
(diff : 4504).

Got 7.5MB these messages in log over night with sd mpeg2 channel. Two 
last pts-numbers always same until channel change.


Gentoo 2.6.29-gentoo-r5 x86_64, VDR 1.6.0_p2-r3, vdr-xineliboutput cvs.

engine.buffers.video_num_buffers:2500
engine.buffers.video_num_frames:25

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


Re: [vdr] xine settings for VDPAU SD and HD

2009-06-15 Thread Pertti Kosunen
scott wrote:
> With live TV on SD material (e.g. BBC News), I get a lot of dropped frames
> (
> around 5 %) (HD is worse, around 20%):

Same here. What xine-lib-1.2 hg revision works with xine-lib-1.2-vdpau-r262?

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


Re: [vdr] Any really working HD video output systems for VDR?

2009-06-05 Thread Pertti Kosunen
Gerald Dachs wrote:
> DVB-C, stock Jaunty kernel, vdr 1.6.0 + extension patch v72 + h264 patch,
> nvidia-driver 180.60, xine-lib 1.2 + vdpau patch r262 + crop patch v5,
> xineliboutput 1.0.4 + crop patch v5, vdr-sxfe

What is crop patch and where do i find it?

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


Re: [vdr] xinelibout sxfe freeze

2009-05-20 Thread Pertti Kosunen
Malcolm Caldwell wrote:
> Is sxfe freezing a known issue?  Any fix? 

It freezes eventually with every software combination i have used (very 
infrequently at best).

Workaround is to kill frontend with remote and irexec. I run frontend in 
loop, so it starts again in 2 sec.

/etc/lircrc:
begin
remote = origen
button = Record
prog   = irexec
repeat = 0
config = killall -9 vdr-sxfe
end

vdr-sxfe.sh:
#!/bin/bash
while true; do
vdr-sxfe --options..
if test $? -eq 0 -o $? -eq 2; then
exit
fi
/bin/sleep 2
done

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


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Pertti Kosunen
Jan Ekholm wrote:
> fine. Also the OSD isn't working making normal VDR use a hassle and I'm 
> forced 
> to switch the the s-video side to see EPG, timers etc.

"--primary" option to xineliboutput-plugin might help.

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


Re: [vdr] xineliboutput cvs broken osd scaling

2009-04-14 Thread Pertti Kosunen
Malte Schröder wrote:
> BTW. the problem does not occur when using HUD-Mode, but that doesn't
> play nice with VDPAU yet ...

I can't get any OSD with --hud and 185.19 driver. Can't even change 
channels.

Log:
[3463] [vdr-fe]Keypress: LIRC Menu
[3460] [vdr-sxfe]  HUD osd Close
[3460] [vdr-sxfe]  hud_osd_command: unknown osd command

http://www.nvnews.net/vbulletin/showthread.php?t=131178
"The VDPAU presentation queue now syncs to VBLANK in the blit path."

Wanted to test if tearing is gone with Composite enabled.

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


Re: [vdr] xineliboutput and PrimaryDVB

2009-04-13 Thread Pertti Kosunen
Lauri Tischler wrote:
> I wonder if it is possible to somehow make xinelibout automagically
> detect correct PrimaryDVB, now, every time I plug/unplug usb-devices
> I need to manually edit setup.conf for correct PrimaryDVB.

vdr --help

   -p--primary  Force xineliboutput to be primary device when
there are active frontend(s)

Give -p option to xineliboutput-plugin.

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


Re: [vdr] Where do you live and what kind of broadcast do you receive?

2009-03-20 Thread Pertti Kosunen
Ville Aakko wrote:
> Country: Finland
> Transmission: DVB-C
> Encoding: MPEG-2 for SD.

+1

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


Re: [vdr] xineliboutput improvements

2009-03-09 Thread Pertti Kosunen
Alex Betis wrote:
> - There is no way to rewind a media file to start from the beginning (I 
> would suggest a color button to do it when list of files is shown)

Red button does this when file is playing.

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


Re: [vdr] A new possibility for lower power high performance VDR

2009-03-02 Thread Pertti Kosunen
jori.hamalai...@teliasonera.com wrote:
> As most Intel Atom boards do not have more than 1 PCI slot (stupid rule 
> by Intel), I found an way to circumvent that limitation

How about normal pci-riser?

http://www.logicsupply.com/products/pci201_32

Something like this.

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


Re: [vdr] Vote your VDR patches

2009-03-02 Thread Pertti Kosunen
jori.hamalai...@teliasonera.com wrote:
> I think one important patch is missing for DVB subtitles users, which makes
> old vdr-subtitles -plugin's recorded subtitles visible also for new
> subtitles
> by Klaus.

Is this included in liemikuutio?

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


Re: [vdr] vdr-sxfe from background script

2009-02-21 Thread Pertti Kosunen
Lauri Tischler wrote:
> - trying to play dvd (Starship Troopers) does not show
>correct subtitles, wanted language is defined in VDR.

Maybe this helps also for dvd?:
http://www.kosunen.fi/vdr/matroska-subtitles.diff

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


Re: [vdr] xine for vdr-0.7.4 doesn't patch

2009-02-05 Thread Pertti Kosunen
Simon Baxter wrote:
> can't find file to patch at input line 4
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:

patch -p1 ...

(man patch)

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


Re: [vdr] [ANNOUNCE] vdr-xine-0.9.0 plugin

2009-01-21 Thread Pertti Kosunen
it's me wrote:
> hello, just to close up this specific compiling problem - my gcc version was 
> to old! now, with version 4.3.2 xine-lib-1.2 and xine-0.9.0 builds fine!

http://www.kosunen.fi/gentoo/xine-vdpau/media-libs/xine-lib/files/xine-lib-1.2-hg-compile-error.diff

Here is configure.ac patch for older gcc.

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


Re: [vdr] Which extension for TS files?

2009-01-04 Thread Pertti Kosunen
Klaus Schmidinger wrote:
> What do you think about this?

I vote for .ts, it's widely used on different programs and hardware 
media players.

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


Re: [vdr] New Video Decode and Presentation API from NVidia

2008-12-15 Thread Pertti Kosunen
Gerald Dachs wrote:
> He must be wrong or you.

I could be wrong, G98 should be ok.

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


Re: [vdr] New Video Decode and Presentation API from NVidia

2008-12-15 Thread Pertti Kosunen
Gerald Dachs wrote:
> What makes you so sure that the 8200 chipset is not supported?

It is VDPAU supported, but AFAIK can't decode VC-1.

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


Re: [vdr] VDR with S2API (update)

2008-12-10 Thread Pertti Kosunen
Klaus Schmidinger wrote:
> Besides, isn't there the streamdev plugin that provides signals
> to other clients? I've never tried it myself, but I was under
> the impression that this is what people use in such cases...

I've seen multi client streamdev users run multiple vdr daemons in 
server machine, one for each client. Maybe this could be improved to 
allow multiple instances of plugin run in one daemon?

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


Re: [vdr] VDR with S2API (update)

2008-12-09 Thread Pertti Kosunen
Halim Sahin wrote:
> You can buy a lcd tv and after two years you can't use it's
> hdmi connectiorr of hdmi revision 599,95.0 
> 
> hd ready->full-hd/hdmi1.1, 1.2 1.3 .
> I read something about limitations of current hdmi standard so we will 
> maybe we get displayport as new solution???

This has (almost) nothing to do with software. HDMI's are backward 
compatible so you should always get at least some size of picture and 
basic PCM sound.

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


Re: [vdr] media player and a/52 sound.

2008-11-05 Thread Pertti Kosunen
JJussi wrote:
> IF I set passthrough device to iec958:CARD=Intel,DEV=0, then result is:
> amp don't see any signal  and playback is stopped after 1 second.

Do you run vdr-sxfe with '--audio alsa'?

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


Re: [vdr] media player and a/52 sound.

2008-11-04 Thread Pertti Kosunen
JJussi wrote:
> Sorry.. Didn't help.. :-(

Upmix stereo to 5.1: Yes

This should be no.

What mb/sound chip?

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


Re: [vdr] media player and a/52 sound.

2008-11-04 Thread Pertti Kosunen
JJussi wrote:
> I tried these..  Only thing what changed, now my amp cannot decode signal 
> anymore, it's more like "loud noise".. Digital garbage.
> Search continues...

$ aplay -L -C 1 | grep iec958
iec958:CARD=Intel,DEV=0
iec958:CARD=DG2,DEV=0

$ grep iec958 .xine/config_xineliboutput
audio.device.alsa_passthrough_device:iec958:CARD=Intel,DEV=0

Check correct output name with aplay and change it to 
config_xineliboutput (iec958 could be spdif*).

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


Re: [vdr] PCI fun (RGB/PAL over VGA at variable frame rate)

2008-08-16 Thread Pertti Kosunen
Theunis Potgieter wrote:
> Would be nice if someone could test the AMD Athlon 64 2000+ on a AMD 
> platform, the 780G chip set on a microATX board, because it can do HD 
> resolution (1920x1200) with high picture quality is possible through 
> DVI/HDMI ports.

Hardware decoding of H.264 isn't supported in linux. Software decoding 
even 720p H.264 might be impossible with 1 GHz processor.

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


Re: [vdr] Finnish DVB-C channel "Nelonen HD" - h264

2008-07-07 Thread Pertti Kosunen
Lauri Tischler wrote:
> Umm..  why does the log say 1596 MHz ?

http://en.wikipedia.org/wiki/EIST

Could be SpeedStep.

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


Re: [vdr] cvs xineliboutput

2008-05-03 Thread Pertti Kosunen
[EMAIL PROTECTED] wrote:
> but vdr-sxfe wasn't recompiled. it seems there's no dependency to
> xine_input_vdr.c

You may have to run "make clean-plugins".

(
cd /usr/src/vdr-1.6.0-1/
make clean-plugins
make plugins

cd /usr/src/vdr-1.6.0-1/PLUGINS/src/xineliboutput-1.0.0
make install

cp /usr/src/vdr-1.6.0-1/PLUGINS/lib/libvdr-xineliboutput.so.1.6.0 \
/usr/lib/vdr/plugins/
cp /usr/src/vdr-1.6.0-1/PLUGINS/lib/libxineliboutput-sxfe.so.1.0.0 \
/usr/lib/vdr/plugins/
)

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


Re: [vdr] "external" vdr plugin in gentoo system

2008-04-20 Thread Pertti Kosunen
JJussi wrote:
> Hi!
> Simple but hard question...
> I have gentoo based system.. And I would like to use vdr-plugin (sc; software 
> CAM) what is NOT in repository.  How I can compile and use it?  Or is it 
> possible.

Change FOOBAR(-version) to appropriate.


echo 'VDRSOURCE_DIR="/usr/src"' >> /etc/make.conf

emerge vdr
vdrplugin-rebuild rebuild

cd /usr/src/vdr-1.6.0/PLUGINS/src/
tar xvzf /path/to/FOOBAR-version.tar.gz
ln -s FOOBAR-version FOOBAR
cd /usr/src/vdr-1.6.0/
make plugins
cp /usr/src/vdr-1.6.0/PLUGINS/lib/libvdr-FOOBAR.so.1.6.0 \
   /usr/lib/vdr/plugins/
cp /usr/src/vdr-1.6.0/locale/fi_FI/LC_MESSAGES/vdr-FOOBAR.mo \
   /usr/share/vdr/locale/fi_FI/LC_MESSAGES/
echo 'FOOBAR' >> /etc/conf.d/vdr.plugins

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


Re: [vdr] Hearing-impaired DVB subtitles

2008-03-07 Thread Pertti Kosunen
Rolf Ahrenberg wrote:
> I guess this kind of small change would be enough. IMO, the subtitles 
> should be shown only if a preferred language matches.

I vote this for 1.6.0.

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


Re: [vdr] next features?

2007-11-22 Thread Pertti Kosunen
Daniel Heuwinkel wrote:
> Pentium Dual Core E2140(1.6GHz, 800FSB, L2 1MB, rev.L2)   

These have quite advanced thermal protection, so it should work well 
with passive cooling.

http://www.tomshardware.com/2007/09/27/what_if_your_cpu_cooler_fails/

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


Re: [vdr] next features?

2007-11-19 Thread Pertti Kosunen
Füley István wrote:
> PCI-Express has nothing to do with PCI, they're different slots.
> I'm selling hardware, and as I said before, current motherboards does 
> not have 5 PCI slots.
> The last boards with 5 PCI slots were these: Asus P5P800, with AGP port, 
> socket 775 on board 10/100 LAN, DDR 1 support.

Asus P5P800 *SE* has Intel 82540EM Gigabit LAN Controller and 4 PCI slots.

Good boards, but these doesn't support any low power CPU.

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


Re: [vdr] Improving quality of xvideo output for vdr-sxfe

2007-09-30 Thread Pertti Kosunen
Rob Davis wrote:
> Can anyone recommend anything I can try?

Enable Sync to VBlank with "nvidia-settings".

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


Re: [vdr] File play problem..

2007-08-21 Thread Pertti Kosunen
JJussi wrote:
> Hi!
> I have strange problem, it rise when system updated vdr to  1.5.5-r5.
> If I start "Media Player" to play video file, I loose control of vdr..

Try to comment out line "USE_ICONV = 1" in xineliboutputs Makefile.

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


Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-14 Thread Pertti Kosunen
Stone wrote:
> The problem is not being able to share the linux directory over the 
> network to a windows box, it is trying to open a file with invalid 
> chars.  When a file contains invalid DOS chars, it will display 
> incorrectly and windows will not be able to play it.

Yes, apparently i misunderstood Olegs point..

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


Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-13 Thread Pertti Kosunen
Oleg Roitburd wrote:
> As maintainer of ArVDR ( VDR distribution for Russian user) I would say, that 
> in 1.5 years as we use UTF-8 patch without VFAT part, I havn't heard any 
> complaints about this issue.

touch 'foo:bar'

And dir in Windows shows:
13.06.2007  14:24 0 FF4GBY~Q

You can 'del "FF4GBY~Q"' though.

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


Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-13 Thread Pertti Kosunen
Oleg Roitburd wrote:
> Sorry ... I don't understand and can't find any sence.
> If you export  for window, you make this with SAMBA. And you can
> configure share with UTF-8

Yes you can use Samba and UTF-8, but some characters are still illegal 
in DOS/Windows filenames.

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


Re: [vdr] MPlayer plug-in..

2007-05-17 Thread Pertti Kosunen

Petri Helin wrote:
I think sub, srt, txt and ssa are supported but I do not use subtitles 
so I do not know how well that reflects the real life. I have though 
tested that at least type sub should work.


.srt also works.

VobSub (.idx & .sub) bitmapped subtitles would be nice, are they 
supported by xine-lib?


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


Re: [vdr] MPlayer plug-in..

2007-05-17 Thread Pertti Kosunen

Petri Helin wrote:
Hmm, the media player built into xineliboutput plays back files with the 
following suffix:


What subtitle types are supported?

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


Re: [vdr] mplayer does not work properly

2007-02-25 Thread Pertti Kosunen

Pasi Juppo wrote:

Now I got more log from SVN version of mplayer:

[AO OSS] Can't set audio device /dev/dsp to ac3 output, trying s16le...
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
[format] Sample format big-endian AC3 not yet supported
[libaf] Reinitialization did not work, audio filter 'format' returned
error code -2
Couldn't find matching filter/ao format!


Try to set different device in mplayer.sh.conf:
AO="alsa:device=dmix"

This should work on both AC3 & DTS:
AC3AOUT="-afm hwac3"


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


Re: [vdr] mp3 plugin error

2007-01-26 Thread Pertti Kosunen

Halim Sahin wrote:

Hi,

Try the folowing steps to reproducee the error:
Add an mp3-directory to your mp3sources.conf.
The mp3 dir must have subdirectories!!!
Start the plugin and change into a subdirectory.
Now close the plugin.
Remove only the subdirectory of the mp3-dir.
Now start the plugin.

The plugin remembers the last played directory but does not check if the 
dir is

available before loading it.


Mplayer-plugin has same problem.

Mp3-plugin has also problem with broken/missing radio streams from .pls 
playlist, it freezes the vdr.


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


Re: [vdr] FF card A/V sync suggestion

2006-11-03 Thread Pertti Kosunen

whoMAN wrote:
mplayer uses either LAVC or FAME [depending on how mplayer was 
compiled/configured] to convert EVERYTHING to MPEG1 before it is sent to 
the DVB Device.  In essence, it transcodes in realtime.


It doesn't transcode MPEG2.

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