NicolasGuilloux / blade-shadow-beta

Various documentation and tools for Shadow on Linux maintained by community
MIT License
119 stars 21 forks source link

Can’t activate the low bandwidth mode on Linux #74

Closed changemenemo closed 3 years ago

changemenemo commented 3 years ago

Describe the bug When I try to enable the low bandwidth mode during streaming with the upper menu, it goes directly to the step "disable low bandwidth mode"

System

Configuration

VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileMPEG4Simple            : VAEntrypointVLD
      VAProfileMPEG4AdvancedSimple    : VAEntrypointVLD
      <unknown profile>               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD

To Reproduce Steps to reproduce the behavior: No specific thing Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

NicolasGuilloux commented 3 years ago

Hi! I let you check our tutorial here which explains how to understand the vainfo.

With what you gave us, your GPU does not support the H265/HEVC protocole. The low bandwitch option is actually using the H265 against the H264 which give better results (understand less artefacts) for the low bitrates. Since your GPU does not support it, you can't use it.

Feel free to open this issue again if you have any question. Cheers!