how to decode the byte array (.h264 format) in to video in android?

后端 未结 1 1714
傲寒
傲寒 2021-01-26 15:00

In My App, I have to decode the bytearray (that is in .h264 format) in to video and the byte array coming from live steaming. The code is below:

static final int         


        
1条回答
  •  天涯浪人
    2021-01-26 15:04

    I have used javacv library for performing decoding of H.264 live stream. Its quite nice library. here is the my question and its answer, it may help you. If you perform similar steps as i have performed, it will decode the video and you will be able to play it on device.

    0 讨论(0)
提交回复
热议问题