minimp4 icon indicating copy to clipboard operation
minimp4 copied to clipboard

Cannot demux MP4 files in H265 format

Open huangzhiyou-github opened this issue 2 years ago • 3 comments

Hi, lieff: I want to demux MP4 files in H265 compressed format, but I found that it doesn't work, even though the MP4 files I use are generated by itself. I tracked it down and found that after opening the file with MP4D_open, the dsi information is empty. Can you provide some advice, thanks very much.

huangzhiyou-github avatar Feb 10 '22 08:02 huangzhiyou-github

Can you help me with some advice, thanks. @lieff

huangzhiyou-github avatar Feb 14 '22 01:02 huangzhiyou-github

Same problem here. Please help.

roleoroleo avatar Mar 08 '22 12:03 roleoroleo

research nal how to put just like rtp packet of rtsp int H264File::ReadFrame(char* in_buf, int in_buf_size, bool* end) int H265File::ReadFrame(char* in_buf, int in_buf_size, bool* end) https://github.com/fatalfeel/rtsp_server/blob/master/example/rtsp_h264_file.cpp https://github.com/fatalfeel/rtsp_server/blob/master/example/rtsp_h265_file.cpp

fatalfeel avatar Jan 06 '23 07:01 fatalfeel