Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h264 file with MPEG-4 AVC/H.264 Codec in YUV444 mode can incorrectly be played #211

Open
vstreaming1982 opened this issue Jan 28, 2020 · 0 comments

Comments

@vstreaming1982
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant