yapingcat / gomedia

golang library for rtmp, mpeg-ts,mpeg-ps,flv,mp4,ogg,rtsp
MIT License
392 stars 68 forks source link

Write mp4 崩溃 out of range #155

Open klk2x opened 1 week ago

klk2x commented 1 week ago

拉了最新版本也是:

err = mux.Write(vtid, annexb, uint64(int64(pts/time.Millisecond)), uint64(int64(dts/time.Millisecond)))

yapingcat commented 1 week ago

贴下代码,和测试文件