Martin Fleisz

Results 32 comments of Martin Fleisz

FreeRDP does not make any use of v4l2 directly. It is able to decode H264/AVC444 using FFmpeg (and what FFmpeg will use for decode depends on your system).

@Yubo-Cao thanks for the report but regarding wlfreerdp I am afraid that RAIL (RemoteApp) is currently not supported.

@fifthdegree issues with the windows build - see https://ci.freerdp.com/job/windows_msbuild/7849/arch=win32,label=vs2013/console

Please provide more information as described in the issue template (os info, version info, command line, etc).

@godtang just guessing from the error message but you either have to disable the USB redirection channel (`-DCHANNEL_URBDRC=OFF`) or you have to provide the correct libusb headers/library files.

This reverts the changes from https://github.com/FreeRDP/FreeRDP/pull/7342 Unfortunately there is no description given why this change was done back then ... @Pollux42 can you determine where in `ffmpeg_open_context` the failure happens...

@Pollux42 thanks a lot for the additional info! I'll loop in @akallabeth to have a look at this since he's done the last change (removing the `if`) and maybe knows...