How to add a MOOV atom in a mp4 video file

前端 未结 8 1522
礼貌的吻别
礼貌的吻别 2020-12-24 06:04

I am working on live device to server streaming in android. I am able to send data in bytes on server but when i play that file during recording on server VLC

8条回答
  •  天涯浪人
    2020-12-24 06:21

    Run qt_faststart to move the moov atom to the beginning of the stream.

    qt-faststart in.mp4 out.mp4
    

提交回复
热议问题