简体   繁体   中英

React native how to play h264 (elementary) stream

I need to play the h264 streams received from the camera in react-native app. Is it possible to play raw h264 data without converting to other codec?

Most browsers are fine with the h264 codec, but they will not play the raw bitstream. The stream must be wrapped into an mp4 container before the browser will load it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM