bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
733 stars 172 forks source link

Live transcoding from H265 to H264 on Mobile #160

Open itziksha opened 4 years ago

itziksha commented 4 years ago

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!

78Alpha commented 3 years ago

Would something like

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwisnvamgMHqAhXaoHIEHX0YDZQQFjAAegQIARAB&url=https%3A%2F%2Ftrac.ffmpeg.org%2Fwiki%2FStreamingGuide&usg=AOvVaw2m7rb_SafCHTOweDJyPQLx

Work? Or relate to the question?