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

Live transcoding from H265 to H264 on Mobile #160

Open
itziksha opened this issue Jun 17, 2020 · 1 comment
Open

Live transcoding from H265 to H264 on Mobile #160

itziksha opened this issue Jun 17, 2020 · 1 comment

Comments

@itziksha
Copy link

Hi,
Our application works with cameras which provide H265 (HEVC) video encoding, but not all browsers / players, supports this encoding, so we were looking for solution.

One solution, was to make the transcoding from H265 to H264 on the cloud,
but we would like to know if there is a solution to make the transcoding on the mobile itself (Android / iOS) and not on the server.

The video is live, so it’s required to be live transcoding, and not playback only after full conversion of the video....

Does this library supports it such transcoding (For Android)?
If not, can you point me to other solutions?

(BTW, Our app is hybrid, using Ionic, so we can make the transcoding on the native side, and pass it to the app browser. If it's not possible, we can maybe play it on a native player)

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

2 participants