I am trying to create an HEVC Fairplay stream. I have tried using Shaka Packager,Bento4 and Zencoder. But with no luck.
Has anybody created a HEVC Fairplay stream? If yes, then how?
I am trying to create an HEVC Fairplay stream. I have tried using Shaka Packager,Bento4 and Zencoder. But with no luck.
Has anybody created a HEVC Fairplay stream? If yes, then how?
This should work with Bento4. For HEVC video, you should use the fragmented MP4 flavor of HLS for your stream, which you can do by using Bento4's mp4dash
command and the --hls
option.
You can reach out on the Bento4 GitHub page if you need more help, I can followup with you there.