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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: