Posts by carel

    Hallo Zabrimus,

    Adding the tcp option was a good thing, it's much more stable now! I'm now using yt-dlp and ffmpeg over tcp and left VLC as 'transcoder'

    What's the advantage of using yt-dlp_linux instead of the python based version yt-dlp ?

    I saw below line starting yt-dlp in your scripts:  yt-dlp_linux -t mp4 --audio-multistreams

    Can you tell why these two options are used (needed) ?

    Thanks

    Ah, lifetime on disk, now I get the picture

    One thing to consider: when I set "InstantRecordTime = 0", VDR will record just the episode (if available), which is a nice feature. But it would also lead to time-shift recordings ending at te end of the event and that's not intended.

    I'll have a look at the code, maybe I can make myself a patch to add a dedicated recording tiime just for time-shifts

    Können Sie mir bitte erklären, welchen Zweck der Parameter „PauseLifetime“ hat, der standardmäßig auf einen Tag eingestellt ist?

    Wenn ich eine Live-Sendung pausiere, wird zwar ein neuer Timer erstellt, aber nur mit der Standarddauer InstantRecordTime = 120. Wenn unsere Pause also zwei Stunden überschreitet, kehren wir zur Live-Sendung zurück, wo wir meiner Meinung nach einen Tag Pause einlegen sollten, oder?

    Vielen Dank im Voraus für Ihre Erklärung!

    PS: ohne Google translate ist mein Deutsch noch viel Schlimmer!

    I run with:

    -P"softhddevice -d :0 -v va-api-egl -a hw:0,3 -w alsa-driver-broken -w alsa-close-open-delay -w still-hw-decoder"

    I also tried va-api-glx, but this fails to show a picture together with flooding messages: video/glx: vaCopySurfaceGLX failed

    VDR Log: (with va-api-egl)

    Code
    libva info: VA-API version 1.23.0
    libva info: Trying to open /usr/lib/dri/iHD_drv_video.so
    libva info: Found init function __vaDriverInit_1_23
    libva info: va_openDriver() returns 0
    2040ms 0ms 2040ms
    ratio: 16:9 6080:3429
    ALSA lib pcm.c:8772:(snd_pcm_recover) underrun occurred

    syslog with debug enabled softhddevice:

    syslog.txt

    Thanks!

    Hello lnj

    I'm testing a new N100 board with "Intel Corporation Alder Lake-N" GPU

    I can run cable channels (1080i) fine, the problem is with live streams..

    Sound is there but there's either no video or a green screen. I'm seeing below in the logs + flooding of "video/vaapi: vaSyncSurface failed"

    setup:

    vdr-2.7.7 / ffmpeg: 7.2.1 / softhddevice: latest from git

    I made a recording: http://www.nekanali.nl:8020/VTM-green-screen.tgz

    Maybe fixing this is all too difficult, then I'll re-mount my Nvidia 1080 ;)

    Carel

    Unfortunately not completely yet:

    Hallo Jojo

    I'm trying to compile the plugin in DRM mode and get the errors below

    I have latest ffmpeg , libva and libdrm 2.4.127-1

    Is this something that can be fixed in the plugin?

    Hello

    Running the plugin just fine on my RPI4, this new version has lots of improvements and increased stabilty! Thanks for that.

    One little thing: when I run ./vdr -V it segfaults:

    ./vdr -V

    Segmentatiefout            ./vdr -V

    This only happens when I have the lib "libvdr-softhddevice-drm-gles.so.9" in PLUGINS/lib

    Showing the plugins parameters returns nothing with:

    ./vdr --help | grep softhdd

    Is this reproducable for anyone?