NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 9 10 11 12 13 … 26 Next »
VAAPI transcoder setting

 
  • 0 Vote(s) - 0 Average
VAAPI transcoder setting
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,183
Threads: 127
Joined: Aug 2016
#1
2021-07-10, 08:59 PM
Greetings,

From reading several posts I concluded that using the VAAPI transcoder setting was possible when watching live TV using the web browser but I have not been able to get it working. It looks like it is going to work but ultimately it fails.

CPU setting works OK, just wanted to see if the VAAPI setting wil work for me.

Thanks,
Rex


Attached Files
.zip   logs-20210710-1549.zip (Size: 37.58 KB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 45,396
Threads: 868
Joined: May 2006
#2
2021-07-10, 09:24 PM (This post was last modified: 2021-07-10, 09:25 PM by mvallevand.)
Here is your error

2021-07-10 15:48:08.745 [DEBUG][20] [FFMPEG]: [Parsed_scale_vaapi_2 @ 0x562ed301afc0] Failed to create processing pipeline config: 12 (the requested VAProfile is not supported).
2021-07-10 15:48:08.745 [DEBUG][20] [FFMPEG]: [Parsed_scale_vaapi_2 @ 0x562ed301afc0] Failed to configure output pad on Parsed_scale_vaapi_2


I don't normally like helping with ffmpeg related configurations because it is basically custom but I can give you some starting points. First look at what vainfo shows for the various available profiles. If nothing is there you may need non free video drivers.

Note that I have same version of ffmpeg on Debian as you and VAAPI works and here is my vainfo output.

Code:
libva info: VA-API version 1.4.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_4
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.4 (libva 2.4.0)
vainfo: Driver version: Mesa Gallium driver 18.3.6 for AMD STONEY (DRM 3.27.0, 4.19.0-16-amd64, LLVM 7.0.1)
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileHEVCMain               : VAEntrypointVLD
      VAProfileHEVCMain10             : VAEntrypointVLD
      VAProfileJPEGBaseline           : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc

Martin
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,183
Threads: 127
Joined: Aug 2016
#3
2021-07-10, 10:10 PM
(2021-07-10, 09:24 PM)mvallevand Wrote: Here is your error

2021-07-10 15:48:08.745 [DEBUG][20] [FFMPEG]: [Parsed_scale_vaapi_2 @ 0x562ed301afc0] Failed to create processing pipeline config: 12 (the requested VAProfile is not supported).
2021-07-10 15:48:08.745 [DEBUG][20] [FFMPEG]: [Parsed_scale_vaapi_2 @ 0x562ed301afc0] Failed to configure output pad on Parsed_scale_vaapi_2


I don't normally like helping with ffmpeg related configurations  because it is basically custom but I can give you some starting points.  First look at what vainfo shows for the various available profiles.  If nothing is there you may need non free video drivers.

Note that I have same version of ffmpeg on Debian as you and VAAPI works and here is my vainfo output.

Code:
libva info: VA-API version 1.4.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_4
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.4 (libva 2.4.0)
vainfo: Driver version: Mesa Gallium driver 18.3.6 for AMD STONEY (DRM 3.27.0, 4.19.0-16-amd64, LLVM 7.0.1)
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileHEVCMain               : VAEntrypointVLD
      VAProfileHEVCMain10             : VAEntrypointVLD
      VAProfileJPEGBaseline           : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc

Martin

Thanks Martin.

This is what I get. 
Code:
libva info: VA-API version 1.10.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_9
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.10 (libva 2.10.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 21.1.0 ()
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSliceLP
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSliceLP
      VAProfileJPEGBaseline           : VAEntrypointVLD
      VAProfileJPEGBaseline           : VAEntrypointEncPicture
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP
      VAProfileVP8Version0_3          : VAEntrypointVLD
      VAProfileHEVCMain               : VAEntrypointVLD
      VAProfileHEVCMain10             : VAEntrypointVLD
      VAProfileVP9Profile0            : VAEntrypointVLD
      VAProfileVP9Profile2            : VAEntrypointVLD

Looks like my Driver version is different. I'll do some web searching and see if I can figure out what I need.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 45,396
Threads: 868
Joined: May 2006
#4
2021-07-10, 10:18 PM (This post was last modified: 2021-07-10, 10:19 PM by mvallevand.)
I would continue with intel-media-va-driver-non-free from apt or maybe read https://github.com/intel/media-driver/ first
Martin
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,183
Threads: 127
Joined: Aug 2016
#5
2021-07-10, 10:23 PM
(2021-07-10, 10:18 PM)mvallevand Wrote: I would continue with intel-media-va-driver-non-free from apt or maybe read https://github.com/intel/media-driver/ first
Martin

Got it working. I installed "Package: intel-media-va-driver-non-free Version: 21.1.0+ds1-1~mx19ahs+1" for my Linux Distro.

Thanks  for your help!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  NScriptHelper.dll -service:setting.m3u.update TheKenR 20 1,001 2022-06-18, 07:38 PM
Last Post: sub
  Specify render device for VAAPI? nethead25 1 267 2022-04-05, 03:17 PM
Last Post: mvallevand
  Failed to start requested stream / Streaming Failed (transcoder exited) prog-amateur 10 1,497 2021-07-30, 11:20 PM
Last Post: mvallevand
  NextPVR + HDHomerun no channel Mux setting ozra 8 1,784 2020-11-03, 03:57 AM
Last Post: ozra
  Can't get VAAPI working for recording auto transcode patstr 7 1,539 2020-07-19, 06:22 PM
Last Post: mvallevand
  "Streaming Failed (transcoder exited)" - Rasp Pi 3 motocrossmann 3 1,076 2020-05-20, 04:36 AM
Last Post: sub
  Setting 4 digit pin skullabyss 1 752 2020-03-19, 12:34 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode