You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I captured the h264 file from RDP (Remote Desktop Protocol) of Windows Server 2016.
I played it with the following program: https://github.com/131/h264-live-player
This program uses the Broadway library to play the h264 file.
But this program plays incorrectly it.
I attached the video file of this issue.
I captured the h264 file from RDP of Windows 10.
This program plays it well.
I found that the Broadway library doesn’t support some of h264.
That’s, the cause of this issue is occurred due to the different methods of compressing the bitmap data of H264 in Windows Server 2016.
The methods of each Windows platforms follow as below:
Windows Server 2019, Windows 10: MPEG-4 AVC/H.264 Codec in YUV444 mode
Windows Server 2016: MPEG-4 AVC/H.264 Codec in YUV444v2 mode
I want to know how to fix the issue.
Thanks.
The text was updated successfully, but these errors were encountered:
I captured the h264 file from RDP (Remote Desktop Protocol) of Windows Server 2016.
I played it with the following program:
https://github.com/131/h264-live-player
This program uses the Broadway library to play the h264 file.
But this program plays incorrectly it.
I attached the video file of this issue.
I captured the h264 file from RDP of Windows 10.
This program plays it well.
I found that the Broadway library doesn’t support some of h264.
That’s, the cause of this issue is occurred due to the different methods of compressing the bitmap data of H264 in Windows Server 2016.
The methods of each Windows platforms follow as below:
I want to know how to fix the issue.
Thanks.
The text was updated successfully, but these errors were encountered: