Jump to content

kris777

Members
  • Posts

    65
  • Joined

  • Last visited

Community Answers

  1. kris777's post in v4l2loopback ? was marked as the answer   
    OK...I think it worked in OrangePi3 LTS 🙂 ...first, clean up the remnants:
    .................................................................
    sudo apt purge v4l2loopback-dkms
    sudo apt autoremove
    ...............................................................
    armbian-config
    then I had to switch to a different kernel: edge:6.15.4-edge-sunxi64 ....then update the system: apt update / upgrade / reboot ! install from GitHub:  v4l2loopback and then:
    cd ~/v4l2loopback
    ....................................................................
    VERSION=$(grep -oP 'PACKAGE_VERSION="\K[^"]+' dkms.conf)
    sudo cp -r . /usr/src/v4l2loopback-$VERSION
    sudo dkms add -m v4l2loopback -v $VERSION
    sudo dkms build -m v4l2loopback -v $VERSION
    sudo dkms install -m v4l2loopback -v $VERSION
    dkms status
    sudo modprobe v4l2loopback
    ls /dev/video*
    ...................................................................
    I guess it's OK now:
    ................................................................
    But in my opinion the module is not working properly 😞
    I'll be more precise, it works OK... but OrangePi3LTS is a weak device and the option/module: v4l2loopback and the ffmpeg program that transmits/splits the image to two programs (motion/ustreamer) causes high CPU usage... but it works OK, so my problem is solved
     
  2. kris777's post in OrangePi lts3 - audio dac was marked as the answer   
    I confirm that this HDMI/RCA converter solved the problem and it's OK.
    MPD parameters while playing radio stations:
    cat /proc/asound/card2/pcm0p/sub0/hw_params access: RW_INTERLEAVED format: S24_LE subformat: STD channels: 2 rate: 192000 (192000/1) period_size: 8192 buffer_size: 65536
    link
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines