Hello,
On my vdr-box, I cannot watch some channels. For example when switching
to France 2, the image stutters and then freezes after some seconds. And
the audio output stops too.
I have 2 outputs with some messages:
1.) From stdout/stderr (only some samples, because there are a lot of lines):
On Fri, Feb 19 2016, Klaus Schmidinger wrote:
> In the file cutter.c locate the line
>
> AssertFreeDiskSpace(-1);
>
> in the function cCuttingThread::ProcessSequence(). Chnage the '-1'
> to whatever value between 1 and 100 you like. Note, though, that this
> will remove old recordings with prior
Hi,
On my system, disk usage is always about 99%, because VDR cares about
deleting old recordings, when needed.
But when editing a recording, the automatic deletion fails:
--8<---cut here---start->8---
17:36:28 vdr[28116]: [28116] info: Editing process started
On Wed, Jan 13 2016, Luca Olivetti wrote:
> and there's a derived (and possibly better) version here
>
> https://github.com/philhansen/dvbsubrip
Thanks, it works! I just had to add "-l deu" to the arguments for
tesseract so that ä, ö and ü get recognized.
--
Peter
_
Hi,
Is is possible to play VDR-recordings on Samsung Smart TV with
subtitles, and if yes, how please?
It seems, that the Samsung Smart needs 2 files: an mp4 and an srt file.
I've tried: "ffmpeg -i 1.ts -vn -an -codec:s:0 srt 1.srt"
But no 1.srt is created...
TIA for any hints,
--
On Wed, Dec 02 2015, Klaus Schmidinger wrote:
>> C S19.2E-133-3-263 SVM - GR\326D
>>
>> Would it be possible/easy to patch vdr to filter out such errors?
>> What is the right function to look at?
>
> Take a look at StripControlCharacters() or cEvent::FixEpgBugs() in epg.c.
It seems, that these f
On Sun, Nov 29 2015, Klaus Schmidinger wrote:
> Have you tried this (from the VDR “INSTALL” file)?
>
> Workaround for providers not encoding their DVB SI table strings correctly
Thanks, I've tried it. But unfortunately I've got today this line:
C S19.2E-133-3-263 SVM - GR\326D
with the same 0xD
Hi,
It seems, that the encoding of the epg.data file is utf-8, but
sometimes, there are lines like this:
C S19.2E-133-3-263 18:00 GRÖD - RBS
The "Ö" is one byte (0xD6) that seems not conform to utf-8 encoding.
How could I avoid such characters in the epg.data file please?
TIA for any hints,
--
On Thu, Feb 26 2015, Arthur wrote:
> No. But regarding to the mediainfo there no real german subtitles in the
> transport stream. Maybe they only declared, but not transmitted?
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 wit
On Thu, Feb 26 2015, Arthur wrote:
> I've tried to zap to this channel and I got subtitles. See screenshots in
> attachment. VDR-2.2.0 in use.
Thanks. Indeed, now I get also French subtitles. Do you get the German
subtitles? I don't...
--
Peter
_
Hi,
There must be something wrong with my VDR-setup, I never see sub-titles
on Arte. This is my channel.conf line:
arte
HD;ARD:11493:HC23M5O35P0S1:S19.2E:22000:5111=27:5112=deu@3,5113=fra@3,5117=mis@3;5116=mul@106:5114;5115=deu,5118=fra,5119=deu:0:10302:1:1019:0
How could I get sub-titles for t
Hi,
How can I display a still image with iptv + ffmpeg without eating up all
CPU power?
This my ffmpeg command, that uses 100% of CPU time:
ffmpeg -analyzeduration 0 -loop 1 -i "${IMAGE}" -f mpegts -r 25 \
-vcodec mpeg2video -b 4000k -s 664x540 -an \
"udp://127.0.0.1:${PORT}?pkt_
On Tue, Jun 17 2014, cedric.dew...@telfort.nl wrote:
> received X error event: BadMatch (invalid parameter attributes)
> X Error of failed request: BadMatch (invalid parameter attributes)
> Major opcode of failed request: 132 (XVideo)
> Minor opcode of failed request: 17 ()
> Serial number of fail
On Thu, Apr 10 2014, Peer Oliver Schmidt wrote:
> You can do that already. Use the iptv plugin
Thanks, I'll use it!
So, Matti, you can do better things now this week-end! ;)
--
Peter
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxt
On Thu, Apr 10 2014, Matti Lehtimäki wrote:
> There is also another option for those using jumpplay-patch in which you can
> have the replay paused at the last cut mark.
Indeed, this is an option.
> As for displaying the last image of the recording it would be easier
> to have only a blank imag
On Thu, Apr 10 2014, Gerald Dachs wrote:
>>> This really sounds like something that should be solved in parenting
>>> and not code.
>>
>> With code it's easier... ;)
>
> Not for the coder.
You don't know my children... ;)
--
Peter
___
vdr
On Thu, Apr 10 2014, fnu wrote:
> If these kids are so little, why do they watch TV at all w/o parental
> advice
They watch a recording with parental advice.
> and why could there be a channel underneath showing something what the
> little ones shouldn't watch?
There is always a channel undern
On Thu, Apr 10 2014, VDR User wrote:
> Why don't you just tell your kids to turn the tv off when their show
> is over?
I keep the RC always with me. My children *never* touch it.
> This really sounds like something that should be solved in parenting
> and not code.
With code it's easier... ;)
On Wed, Apr 09 2014, Matti Lehtimäki wrote:
> As this should be rather simple I'll look into it during the weekend
> and see if I'll manage to make a working plugin.
Thanks, that's fine.
Just a suggestion: it would be nice, if the plugin could take a
parameter for providing an image file to displ
Hi,
Here a little feature request:
Problem: the children are watching a recording, and at the end VDR
switches to normal live TV, that can be anything. I have to be there at
the right moment to turn off the screen and the sound, in order to bring
them to leave the tv-room.
I would be nice, if VD
On Mon, Apr 07 2014, Klaus Schmidinger wrote:
>> Or a Boolean configuration option for making 5s-skips instead of fast
>> forward/rewind?
>
> Well, that's something we can talk about. You could make it so that during
> replay the Left and Right keys perform 5s skips, and the FastForward/-Rewind
>
On Sun, Apr 06 2014, VDR User wrote:
>>> What I would be willing to accept is a patch that makes the skip delta of
>>> the yellow and green keys (currently a fixed +/-60s) configurable.
>>
>> Yes, that's fine. But what's the problem with a second skip-value for
>> buttons 1 and 3?
>
> If the skip
On Sun, Apr 06 2014, Klaus Schmidinger wrote:
> First and foremost I don't think that we need extra keys for jumping such
> short distances as 5 or 10 seconds. Just use "fast forward" or "fast rewind"
> for that.
Have you tried 5s steps? I really prefer 5s steps over fast
forward/rewind. With mpl
On Mon, Mar 31 2014, Peter Münster wrote:
> What about adding a possibility to skip ±5 or ±10 seconds when replaying
> a recording?
>
> Would you perhaps accept a patch for the developer version?
Hi Klaus,
What about the attached patch?
--
Peter
diff -ur vdr-2.1.6/MANU
On Mon, Mar 31 2014, Matthias Fechner wrote:
> Am 31.03.14 12:19, schrieb Peter Münster:
>> Why is the last mark not correct?
>
> hehe, ask noad ;)
>
>> What about adjusting the last mark?
>> What about removing the last mark?
>> What about a setup-parame
On Mon, Mar 31 2014, Matthias Fechner wrote:
> Am 31.03.14 11:39, schrieb Peter Münster:
>> What about integrating the jumpplay-patch
>> (http://www.vdr-wiki.de/wiki/index.php/Jumpplay-patch) into the
>> VDR developer version?
>
> I wish the patch whould not stop the pl
Hi Klaus,
What about adding a possibility to skip ±5 or ±10 seconds when replaying
a recording?
Would you perhaps accept a patch for the developer version?
That would be nice.
--
Peter
___
vdr mailing list
vdr@linuxtv.org
http://www.linux
Hi Klaus,
What about integrating the jumpplay-patch
(http://www.vdr-wiki.de/wiki/index.php/Jumpplay-patch) into the
VDR developer version?
That would be nice.
--
Peter
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mai
On Thu, Feb 27 2014, Stephan Loescher wrote:
> I am interested in your experiences with xineliboutput-plugin and vdr-sxfe for
> HDTV and not using VDPAU but using the plain CPU-power.
Hi,
I use vdr + xineliboutput-plugin (no vdr-sxfe). Here some information
for you:
1.) top:
top - 22:36:09 up 1
On Fri, Feb 14 2014, Pertti Kosunen wrote:
> 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.
Thanks, it works! Have you already sent it to the plugin develop
Hi,
When compiling the mp3 plugin, I get this error:
--8<---cut here---start->8---
*** Plugin mp3:
WARNING: plugin mp3 is using an old Makefile!
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFIL
On Tue, Nov 12 2013, Peter Münster wrote:
> When watching ZDF HD (from Astra-19E), my vdr-2.0.4-streamdev-client
> freezes after about 10 seconds. When adding "-wX" to the command line,
> the watchdog works and makes vdr exit after X seconds.
>
> There is no such probl
Hi,
When watching ZDF HD (from Astra-19E), my vdr-2.0.4-streamdev-client
freezes after about 10 seconds. When adding "-wX" to the command line,
the watchdog works and makes vdr exit after X seconds.
There is no such problem with "Das Erste HD" or "Arte HD".
Here the channel line:
ZDF
HD;ZDFvisi
Hi,
The firmware has to be loaded (strange, the card is sold
without firmware??): "cp dvb-fe-ds3000.fw /lib/firmware"
I've found the solution here:
http://linuxtv.org/wiki/index.php/TeVii_S464
--
Peter
___
vdr mailing list
vdr@linuxtv.org
On Sun, Oct 27 2013, VDR User wrote:
> Basically there is not enough information to know the source of your
> issue. You've got to do further investigation.
Thanks, you're right. After the installation of the cable from the dish
to the vdr-system, I'll investigate further.
I've just hoped to find
Hi,
This is probably not a VDR problem, but I guess that here are people who
could help perhaps.
I use the femon plugin to check the signal, and there is only some 20%
of the first line (red), when I test my brand new TeVii S464, and no image.
When I replace the card with my old
"Technotrend/Hau
On Mon, Sep 16 2013, Jukka Tastula wrote:
> Try to remove all the old conflicting v4l and dvb modules
Thanks! It helped to remove kernel/drivers/media/pci/cx88 and
kernel/drivers/media/v4l2-core.
--
Peter
___
vdr mailing list
vdr@linuxtv
On Mon, Sep 16 2013, Jukka Tastula wrote:
> The tbs driver package wants to replace _everything_ in the system. Mixing
> v4l
> modules with the kernel and the tbs package will lead to the issue you're
> experiencing.
Is there any solution for this problem?
TIA for any hints,
--
Pe
Hi,
It's not a VDR problem, but I hope to find people here with some
experience, who could help to get my 2 DVB cards working together.
I can use the DVB-S, and also the DVB-T, but not a the same time. Here
the details:
- openSUSE 12.3
- fresh installation of kernel-desktop-3.7.10-1.16.1.x86_64
On Sun, Mar 10 2013, Matthias Schniedermeyer wrote:
> Read-only CAN for e.g. happen after an error when the filesystem is
> mounted with "error=read-only"
Sorry, didn't know about such a configuration option. Therefore I agree
with a somewhat more elaborated solution as mentioned by fnu.
Or ple
On Sun, Mar 10 2013, Klaus Schmidinger wrote:
> I'm afraid we're too close to releasing version 2.0.0 to make such
> changes now.
No problem. I would just like to know, if you agree with such a patch
(or something more elaborated).
> Besides, why don't you just use a writeable video directory a
On Sun, Mar 10 2013, fnu wrote:
> Since this is important for you personaly, you want to change VDR for all
> users, are you serious?
Yes, where is the problem?
> But to change it in a global way like this is IMHO not a way to go.
Did you understand my suggestion? Here again: not writable: war
Hi Klaus,
Could you please delete line 577 from vdr.c or do something similar to
let vdr continue even with read-only video directory?
vdr runs fine with this patch on my system, and it's important for me,
that vdr cannot write anything to the video directory.
(see also http://pmrb.free.fr/vdr/)
On Fri, Mar 08 2013, Stephan Loescher wrote:
> No. The setup, timers, etc. from the server are all in the clients
> /video/server directory. The client does not use them, because they are not in
> its video-root-direcory.
In my case, the setup for client and server are the same, because I want
it
On Fri, Mar 08 2013, Stephan Loescher wrote:
> The VDR-client is started this way:
> vdr -Pstreamdev-client -Pxineliboutput -v /video
Thanks, now I understand: /video is writable by vdr. I don't want
that: the client sees the same setup files (also the timers) as the
server, so the client would t
On Wed, Mar 06 2013, Stephan Loescher wrote:
> The workaround I use is to mount the server in a subdirectory e.g. mount the
> server-directory to /net/media/data/video/servervideo and start the client-vdr
> like this:
> vdr -Pstreamdev-client -Pxineliboutput -v/net/media/data/video
On Wed, Mar 0
On Wed, Mar 06 2013, VDR User wrote:
> With no bad side effects?
So far only some error messages in the log-file, whenever vdr tries to
write something. Quite reasonable for me.
--
Peter
___
vdr mailing list
vdr@linuxtv.org
http://www.lin
On Tue, Mar 05 2013, VDR User wrote:
> A workaround is to use the mplayer plugin
I prefer the VDR interface. Finally it's very easy:
I've just deleted the lines
--8<---cut here---start->8---
if (!DirectoryOk(VideoDirectory, true)) {
fprintf(stderr, "vd
Hi,
Some keys do not work with the mplayer plugin:
kAudio, kSubtitles, kInfo and perhaps more.
How could I use these keys please in the cMPlayerControl::ProcessKey()
function?
TIA for any help,
--
Peter
___
vdr mailing list
vdr@linuxtv.or
On Tue, Feb 26 2013, Peter Münster wrote:
> On Tue, Feb 26 2013, Füley István wrote:
>
>> I'm using latest xineliboutput in client-server environment, and it works
>> fine
>> for me.
>
> Perhaps I have the wrong DVDs... :(
> I've compiled latest xinelib
Hi,
How is it possible, to mount the video directory in read-only mode?
I want to use a slave vdr like this:
vdr -Pstreamdev-client -Pxineliboutput -v/net/media/data/video
But it does not work, because /net/media/data is mounted read-only.
The slave vdr should not write anything, just read the
On Thu, Feb 28 2013, Matthias Fechner wrote:
> I used gentoo without problems and now yavdr without problems. It never
> crashed so it is related to the version/distribution or to your hardware
> you are using.
You are probably right. But since the mplayer-plugin is so much better
for me (it star
On Wed, Feb 27 2013, Bernard Jaulin wrote:
> Did you change your VDR release ?
Yes. Now it's 1.7.37 and before it was 1.2.6 (several years ago... ;)
> Have you the same issue with SoftHDdevice ?
I don't use this plugin, so I don't know.
--
Peter
_
On Wed, Feb 27 2013, Matthias Fechner wrote:
> Am 27.02.13 11:56, schrieb Peter Münster:
>> Support for seeing the VDR osd over mplayer doesn't exist yet.
>
> I use xineliboutput with a nvidia on-board graphic card to replay all
> kind of video without problems (SD and HD
On Wed, Feb 27 2013, Lars Hanisch wrote:
> I don't know if it works, but you can configure vdr to start with always the
> same channel (which you'll never use for a
> recording) so that it has to switch explicitly when starting the recording.
Yes, that should work. That's what I'll do, if there
Hi,
Sometimes, when starting VDR, I get this message:
"[input_vdr] No data in 8 seconds, queuing no signal image"
And no video.
When switching channels of the same transponder, nothing happens. But
switching to a channel of another transponder (channel 7), video comes
back.
How could I avoid thi
Hi,
Support for seeing the VDR osd over mplayer doesn't exist yet.
Who could add this feature please? And what would be the price?
(Perhaps this could help: https://urandom.ca/mebox/downloads/vf_overlay.txt)
TIA for any proposals,
--
Peter
Tel.: +33/0 299 680 353
__
On Tue, Feb 26 2013, VDR User wrote:
> I use mplayer2 with the mplayer plugin. No probs.
Thanks, that works very well!
Just one issue: how can you see the OSD, while mplayer is running?
(my output device is xineliboutput)
TIA for any help,
--
Peter
On Tue, Feb 26 2013, Lars Bläser wrote:
> together the plugins dvd and dvdswitch play titelsets and iso's nativly in vdr
> another (imho better) solution is something like yavdr does, if needed
> switching vdr in backround (still running, recording) and use the frontend
> with xbmc (also has iso s
On Tue, Feb 26 2013, Füley István wrote:
> I'm using latest xineliboutput in client-server environment, and it works fine
> for me.
Perhaps I have the wrong DVDs... :(
I've compiled latest xineliboutput from CVS, and then:
- media player
- play file
- /data/DVDs/ice-age-2
- red button for "DVD ti
Hi,
I've just installed a new VDR-system with xineliboutput
(openSUSE-packages), and now I'm looking for a possibility to watch
DVD-images with best integration into VDR.
Unfortunately the media-player of xineliboutput crashes often and does
not select automatically the main-film.
I don't need DV
On Wed, Feb 20 2013, Bernard Jaulin wrote:
> Here is an update for fr_FR.po UTF-8 image plugin.
Hi,
Here a small patch:
--8<---cut here---start->8---
--- fr_FR.po.orig 2013-02-20 21:07:24.042559509 +0100
+++ fr_FR.po2013-02-20 21:18:06.296129073 +01
On Sun, Feb 17 2013, Bernard Jaulin wrote:
> Sure ! here is the french translation.
Impossibile -> Impossible
--
Peter
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On Wed, Feb 13 2013, Bernard Jaulin wrote:
> If possible, here is the last french po file (and diff) according with a part
> of french community.
Here a new one with some spelling fixes.
--
Peter
fr_FR.po
Description: Binary data
___
vdr
On Mon, Feb 11 2013, Klaus Schmidinger wrote:
> Your file looks as if you have already changed it to UTF-8.
Strange... On my disk it's iso-8859, but the mailing software translates
the attachment to utf-8. I'll send a bug-report...
--
Peter
_
On Mon, Feb 11 2013, Marc wrote:
> I forgot the attachment !
Here a new one with some spelling fixes.
(BTW, wouldn't utf-8 be a better choice nowadays?)
--
Peter
# VDR language source file.
# Copyright (C) 2008 Klaus Schmidinger
# This file is distributed under the same license as
Hi,
Is there some kind of road-map for VDR? Things like:
- What is expected to happen before next stable release?
- Approximate time-line.
- What features are to be integrated?
--
Peter
___
vdr mailing list
vdr@linuxtv.org
http://www.linu
On Mon, Oct 08 2012, Klaus Schmidinger wrote:
> +install-conf:
> + @cp *.conf $(DESTDIR)$(CONFDIR)
What about "@cp -n"?
--
Peter
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On Mon, Aug 06 2012, Theunis Potgieter wrote:
> On 6 August 2012 16:56, Peter Münster wrote:
>>
>> Example: we watch a film recorded from Arte, and my wife wants to listen to
>> the French, and I want to listen to the German audio channel.
> vdr-streamdev plugin on v
Hello,
Is it possible today with vdr, to send one audio channel to the
headphones and the other audio channel to the speakers (or another
headphones)?(it wasn't possible about 4 years ago)
Example: we watch a film recorded from Arte, and my wife wants to listen to
the French, and I want to li
On Sat, Jun 07 2008, Udo Richter wrote:
> Peter Münster wrote:
> > Is it possible with vdr, to send one audio channel to the headphones and
> > the other audio channel to the speakers (or another headphones)?
>
> I don't think that this is currently possible, though it
Hello,
Is it possible with vdr, to send one audio channel to the headphones and
the other audio channel to the speakers (or another headphones)?
Example: we watch a film recorded from Arte, and my wife wants to listen to
the french, and I want to listen to the german audio channel.
If it's possi
On Sun, Feb 03 2008, Klaus Schmidinger wrote:
>
> Yes or No?
No, because 1.4.7 is quite good enough today for most users and
distributions, and those who need more can compile 1.5.X with additional
kernel drivers. So you don't need to bother with 2 branches (1.6 and 1.7).
Cheers, Peter
--
http:
On Sun, Jan 27 2008, techno wrote:
>
> When I run vdr from the command line I get this message:
>
> "vdr: please turn off UTF-8 before starting VDR"
>
> How do I turn off UTF-8?
Hello,
With the command "set | grep -i utf" you can see what environment variables
have a value with "utf". Those, th
74 matches
Mail list logo