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

H265/HEVC support #1973

Closed
connortechnology opened this issue Aug 22, 2017 · 4 comments
Closed

H265/HEVC support #1973

connortechnology opened this issue Aug 22, 2017 · 4 comments
Labels

Comments

@connortechnology
Copy link
Member

Putting this here for discussion and bounty.

I played with an H265 stream today, here is where we are and where we need to get to in order to say we support H265.

  1. h265 currently works with our h264 passthrough code and gets stored nicely in the .mp4 just fine.
  2. Not many browsers will play an h265 stream/file at this time. Mine doesn't. This means that we need to have zms decode the .mp4 into an mjpeg for viewing old style. (or transcode to h264 or whatever)
  3. We need to be able to detect what the browser can do I guess so that we can choose to stream the h265 or view it as mjpeg.
@connortechnology connortechnology changed the title H264/HEVC support H265/HEVC support Sep 11, 2017
@connortechnology
Copy link
Member Author

I now have zms in my branch doing the decode from the mp4 to a jpeg stream, which is good and makes h265 support work. Still need number 3.

@ziotibia81
Copy link

A "simple" method to detect streams supported by browser could be Modernizr library.
An example --> here <--

@stale
Copy link

stale bot commented Jun 15, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 15, 2018
@stale stale bot closed this as completed Jun 22, 2018
@BiatuAutMiahn
Copy link

bump?

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

No branches or pull requests

3 participants