Jump to content

primoitt

Members
  • Posts

    29
  • Joined

  • Last visited

Reputation Activity

  1. Like
    primoitt reacted to fabiobassa in CSC Armbian for RK322x TV box boards   
    @primoitt thanks for those Infos, even if not strictly hardware related , they are usefull for building new distros
     
    Could be also interesting open a specific thread related ti repositories issues and leave this for hardware specific
  2. Like
    primoitt reacted to jock in CSC Armbian for RK322x TV box boards   
    Hello @primoitt , yes it has been deprecated. It wasn't developer anymore, now has been fully removed.
    You can find the latest iteration with the legacy kernel for rk322x family on this branch. After that, rk322x and rockchip familes have been merged and legacy kernels removed because old and unmaintained.
     
    The main reason to keep legacy was raw NAND support, but we at last we decided it does not worth the effort to keep it.
  3. Like
    primoitt got a reaction from MattWestB in CSC Armbian for RK322x TV box boards   
    Hey @Vittorio Mori
     
    If you need only H265 decoding, try this:
     
    Focal Legacy 4.4.194
    https://users.armbian.com/jock/rk322x/armbian/stable/

    @jock 's media framework
     
    ffmpeg -decoders |grep mpp V..... h264_rkmpp h264 (rkmpp) (codec h264) V..... hevc_rkmpp hevc (rkmpp) (codec hevc) V..... vp8_rkmpp vp8 (rkmpp) (codec vp8) V..... vp9_rkmpp vp9 (rkmpp) (codec vp9)  
    For testing:
     
    wget https://test-videos.co.uk/vids/bigbuckbunny/mp4/h265/1080/Big_Buck_Bunny_1080_10s_30MB.mp4 mv Big_Buck_Bunny_1080_10s_30MB.mp4 Big_Buck_Bunny_1080_10s_30MB_h265.mp4 ffmpeg -benchmark -loglevel debug -hwaccel drm -hwaccel_device /dev/dri/renderD128 -c:v hevc_rkmpp -i Big_Buck_Bunny_1080_10s_30MB_h265.mp4 -f null -  
    VP8, VP9 and H265 works
     
    H264 not working..
     
    Encoding is not working...
     
    ffmpeg -encoders |grep mpp  
     
     
     
     
     
  4. Like
    primoitt reacted to Vittorio Mori in CSC Armbian for RK322x TV box boards   
    @primoitt: @ilmich solved it for me by compiling a libreleec 11 build with mpv binary included- Everything works, h264/hevc/mpeg2 ..... brilliant.
  5. Like
    primoitt got a reaction from Vittorio Mori in CSC Armbian for RK322x TV box boards   
    Hey @Vittorio Mori
     
    If you need only H265 decoding, try this:
     
    Focal Legacy 4.4.194
    https://users.armbian.com/jock/rk322x/armbian/stable/

    @jock 's media framework
     
    ffmpeg -decoders |grep mpp V..... h264_rkmpp h264 (rkmpp) (codec h264) V..... hevc_rkmpp hevc (rkmpp) (codec hevc) V..... vp8_rkmpp vp8 (rkmpp) (codec vp8) V..... vp9_rkmpp vp9 (rkmpp) (codec vp9)  
    For testing:
     
    wget https://test-videos.co.uk/vids/bigbuckbunny/mp4/h265/1080/Big_Buck_Bunny_1080_10s_30MB.mp4 mv Big_Buck_Bunny_1080_10s_30MB.mp4 Big_Buck_Bunny_1080_10s_30MB_h265.mp4 ffmpeg -benchmark -loglevel debug -hwaccel drm -hwaccel_device /dev/dri/renderD128 -c:v hevc_rkmpp -i Big_Buck_Bunny_1080_10s_30MB_h265.mp4 -f null -  
    VP8, VP9 and H265 works
     
    H264 not working..
     
    Encoding is not working...
     
    ffmpeg -encoders |grep mpp  
     
     
     
     
     
  6. Like
    primoitt reacted to Maker39 in CSC Armbian for RK322x TV box boards   
    Wow !!! it's magic !
    I have WiFi
  7. Like
    primoitt got a reaction from Bandar in Docker support for RK322X TV Boxes   
    All right.. We got our own topic for Docker talking 😁
  8. Like
    primoitt got a reaction from fabiobassa in Docker support for RK322X TV Boxes   
    All right.. We got our own topic for Docker talking 😁
  9. Like
    primoitt got a reaction from MattWestB in Docker support for RK322X TV Boxes   
    Hey @Bandar it was out the box installation.. it's installed from docker respository like this:

     
    curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - add-apt-repository "deb [arch=armhf] https://download.docker.com/linux/debian $(lsb_release -cs) stable" apt-get install docker-ce systemctl start docker systemctl status docker curl -L https://github.com/docker/compose/releases/download/v2.3.0/docker-compose-linux-armv7 -o /usr/local/bin/docker-compose docker --version Docker version 20.10.16, build aa7e414 docker-compose --version Docker Compose version v2.3.0  
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines