Re: [vdr] vdr-xine adjusting audio-volume

2007-03-23 Thread Marco Skambraks
hi, I tried it with xineliboutput-plugin if you use: XINE_PARAM_AUDIO_AMP_LEVEL and XINE_PARAM_AUDIO_AMP_MUTE instead of xine_param_AUDIO_Volume and XINE_PARAM_AUDIO_MUTE it works great I changed it in: xine_input_vdr.c line 3485 and 3486 xine_set_param(stream, XINE_PARAM_AUDIO_VOLUME, tmp32);

Re: [vdr] vdr-xine adjusting audio-volume

2007-03-23 Thread Reinhard Nissl
Hi, Marco Skambraks wrote: > if you use: > XINE_PARAM_AUDIO_AMP_LEVEL and XINE_PARAM_AUDIO_AMP_MUTE > instead of > xine_param_AUDIO_Volume and XINE_PARAM_AUDIO_MUTE I've implemented this yesterday for the next vdr-xine release, although there is no release date yet. Bye. -- Dipl.-Inform. (FH)

Re: [vdr] Streamdev and subtitles and HD

2007-03-23 Thread Anssi Hannula
Pasi Juppo wrote: > Hi, > > Is there any plans to have subtitle support for streamdev plugin? Or is > there by any chance a patch that provides it? What do you mean? 1) DVB Subtitles sent in the HTTP datastream: http://users.tkk.fi/~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz 2) DVB Subtit

[vdr] Re: Streamdev and subtitles and HD

2007-03-23 Thread Arthur Konovalov
Anssi Hannula wrote: 1) DVB Subtitles sent in the HTTP datastream: http://users.tkk.fi/~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz Forbidden: You don't have permission to access /~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz on this server AK

Re: [vdr] Re: Streamdev and subtitles and HD

2007-03-23 Thread Anssi Hannula
Arthur Konovalov wrote: > Anssi Hannula wrote: >> 1) DVB Subtitles sent in the HTTP datastream: >> http://users.tkk.fi/~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz > > Forbidden: > You don't have permission to access > /~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz on this server Oh. We

Re: [vdr] Streamdev and subtitles and HD

2007-03-23 Thread Pasi Juppo
Anssi Hannula wrote: > Pasi Juppo wrote: >> Hi, >> >> Is there any plans to have subtitle support for streamdev plugin? Or is >> there by any chance a patch that provides it? > > What do you mean? > > 1) DVB Subtitles sent in the HTTP datastream: > http://users.tkk.fi/~rahrenbe/vdr/vdr-streamdev-

Re: [vdr] Streamdev and subtitles and HD

2007-03-23 Thread Seppo Ingalsuo
Hi, Pasi Juppo wrote: Is there any plans to have subtitle support for streamdev plugin? Or is there by any chance a patch that provides it? I got dvb subtitles to work thanks to this tip (in Finnish) http://www.linuxtv.fi/viewtopic.php?t=2029&start=30&sid=29c463b7f0abe6a3c18ef54d9142cdbd Us

Re: [vdr] Streamdev and subtitles and HD

2007-03-23 Thread Petri Hintukainen
On Fri, 23 Mar 2007, Anssi Hannula wrote: 2) DVB Subtitles on a VDR VTP client using vdr-plugin-subtitles: Seems to work, but streamdev seems to be buggy and crashes often when used like this (works better when you enable the "AllowSuspend" option in the server). What streamdev version and wh