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 … 21 22 23 24 25 … 38 Next »
VAAPI transcoder setting

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

Posting Freak

Marion Iowa, USA
Posts: 2,032
Threads: 181
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: 56,749
Threads: 997
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: 2,032
Threads: 181
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: 56,749
Threads: 997
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: 2,032
Threads: 181
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
  VAAPI transcoding fails most of the time mrdally204 4 586 2026-07-16, 03:49 AM
Last Post: mrdally204
  VAAPI causes "Failed to start requested stream" when skipping WagMan 4 661 2026-02-27, 02:00 AM
Last Post: WagMan
  No NVENC option in settings/transcoder and subtitles missing from ts recordings AWellesley 6 3,306 2024-03-04, 03:19 PM
Last Post: mvallevand
  FFMpeg and Vaapi acceleration dlfergrd 6 3,695 2023-07-05, 01:37 AM
Last Post: dlfergrd
  Streaming Failed (transcoder exited) DHdm 1 1,550 2023-06-17, 02:47 AM
Last Post: mvallevand
  Streaming Failed (transcoder exited) ag100pct 10 4,275 2023-05-05, 02:26 PM
Last Post: mvallevand
  NScriptHelper.dll -service:setting.m3u.update TheKenR 20 9,703 2022-06-18, 07:38 PM
Last Post: sub
  Failed to start requested stream / Streaming Failed (transcoder exited) prog-amateur 10 6,592 2021-07-30, 11:20 PM
Last Post: mvallevand
  NextPVR + HDHomerun no channel Mux setting ozra 8 6,028 2020-11-03, 03:57 AM
Last Post: ozra
  Can't get VAAPI working for recording auto transcode patstr 7 4,191 2020-07-19, 06:22 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