NicolasGuilloux / blade-shadow-beta

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

Stream flashes with H264 and hangs with H265 #59

Closed trubesv closed 4 years ago

trubesv commented 4 years ago

Hello, first of all thank you for all the work around Shadow :)

Describe the bug 2 different behaviours, whether "Low bandwidth mode" is ticked or not in the Shadow options, which toggles H265 encoding. Same behaviours for each, whether "Fullscreen on start" is ticked or not.

System

Configuration

vainfo vainfo: VA-API version: 1.7 (libva 2.7.1) vainfo: Driver version: Intel i965 driver for Intel(R) Haswell Mobile - 2.4.0 vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264MultiviewHigh : VAEntrypointVLD VAProfileH264MultiviewHigh : VAEntrypointEncSlice VAProfileH264StereoHigh : VAEntrypointVLD VAProfileH264StereoHigh : VAEntrypointEncSlice VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileNone : VAEntrypointVideoProc VAProfileJPEGBaseline : VAEntrypointVLD

Additional context

Thanks for your help :)

EDIT: I just tried with compositing off, kind of the same behaviours:

aarnoud commented 4 years ago

Hey it seems your machine doesn't support H265, what's your CPU exact model ?

trubesv commented 4 years ago

Hi, its an i7-4600U, with 4400 igpu

trubesv commented 4 years ago

I tried with the alpha AppImage and still have the same issue Also, shadowcker doesn't seem to start, see https://pastebin.com/4i6J51nH

EDIT: Shadowcker does start after running the xhost +localhost ; xhost +local:docker commands