Jump to content

exus

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by exus

  1. Same issue, I tried to use wireshark and there are spamming requests on multiple files every xx seconds to http://myunraidserver/zfs/.... 

    I found that the process sending requests was svchost.exe on my pc and the related service was WebClient. I stopped and disabled it and it looks like I'm no longer sending those requests

    I've no idea why or how or what those requests were based on (there were also requests to old shares that do not exist anymore on my server)

  2. same result on jellyfin docker

    [AVHWDeviceContext @ 0x55f3adf6e680] Failed to initialise VAAPI connection: -1 (unknown libva error).
    Device creation failed: -5.
    Failed to set value 'vaapi=va:/dev/dri/renderD128' for option 'init_hw_device': Input/output error
    Error parsing global options: Input/output error

    😔

  3. I tried but I'm still getting the error

    time="2023-05-02T12:02:08Z" level=error msg="[AVHWDeviceContext @ 0x150d3b132e40] Failed to initialise VAAPI connection: -1 (unknown libva error)."
    time="2023-05-02T12:02:08Z" level=error msg="Failed to set value '/dev/dri/renderD128' for option 'vaapi_device': I/O error"

     

  4. I'm trying to run owncast docker with intel hardware transcoding (13600k) but I'm getting this error:

    ---Version Check---
    ---Owncast v0.0.13 up-to-date---
    ---Preparing Server---
    ---Starting Server---
    time="2023-04-29T18:49:51+02:00" level=info msg="Owncast v0.0.13-linux-64bit (1d6151c867ebb2f766815d3b116358085bc1c25e)"
    time="2023-04-29T18:49:51+02:00" level=info msg="Video transcoder started using VA-API with 1 stream variants."
    time="2023-04-29T18:49:51+02:00" level=info msg="RTMP is accepting inbound streams on port 1935."
    time="2023-04-29T18:49:51+02:00" level=info msg="Web server is listening on IP 0.0.0.0 port 8080."
    time="2023-04-29T18:49:51+02:00" level=info msg="The web admin interface is available at /admin."
    time="2023-04-29T18:49:51+02:00" level=error msg="[AVHWDeviceContext @ 0x564939606400] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed"
    time="2023-04-29T18:49:51+02:00" level=error msg="[AVHWDeviceContext @ 0x564939606400] Failed to initialise VAAPI connection: -1 (unknown libva error)."
    time="2023-04-29T18:49:51+02:00" level=error msg="Failed to set value '/dev/dri/renderD128' for option 'vaapi_device': Input/output error"
    time="2023-04-29T18:49:51+02:00" level=error msg="transcoding error. look at  data/logs/transcoder.log  to help debug. your copy of ffmpeg may not support your selected codec of h264_vaapi https://owncast.online/docs/codecs/"

    I installed igputop, edited permissions chmod -R 777 /dev/dri, and added device /dev/dri/ in docker config. How can I fix this error?

    thank you

     

×
×
  • Create New...